Lines Matching refs:func_get_arg

2 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));
82 var_dump(func_get_arg(1));
91 var_dump(func_get_arg(1));
99 func_get_arg(): Argument #1 ($position) must be greater than or equal to 0
100 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
101 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
102 func_get_arg(): Argument #1 ($position) must be greater than or equal to 0
104 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
106 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
110 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
111 func_get_arg(): Argument #1 ($position) must be greater than or equal to 0
112 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
113 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
117 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
119 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
120 func_get_arg() cannot be called from the global scope