mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
11 lines
176 B
PHP
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
|