Home
last modified time | relevance | path

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

12

/php-src/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());
38 var_dump(func_get_args());
45 var_dump(func_get_args());
82 func_get_args() cannot be called from the global scope
H A Dbug74810.phpt2 Bug #74810: Something odd about ordering of func_get_args() result in 7.2
7 var_dump(array_slice(func_get_args(), 1));
10 var_dump(array_slice(func_get_args(), 5));
H A Dfunc_get_args.phpt2 Testing func_get_args() throws error when called from the global scope
7 func_get_args();
14 func_get_args() cannot be called from the global scope
H A Dbug72107.phpt2 Bug #72107: Segfault when using func_get_args as error handler
5 set_error_handler('func_get_args');
16 func_get_args() expects exactly 0 arguments, 4 given
H A Dgh12102_1.phpt7 byVal(func_get_args()[0]);
9 byRef(func_get_args()[0]);
H A Ddynamic_call_006.phpt29 $func = 'func_get_args';
56 Cannot call func_get_args() dynamically
H A Dbug70547.phpt7 var_dump(func_get_args());
15 var_dump(func_get_args());
H A Dclosure_030.phpt6 $b = function() { return func_get_args(); };
/php-src/tests/lang/
H A Dfunc_get_args.003.phpt2 func_get_args() outside of a function declaration
7 var_dump(func_get_args());
14 func_get_args() cannot be called from the global scope
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());
/php-src/ext/standard/tests/general_functions/
H A Dregister_shutdown_functions_without_previous_call_frame_02.phpt5 register_shutdown_function("func_get_args");
11 Fatal error: Uncaught Error: Cannot call func_get_args() dynamically in [no active file]:0
13 #0 [internal function]: func_get_args()
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();
/php-src/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_magicMethods3.phpt13 $args = func_get_args();
17 $args = func_get_args();
21 $args = func_get_args();
25 $args = func_get_args();
/php-src/ext/opcache/tests/
H A Dbug79475.phpt2 Bug #79475 ([JIT] func_get_args() assertion violation)
8 $args = func_get_args();
/php-src/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-src/Zend/tests/named_params/
H A Dfunc_get_args.phpt2 Behavior of func_get_args() and friends with named parameters
8 var_dump(func_get_args());
H A Dvariadic.phpt9 // Extra named parameters do not contribute toward func_num_args() and func_get_args().
11 var_dump(func_get_args());
/php-src/ext/standard/tests/class_object/
H A Dbug71442.phpt10 $args = func_get_args();
29 $args = func_get_args();
/php-src/ext/opcache/tests/opt/
H A Ddce_002.phpt2 DCE 002: func_get_args() disables deletion of assignments to parameter variables
17 $x = func_get_args();
/php-src/ext/standard/tests/
H A Dforward_static_call_array.phpt9 $args = func_get_args();
18 $args = func_get_args();
/php-src/ext/session/tests/user_session_module/
H A Dsave_handler_closures.inc6 …${$fn.'_closure'} = function () use ($fn) { return call_user_func_array ($fn, func_get_args ()); };

Completed in 97 milliseconds

12