Home
last modified time | relevance | path

Searched refs:call_user_func_array (Results 26 – 50 of 58) sorted by relevance

123

/php-src/Zend/tests/
H A Dlsb_022.phpt19 call_user_func_array("parent::__callstatic", array($name, $args));
21 call_user_func_array("parent::foo", $args);
22 call_user_func_array(array("parent","foo"), $args);
H A Dbug48770.phpt2 Bug #48770 (call_user_func_array() fails to call parent from inheriting class)
18 call_user_func_array(array($this, 'parent::func'), array($arg));
H A Dcall_with_refs.phpt14 $data = call_user_func_array("substr_replace",array(&$my_var, new Test(), 1));
H A Dcall_user_func_008.phpt16 var_dump(call_user_func_array('test', [$i, $j]));
23 var_dump(call_user_func_array('test', [$i, $j]));
H A Dbug72598.phpt14 call_user_func_array('ref', $a);
H A Dbug72598_2.phpt17 call_user_func_array('ref', $a);
H A Daccess_modifiers_011.phpt24 return call_user_func_array(array($this, $func), $args);
H A Ddynamic_call_to_ref_returning_function.phpt13 var_dump(call_user_func_array('Foo\retRef', [42]));
H A Dbug38220.phpt32 call_user_func_array(array($drv, $method), $args);
H A Dbug72101.phpt11 return call_user_func_array($this->callback, $invocation->parameters);
H A Dcallable_self_parent_static_deprecation.phpt34 echo "\n==> Test call_user_func_array\n";
37 call_user_func_array($callable, []);
112 ==> Test call_user_func_array
/php-src/ext/standard/tests/general_functions/
H A Dbug41970.phpt8 var_dump(call_user_func_array("sort", array($a)));
10 var_dump(call_user_func_array("strlen", array($a)));
H A Dcall_user_func_return.phpt27 var_dump(call_user_func_array($func, array('User', 'Func')));
/php-src/Zend/tests/nullsafe_operator/
H A D013.phpt26 dump_error(fn() => call_user_func_array($foo?->foo(), []));
27 dump_error(fn() => call_user_func_array('foo', $foo?->foo()));
57 string(98) "call_user_func_array(): Argument #1 ($callback) must be a valid callback, no array or s…
58 string(77) "call_user_func_array(): Argument #2 ($args) must be of type array, null given"
/php-src/ext/mysqli/tests/
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/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/ext/opcache/tests/
H A Dbug76477.phpt19 function strlenb() { return call_user_func_array("strlen", func_get_args()); }
H A Dbug74442.phpt21 call_user_func_array(array($this, 'acceptParams'), $params);
/php-src/ext/spl/tests/
H A Dbug73896.phpt7 return call_user_func_array($callable, [$args]);
/php-src/ext/phar/phar/
H A Ddirectorytreeiterator.inc50 return call_user_func_array(array($this->getSubIterator(), $func), $params);
/php-src/ext/standard/tests/array/
H A D001.phpt21 $array = array (call_user_func_array ($function, $args));
/php-src/ext/ffi/tests/
H A Dbug_gh9090.phpt53 call_user_func_array($ffi->$func_ptr, $argv);
/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/standard/tests/file/
H A Duserstreams_003.phpt37 var_dump(call_user_func_array($func, $args));

Completed in 24 milliseconds

123