<?php

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

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