xref
: /
PHP-5.4
/
tests
/
lang
/
016.inc
(revision 1b9e0de2)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
function MyFunc ($a) {
3
echo $a;
4
}
5
?>
6