Home
last modified time | relevance | path

Searched refs:call_user_func (Results 26 – 50 of 95) sorted by relevance

1234

/PHP-8.3/Zend/tests/
H A Dns_032.phpt15 call_user_func(__NAMESPACE__."\\foo");
16 call_user_func(__NAMESPACE__."\\test::foo");
H A Dclosure_invoke_ref_warning.phpt2 Argument name for Closure::__invoke via call_user_func reference warning
7 call_user_func([$test, '__invoke'], null);
H A Dclass_alias_011.phpt17 call_user_func(array('bar', 'test'));
21 call_user_func(array($a, 'test2'));
H A Dns_031.phpt17 call_user_func(__NAMESPACE__."\\foo");
18 call_user_func(__NAMESPACE__."\\test::foo");
H A Dcall_user_func_closure_from_static_method.phpt2 call_user_func() on non-static closure without $this inside a static method
8 return call_user_func($c);
H A D001.phpt28 call_user_func("test1");
30 call_user_func("test3", 1);
34 call_user_func("test3", 1, 2);
H A Dcall_static.phpt13 call_user_func("Test::Two", 'A', 'B');
14 call_user_func(array("Test", "Three"), NULL, 0, false);
H A Dbug69315.phpt4 disable_functions=strlen,defined,call_user_func,constant,is_string
26 var_dump(call_user_func("strlen"));
48 Call to undefined function call_user_func()
H A Dclosure_058.phpt13 $z = "call_user_func";
20 call_user_func(array($a,"__invoke"));
31 call_user_func(array($b,"__invoke"));
H A D003.phpt28 call_user_func("test1");
30 call_user_func("test3", 1);
34 call_user_func("test3", 1, 2);
H A Dcall_static_002.phpt18 call_user_func(array($a, 'aAa'));
19 call_user_func(array('Foo', 'aAa'));
H A Dbug34678.phpt18 call_user_func(array('B', 'foo'));
21 call_user_func(array('A', 'foo'));
H A Dclosure_001.phpt18 call_user_func($lambda1);
19 call_user_func($lambda2, "Universe");
H A Dbug77877.phpt2 Bug #77877 call_user_func() passes $this to static methods
16 call_user_func([new Foo, 'bar']);
H A Dcall_user_func_007.phpt2 call_user_func() should not use FUNC_ARG fetches
9 call_user_func('foo', $a[0][0]);
H A Dcall_user_func_by_ref.phpt2 call_user_func() with ref arg and type check
9 call_user_func('test', 0);
H A Dbug54910.phpt2 Bug #54910 (Crash when calling call_user_func with unknown function name)
18 call_user_func($call);
H A Dbug74164.phpt12 call_user_func(function (array &$ref) {var_dump("xxx");}, 'not_an_array_variable');
18 #1 %sbug74164.php(%d): call_user_func(%s)
H A Dcall_user_func_array_prefer_ref.phpt15 call_user_func('array_multisort', $array);
29 call_user_func('array_multisort', $array);
/PHP-8.3/ext/standard/tests/general_functions/
H A Dbug35229.phpt2 Bug #35229 (call_user_func() crashes when argument stack is nearly full)
21 call_user_func(array('test1', 'use_stack'),
H A Dbug25038.phpt2 Bug #25038 (call_user_func issues warning if function throws exception)
20 call_user_func('bar','second try');
/PHP-8.3/tests/classes/
H A Dautoload_012.phpt10 call_user_func("UndefC::test");
17 call_user_func(): Argument #1 ($callback) must be a valid callback, class "UndefC" not found
H A Dabstract_user_call.phpt24 call_user_func(array($o, 'test_base::func'));
34 call_user_func(): Argument #1 ($callback) must be a valid callback, cannot call abstract method tes…
/PHP-8.3/ext/date/tests/
H A Dcall_function_from_method.phpt2 Call to date function from a method and call to date method from call_user_func
20 return call_user_func([$this->date, 'format'], 'Y');
/PHP-8.3/ext/reflection/tests/
H A Dbug66430.phpt27 echo "call_user_func of closure: ", call_user_func($closure).PHP_EOL;
38 call_user_func of closure: Valid representation

Completed in 36 milliseconds

1234