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

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

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