Home
last modified time | relevance | path

Searched refs:func_get_arg (Results 1 – 16 of 16) sorted by relevance

/php-src/Zend/tests/
H A D002.phpt2 func_get_arg() tests
8 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 …]
H A Dbug70547.phpt9 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));
H A D020.phpt2 func_get_arg() invalid usage
7 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 scope
29 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
H A Ddynamic_call_006.phpt36 $func = 'func_get_arg';
57 Cannot call func_get_arg() dynamically
H A Dbug48912.phpt9 extract(func_get_arg(0));
/php-src/tests/lang/
H A Dfunc_get_arg_variation.phpt2 func_get_arg test
10 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 0
26 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
H A Dfunc_get_arg.002.phpt2 func_get_arg with variable number of args
8 $b = func_get_arg(1);
11 var_dump(func_get_arg(1));
H A Dfunc_get_arg.003.phpt2 func_get_arg outside of a function declaration
7 var_dump(func_get_arg(0));
14 func_get_arg() cannot be called from the global scope
H A Dfunc_get_arg.004.phpt2 func_get_arg on non-existent arg
9 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…
H A Dfunc_get_arg.001.phpt2 func_get_arg test (PHP7)
9 echo func_get_arg(0);
H A Dfunc_get_arg.005.phpt3 During the call, the original variable is updated. This should not affect func_get_arg().
10 var_dump(func_get_arg(0));
/php-src/ext/standard/tests/general_functions/
H A Dregister_shutdown_functions_without_previous_call_frame_04.phpt5 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()
/php-src/Zend/tests/named_params/
H A Dfunc_get_args.phpt9 var_dump(func_get_arg(0));
10 var_dump(func_get_arg(1));
11 var_dump(func_get_arg(2));
/php-src/Zend/
H A Dzend_builtin_functions.stub.php15 function func_get_arg(int $position): mixed {} function
H A Dzend_builtin_functions_arginfo.h237 ZEND_FUNCTION(func_get_arg);
297 ZEND_FE(func_get_arg, arginfo_func_get_arg)
H A Dzend_builtin_functions.c185 ZEND_FUNCTION(func_get_arg) in ZEND_FUNCTION() argument

Completed in 20 milliseconds