Home
last modified time | relevance | path

Searched refs:call_user_func (Results 51 – 75 of 95) sorted by relevance

1234

/PHP-8.3/Zend/tests/
H A Dbug37138.phpt8 public static function e2 () {call_user_func (array ('self', 'e'));}
11 public static function g () {call_user_func (array ('parent', 'e'));}
H A Dbug46246.phpt2 Bug #46246 (difference between call_user_func(array($this, $method)) and $this->$method())
16 call_user_func(array($this, $method));
H A Dcall_user_func_008.phpt2 call_user_func() behavior with references
13 var_dump(call_user_func('test', $i, $j));
20 var_dump(call_user_func('test', $i, $j));
H A Dclosure_059.phpt18 call_user_func(array($f,"__invoke"), $a);
31 call_user_func(array($f,"__invoke"), $b);
H A Dunset_cv12.phpt7 call_user_func("foo");
H A Dclosure_057.phpt17 call_user_func(getfunc());
H A Dbug43128.phpt12 # call_user_func($a); // Warning
H A Dobjects_027.phpt21 call_user_func(array($foo, 'test'));
H A Dbug63468.phpt9 return call_user_func(array('Bar', 'getValue'));
H A Dlsb_011.phpt11 call_user_func(array("static","ok"));
H A Dlsb_012.phpt11 call_user_func("static::ok");
H A Dbug19859.phpt15 call_user_func(array($x,'fake'),2);
H A Dby_ref_optimization.phpt6 call_user_func('ref', function_exists('strlen'));
H A D002.phpt66 call_user_func("test1");
68 call_user_func("test3", 1);
72 call_user_func("test3", 1, 2);
H A Ddynamic_call_005.phpt24 call_user_func($func, ['i' => new stdClass]);
/PHP-8.3/ext/reflection/tests/
H A DReflectionFiber_notrace_2.phpt8 $f = new \Fiber(fn() => call_user_func(["Fiber", "suspend"]));
41 string(14) "call_user_func"
/PHP-8.3/ext/standard/tests/general_functions/
H A Dbug41970.phpt14 var_dump(call_user_func("sort", $a));
16 var_dump(call_user_func("strlen", $a));
H A Dis_callable_anon.phpt10 call_user_func($fname);
H A Dbug31190.phpt12 call_user_func($array, 1, 2);
H A Dcallbacks_001.phpt23 call_user_func($cb);
66 call_user_func($cb);
123 call_user_func(): Argument #1 ($callback) must be a valid callback, class P is not a subclass of B
H A Dcall_user_func_return.phpt2 call_user_func() and return value
/PHP-8.3/Zend/tests/generators/
H A Ddynamic_call.phpt11 $gen = call_user_func('gen', 'bar', 'foo');
/PHP-8.3/Zend/tests/named_params/
H A Druntime_cache_init.phpt13 call_user_func(['Test', 'method'], b: 0);
/PHP-8.3/ext/spl/tests/
H A Dgh8044.phpt5 call_user_func(function () {
H A Dfixedarray_022.phpt5 call_user_func(function () {

Completed in 24 milliseconds

1234