php-src/Zend/tests/func_get_args.phpt

11 lines
176 B
PHP

--TEST--
Testing func_get_args()
--FILE--
<?php
func_get_args();
?>
--EXPECTF--
Warning: func_get_args(): Called from the global scope - no function context in %s on line 3