Searched refs:func_get_arg (Results 1 – 16 of 16) sorted by relevance
2 func_get_arg() tests8 var_dump(func_get_arg(-10));14 var_dump(func_get_arg(0));19 var_dump(func_get_arg(1));27 var_dump(func_get_arg(0));32 var_dump(func_get_arg(1));40 var_dump(func_get_arg(0));45 var_dump(func_get_arg(1));50 var_dump(func_get_arg(2));77 var_dump(func_get_arg(0));[all …]
2 func_get_arg() invalid usage7 var_dump(func_get_arg(1));13 var_dump(func_get_arg(1));17 bar(func_get_arg(1));28 func_get_arg() cannot be called from the global scope29 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
9 var_dump(func_get_arg(0));10 var_dump(func_get_arg(1));11 var_dump(func_get_arg(2));12 var_dump(func_get_arg(3));19 var_dump(func_get_arg(0));20 var_dump(func_get_arg(1));21 var_dump(func_get_arg(2));22 var_dump(func_get_arg(3));
36 $func = 'func_get_arg';57 Cannot call func_get_arg() dynamically
9 extract(func_get_arg(0));
2 func_get_arg test10 echo func_get_arg(-1);16 echo func_get_arg(2);25 func_get_arg(): Argument #1 ($position) must be greater than or equal to 026 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
2 func_get_arg with variable number of args8 $b = func_get_arg(1);11 var_dump(func_get_arg(1));
2 func_get_arg outside of a function declaration7 var_dump(func_get_arg(0));14 func_get_arg() cannot be called from the global scope
2 func_get_arg on non-existent arg9 var_dump(func_get_arg(2));18 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
2 func_get_arg test (PHP7)9 echo func_get_arg(0);
3 During the call, the original variable is updated. This should not affect func_get_arg().10 var_dump(func_get_arg(0));
5 register_shutdown_function("func_get_arg");11 Fatal error: Uncaught ArgumentCountError: func_get_arg() expects exactly 1 argument, 0 given in [no…13 #0 [internal function]: func_get_arg()
9 var_dump(func_get_arg(0));10 var_dump(func_get_arg(1));11 var_dump(func_get_arg(2));
15 function func_get_arg(int $position): mixed {} function
223 ZEND_FUNCTION(func_get_arg);284 ZEND_FE(func_get_arg, arginfo_func_get_arg)
181 ZEND_FUNCTION(func_get_arg) in ZEND_FUNCTION() argument
Completed in 17 milliseconds