Home
last modified time | relevance | path

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

1234

/PHP-8.3/Zend/tests/
H A Dcall_user_func_005.phpt17 var_dump(call_user_func(array('foo', 'teste')));
H A Ddynamic_call_to_ref_returning_function.phpt12 var_dump(call_user_func('Foo\retRef', 42));
H A Dbug43426.phpt2 Bug #43426 (crash on nested call_user_func calls)
6 call_user_func("foo2", $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c,
H A Dlsb_022.phpt10 call_user_func("static::test");
H A Dcallable_self_parent_static_deprecation.phpt29 echo "==> Test call_user_func\n";
32 call_user_func($callable);
68 ==> Test call_user_func
/PHP-8.3/ext/spl/tests/
H A Dfixedarray_023.phpt5 call_user_func(function () {
/PHP-8.3/ext/zend_test/tests/
H A Dobserver_bug81430_1.phpt24 call_user_func([$r->getAttributes(A::class)[0], 'newInstance']);
H A Dobserver_bug81430_2.phpt28 call_user_func([$r->getAttributes(A::class)[0], 'newInstance']);
/PHP-8.3/Zend/tests/fibers/
H A Dno-switch-gc.phpt7 call_user_func(function () {
/PHP-8.3/Zend/tests/arrow_functions/
H A D005.phpt19 $fn = fn() => call_user_func('Test::method2');
/PHP-8.3/ext/phar/phar/
H A Dclicommand.inc41 $this->args = call_user_func(array($this, $this->cmds[$command]['arg']));
87 call_user_func(array($this, $this->cmds[$command]['run']), $this->args);
106 … return call_user_func(array($this, $this->typs[$typ]['typ']), $argv[$i], $this->args[$arg], $arg);
245 foreach(call_user_func($func, $l, $sp) as $arg => $conf) {
326 … $inf .= $this->cli_wordwrap(call_user_func(array($this, $funcs['inf'])), $l, $sp) . "\n";
H A Dpharcommand.inc750 call_user_func($func, $pn, $f, $args);
/PHP-8.3/tests/classes/
H A D__call_006.phpt48 call_user_func(array($b, 'unknownCallback'), 1,2,3);
/PHP-8.3/tests/lang/
H A D028.phpt24 print call_user_func("still_working")."\n";
44 call_user_func("dafna");
45 call_user_func("print_stuff","Hey there!!\n");
52 print $name=call_user_func(array(&$dafna,"GetMyName"));
/PHP-8.3/sapi/fpm/tests/
H A Dstatus.inc122 $name = call_user_func($nameTransformer, $name);
125 $value = call_user_func($valueTransformer, $value);
/PHP-8.3/ext/com_dotnet/tests/
H A Dvariants.phpt33 echo "$op: " . call_user_func('variant_' . $op, $v, $op2) . "\n";
H A Dvariants_x64.phpt36 echo "$op: " . call_user_func('variant_' . $op, $v, $op2) . "\n";
/PHP-8.3/ext/standard/
H A Dbasic_functions.c1485 PHP_FUNCTION(call_user_func) argument
H A Dbasic_functions.stub.php1971 function call_user_func(callable $callback, mixed ...$args): mixed {} function
H A Dbasic_functions_arginfo.h2329 ZEND_FUNCTION(call_user_func);
2956 ZEND_FE(call_user_func, arginfo_call_user_func)

Completed in 65 milliseconds

1234