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