-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/tests/lang/
File Upload :
Current File : //usr/src/php/tests/lang/009.phpt

--TEST--
Testing function parameter passing
--FILE--
<?php
function test ($a,$b) {
	echo $a+$b;	
}
test(1,2);
?>
--EXPECT--
3

Copyright © 2017 || Recoded By Mr.Bumblebee