Home
last modified time | relevance | path

Searched refs:call_user_func_array (Results 1 – 25 of 43) sorted by path

12

/PHP-5.5/
H A DNEWS2996 . Fixed bug #61273 (call_user_func_array with more than 16333 arguments
3624 . Fixed bug #61273 (call_user_func_array with more than 16333 arguments
6127 - Fixed bug #47880 (crashes in call_user_func_array()). (Dmitry)
9813 - Fixed bug #32290 (call_user_func_array() calls wrong class method within
9885 call_user_func_array()). (phpbugs at domain51 dot net, Dmitry)
10182 - Fixed bug #28851 (call_user_func_array has typo in error message). (Marcus)
/PHP-5.5/Zend/tests/
H A Daccess_modifiers_011.phpt24 return call_user_func_array(array($this, $func), $args);
H A Dbug19859.phpt2 Bug #19859 (__call() does not catch call_user_func_array() calls)
16 call_user_func_array(array($x,'fake'),array(1));
H A Dbug32290.phpt2 Bug #32290 (calling call_user_func_array() ends in infinite loop within child class)
48 return call_user_func_array(array("TestA", "doSomething"), array($i));
56 return call_user_func_array(array($this, "TestA::doSomethingThis"), array($i));
64 return call_user_func_array(array("parent", "doSomethingParent"), array($i));
72 return call_user_func_array(array($this, "parent::doSomethingParentThis"), array($i));
80 return call_user_func_array(array("TestA", "doSomethingStatic"), array($i));
H A Dbug38220.phpt32 call_user_func_array(array($drv, $method), $args);
H A Dbug47880.phpt2 Bug #47880 (crashes in call_user_func_array())
11 call_user_func_array(array('bomb', 'go'), array(0));
H A Dbug48770.phpt2 Bug #48770 (call_user_func_array() fails to call parent from inheriting class)
32 call_user_func_array(array($this, 'parent::func'), array($str));
H A Dbug48770_2.phpt2 Bug #48770 (call_user_func_array() fails to call parent from inheriting class)
25 call_user_func_array(array($this, 'parent::func2'), array($str));
26 call_user_func_array(array($this, 'parent::func3'), array($str));
27 call_user_func_array(array($this, 'parent::func22'), array($str));
28 call_user_func_array(array($this, 'parent::inexistent'), array($str));
52 Warning: call_user_func_array() expects parameter 1 to be a valid callback, cannot access private m…
54 Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'A' does not have…
H A Dbug48770_3.phpt2 Bug #48770 (call_user_func_array() fails to call parent from inheriting class)
25 call_user_func_array(array($this, 'self::func2'), array($str));
26 call_user_func_array(array($this, 'self::func3'), array($str));
27 call_user_func_array(array($this, 'self::inexistent'), array($str));
51 Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'B' does not have…
H A Dbug50394.phpt10 call_user_func_array( 'inc', $args );
17 call_user_func_array( array( $proxy, 'bar' ), $args );
18 call_user_func_array( array( $proxy, 'bar' ), array(&$arg) );
H A Dbug52939.phpt11 var_dump(call_user_func_array("array_multisort", $args));
16 var_dump(call_user_func_array("array_multisort", $args));
H A Dbug52940.phpt2 Bug #52940 (call_user_func_array still allows call-time pass-by-reference)
14 call_user_func_array("foo", array(&$a));
16 call_user_func_array("bar", array(&$a));
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 Dcall_with_refs.phpt13 $data = call_user_func_array("substr_replace",array(&$my_var, new StdClass(),1));
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 Dunexpected_ref_bug.phpt12 $data = call_user_func_array("explode",array(new StdClass(), &$my_var));
14 $data = call_user_func_array("implode",array(&$my_var, new StdClass()));
/PHP-5.5/ext/date/tests/
H A Dbug20382-2.phpt38 $timestamp = call_user_func_array('mktime', $test);
/PHP-5.5/ext/mysqli/tests/
H A Dbug35759.phpt43 call_user_func_array(array($stmt, "bind_result"), $params);
H A Dmysqli_stmt_bind_limits.phpt69 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)
9 // TODO remove once a decision has been made on call_user_func_array()
52 if (!call_user_func_array('mysqli_stmt_bind_param', $params))
80 if (!call_user_func_array(array($stmt, 'bind_param'), $params))
108 if (!call_user_func_array(array($stmt, 'bind_param'), $params))
135 if (!call_user_func_array(array($stmt, 'bind_param'), $params))
164 if (!call_user_func_array('mysqli_stmt_bind_param', $params))
193 if (!call_user_func_array('mysqli_stmt_bind_param', $params))
222 if (!call_user_func_array('mysqli_stmt_bind_param', $params))
250 if (!call_user_func_array('mysqli_stmt_bind_param', $params))
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt25 return call_user_func_array(array($this, 'parent::__construct'), func_get_args());
30 return call_user_func_array(array($this, 'parent::exec'), func_get_args());
35 return call_user_func_array(array($this, 'parent::query'), func_get_args());
/PHP-5.5/ext/phar/phar/
H A Ddirectorytreeiterator.inc50 return call_user_func_array(array($this->getSubIterator(), $func), $params);
/PHP-5.5/ext/session/tests/
H A Dsave_handler_closures.inc6 ${$fn.'_closure'} = function () use ($fn) { return call_user_func_array ($fn, func_get_args ()); };
/PHP-5.5/ext/spl/examples/
H A Ddirectorytreeiterator.inc50 return call_user_func_array(array($this->getSubIterator(), $func), $params);
H A Dsearchiterator.inc54 return call_user_func_array(array($this->getInnerIterator(), $func), $params);

Completed in 96 milliseconds

12