Annotation of embedaddon/php/Zend/tests/function_arguments_001.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Argument parsing error #001
                      3: --FILE--
                      4: <?php
                      5: function foo($arg1 string) {}
                      6: ?>
                      7: --EXPECTF--
                      8: Parse error: syntax error, unexpected T_STRING, expecting ')' in %sfunction_arguments_001.php on line %d
                      9: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>