<?php

function test($q=5)
{
  return $q;
}

  printf("%d", test());
?>