Home
last modified time | relevance | path

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

12

/PHP-5.5/Zend/tests/
H A D003.phpt2 func_get_args() tests
7 var_dump(func_get_args());
11 var_dump(func_get_args());
15 var_dump(func_get_args());
30 var_dump(func_get_args());
35 var_dump(func_get_args());
79 Warning: func_get_args(): Called from the global scope - no function context in %s on line %d
H A Dclosure_030.phpt6 $b = function() { return func_get_args(); };
H A Dbug54013.phpt10 $params = func_get_args();
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug40398.phpt18 $args = func_get_args();
27 $args = func_get_args();
36 $args = func_get_args();
45 $args = func_get_args();
54 $args = func_get_args();
63 $args = func_get_args();
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-5.5/tests/lang/
H A Dfunc_get_args.003.phpt2 func_get_args() outside of a function declaration
6 var_dump(func_get_args());
10 Warning\: func_get_args\(\)\: Called from the global scope - no function context in \S* on line 3
H A Dfunc_get_args.004.phpt7 var_dump(func_get_args());
10 var_dump(func_get_args());
15 var_dump(func_get_args());
18 var_dump(func_get_args());
H A Dfunc_get_args.001.phpt2 func_get_args with no args
8 var_dump(func_get_args());
H A Dfunc_get_args.002.phpt2 func_get_args with variable number of args
8 var_dump(func_get_args());
H A Dcatchable_error_001.phpt14 $a = func_get_args();
H A Dcatchable_error_002.phpt14 $a = func_get_args();
/PHP-5.5/ext/spl/tests/
H A DarrayObject_getIteratorClass_basic1.phpt8 $args = func_get_args();
13 $args = func_get_args();
19 $args = func_get_args();
25 $args = func_get_args();
31 $args = func_get_args();
37 $args = func_get_args();
H A DarrayObject_magicMethods1.phpt13 $args = func_get_args();
17 $args = func_get_args();
21 $args = func_get_args();
25 $args = func_get_args();
H A DarrayObject_magicMethods2.phpt13 $args = func_get_args();
17 $args = func_get_args();
21 $args = func_get_args();
25 $args = func_get_args();
H A DarrayObject_magicMethods3.phpt13 $args = func_get_args();
17 $args = func_get_args();
21 $args = func_get_args();
25 $args = func_get_args();
H A DarrayObject_magicMethods4.phpt18 $args = func_get_args();
22 $args = func_get_args();
26 $args = func_get_args();
30 $args = func_get_args();
H A DarrayObject_magicMethods5.phpt18 $args = func_get_args();
22 $args = func_get_args();
26 $args = func_get_args();
30 $args = func_get_args();
H A DarrayObject_magicMethods6.phpt18 $args = func_get_args();
22 $args = func_get_args();
26 $args = func_get_args();
30 $args = func_get_args();
/PHP-5.5/Zend/tests/generators/
H A Dfunc_get_args.phpt2 func_get_args() can be used inside generator functions
7 var_dump(func_get_args());
/PHP-5.5/ext/session/tests/
H A Dsave_handler_closures.inc6 ${$fn.'_closure'} = function () use ($fn) { return call_user_func_array ($fn, func_get_args ()); };
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt25 return call_user_func_array(array($this, 'parent::__construct'), func_get_args());
30 return call_user_func_array(array($this, 'parent::exec'), func_get_args());
35 return call_user_func_array(array($this, 'parent::query'), func_get_args());
/PHP-5.5/ext/reflection/tests/
H A D007.phpt70 var_dump(func_get_args());
81 var_dump(func_get_args());
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_closure.phpt15 var_dump(array_walk($ar, function(){ var_dump(func_get_args());}));
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c36 static ZEND_FUNCTION(func_get_args);
247 ZEND_FE(func_get_args, arginfo_zend__void)
447 ZEND_FUNCTION(func_get_args) in ZEND_FUNCTION() argument

Completed in 39 milliseconds

12