<?php

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

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