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