Home
last modified time | relevance | path

Searched refs:func_get_args (Results 26 – 36 of 36) sorted by relevance

12

/PHP-7.1/sapi/phpdbg/
H A D.phpdbginit30 var_dump(func_get_args());
62 $argv = func_get_args();
H A Dtest.php18 var_dump(func_get_args());
/PHP-7.1/tests/lang/
H A Dcatchable_error_001.phpt14 $a = func_get_args();
/PHP-7.1/ext/standard/tests/general_functions/
H A Dbug44295-win.phpt13 function my_error_handler() {$a = func_get_args(); print "in error handler\n"; }
H A Dbug44295.phpt13 function my_error_handler() {$a = func_get_args(); print "in error handler\n"; }
/PHP-7.1/ext/opcache/tests/
H A Doptimize_func_calls.phpt85 print_r(func_get_args());
/PHP-7.1/Zend/tests/
H A Dbug72101.phpt63 // var_dump(func_get_args());
/PHP-7.1/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc56 $exts = func_get_args();
/PHP-7.1/ext/standard/tests/array/
H A Darray_walk_closure.phpt15 var_dump(array_walk($ar, function(){ var_dump(func_get_args());}));
/PHP-7.1/Zend/
H A Dzend_builtin_functions.c44 static ZEND_FUNCTION(func_get_args);
330 ZEND_FE(func_get_args, arginfo_zend__void)
577 ZEND_FUNCTION(func_get_args) in ZEND_FUNCTION() argument
/PHP-7.1/
H A DUPGRADING39 . func_get_args()

Completed in 20 milliseconds

12