1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00
Files
archived-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