Home
last modified time | relevance | path

Searched refs:call_user_func_array (Results 1 – 25 of 58) sorted by last modified time

123

/php-src/Zend/tests/
H A Dbug61273.phpt2 Bug #61273 (call_user_func_array with more than 16333 arguments leaks / crashes)
11 call_user_func_array(function(&$a) {}, $args);
H A Dbug72101.phpt11 return call_user_func_array($this->callback, $invocation->parameters);
/php-src/ext/standard/
H A Dbasic_functions.stub.php2001 function call_user_func_array(callable $callback, array $args): mixed {} function
H A Dbasic_functions_arginfo.h2436 ZEND_FUNCTION(call_user_func_array);
3061 ZEND_FE(call_user_func_array, arginfo_call_user_func_array)
H A Dbasic_functions.c1474 PHP_FUNCTION(call_user_func_array) argument
/php-src/ext/zend_test/tests/
H A Dobserver_call_user_func_02.phpt2 Observer: call_user_func_array() from root namespace
26 call_user_func_array('Test\\MyClass::myMethod', ['called']);
27 call_user_func_array('Test\\my_function', ['called']);
H A Dobserver_call_user_func_04.phpt2 Observer: call_user_func_array() from namespace
25 call_user_func_array('Test\\MyClass::myMethod', ['called']);
26 call_user_func_array('Test\\my_function', ['called']);
32 <!-- init call_user_func_array() -->
33 <call_user_func_array>
38 </call_user_func_array>
39 <call_user_func_array>
44 </call_user_func_array>
/php-src/sapi/fpm/tests/
H A Dtester.inc1285 return call_user_func_array([$this, $functionName], $varValue);
/php-src/ext/opcache/tests/
H A Dbug74442.phpt21 call_user_func_array(array($this, 'acceptParams'), $params);
/php-src/Zend/
H A Dzend_vm_gen.php1245 … $spec_extra = call_user_func_array("array_merge", extra_spec_handler($dsc) ?: array(array()));
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt20 return call_user_func_array(array($this, 'parent::__construct'), func_get_args());
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_limits.phpt72 if (!call_user_func_array(array($stmt, 'bind_param'), $param_ref)) {
H A Dmysqli_stmt_bind_param_call_user_func.phpt2 mysqli_stmt_bind_param used with call_user_func_array() (see also bug #43568)
48 if (!call_user_func_array('mysqli_stmt_bind_param', $params))
76 if (!call_user_func_array(array($stmt, 'bind_param'), $params))
104 if (!call_user_func_array(array($stmt, 'bind_param'), $params))
131 if (!call_user_func_array(array($stmt, 'bind_param'), $params))
160 if (!call_user_func_array('mysqli_stmt_bind_param', $params))
189 if (!call_user_func_array('mysqli_stmt_bind_param', $params))
218 if (!call_user_func_array('mysqli_stmt_bind_param', $params))
246 if (!call_user_func_array('mysqli_stmt_bind_param', $params))
299 if (!call_user_func_array(array($stmt, 'bind_param'), $params))
[all …]
H A Dbug35759.phpt44 call_user_func_array(array($stmt, "bind_result"), $params);
/php-src/ext/openssl/tests/
H A Dbug81713.phpt129 $key = call_user_func_array($test[0], array_slice($test, 1));
/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 ()); };
/php-src/tests/classes/
H A Dbug27504.phpt2 Bug #27504 (call_user_func_array allows calling of private/protected methods)
17 call_user_func_array( array( $foo , 'bar' ) , array( '2' ) );
30 call_user_func_array(): Argument #1 ($callback) must be a valid callback, cannot access private met…
/php-src/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_001.phpt2 call_user_func_array() passes by reference if the array element is referenced, regardless of functi…
16 call_user_func_array('by_val', $arg);
21 call_user_func_array('by_ref', $arg);
27 call_user_func_array('by_val', $arg);
33 call_user_func_array('by_ref', $arg);
H A Dcall_user_func_return.phpt27 var_dump(call_user_func_array($func, array('User', 'Func')));
H A Dbug31190.phpt2 Bug #31190 (exception in call_user_func_array())
18 call_user_func_array($array, array(1, 2));
H A Dbug40398.phpt19 call_user_func_array(array($this, 'Base::__construct'), $args);
28 call_user_func_array(array($this, 'parent::__construct'), $args);
37 call_user_func_array('Base::__construct', $args);
46 call_user_func_array('parent::__construct', $args);
55 call_user_func_array(array('Base', '__construct'), $args);
64 call_user_func_array(array('parent', '__construct'), $args);
H A Dbug41970.phpt8 var_dump(call_user_func_array("sort", array($a)));
10 var_dump(call_user_func_array("strlen", array($a)));
/php-src/ext/standard/tests/file/
H A Duserstreams_003.phpt37 var_dump(call_user_func_array($func, $args));
/php-src/ext/standard/tests/array/
H A D001.phpt21 $array = array (call_user_func_array ($function, $args));
/php-src/ext/spl/tests/
H A Dbug73896.phpt7 return call_user_func_array($callable, [$args]);

Completed in 70 milliseconds

123