Home
last modified time | relevance | path

Searched refs:invoke (Results 26 – 40 of 40) sorted by relevance

12

/PHP-8.3/ext/reflection/tests/
H A Dbug75231.phpt20 print_r((new ReflectionMethod(B::class, 'method'))->invoke(new A()).PHP_EOL);
H A Dproperty_exists.phpt72 $r->invoke(NULL, $p1, $pr);
/PHP-8.3/Zend/tests/
H A Dbug71622.phpt2 Bug #71622 (Strings used in pass-as-reference cannot be used to invoke C::$callable())
/PHP-8.3/Zend/
H A Dzend_closures.c464 zend_function *invoke = (zend_function*)emalloc(sizeof(zend_function)); in zend_get_closure_invoke_method() local
468 invoke->common = closure->func.common; in zend_get_closure_invoke_method()
474 invoke->type = ZEND_INTERNAL_FUNCTION; in zend_get_closure_invoke_method()
475 invoke->internal_function.fn_flags = in zend_get_closure_invoke_method()
478 invoke->internal_function.fn_flags |= in zend_get_closure_invoke_method()
481 invoke->internal_function.handler = ZEND_MN(Closure___invoke); in zend_get_closure_invoke_method()
482 invoke->internal_function.module = 0; in zend_get_closure_invoke_method()
483 invoke->internal_function.scope = zend_ce_closure; in zend_get_closure_invoke_method()
484 invoke->internal_function.function_name = ZSTR_KNOWN(ZEND_STR_MAGIC_INVOKE); in zend_get_closure_invoke_method()
485 return invoke; in zend_get_closure_invoke_method()
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_class_loading.phpt2 Typed properties do not invoke the autoloader
/PHP-8.3/Zend/tests/named_params/
H A Dcall_user_func.phpt61 $rf->invoke('A', c: 'C');
64 $rm->invoke(new Test, 'A', c: 'C');
/PHP-8.3/tests/lang/
H A DforeachLoop.010.phpt20 // However, P8 does not invoke 'destructors' when refcount is decremented to 0.
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorcode.phpt31 or PDO->query() and invoke an error on the statement handle,
H A Dpdo_mysql_errorinfo.phpt41 or PDO->query() and invoke an error on the statement handle,
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug72294.phpt39 $method->invoke($this);
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php138 public function invoke(mixed ...$args): mixed {} function in ReflectionFunction
240 public function invoke(?object $object, mixed ...$args): mixed {} function in ReflectionMethod
H A Dphp_reflection_arginfo.h654 ZEND_METHOD(ReflectionFunction, invoke);
676 ZEND_METHOD(ReflectionMethod, invoke);
909 ZEND_ME(ReflectionFunction, invoke, arginfo_class_ReflectionFunction_invoke, ZEND_ACC_PUBLIC)
941 ZEND_ME(ReflectionMethod, invoke, arginfo_class_ReflectionMethod_invoke, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c1975 ZEND_METHOD(ReflectionFunction, invoke) in ZEND_METHOD() argument
3430 ZEND_METHOD(ReflectionMethod, invoke) in ZEND_METHOD() argument
/PHP-8.3/sapi/embed/
H A DREADME.md27 /* Close the 'zend_try' block and invoke the shutdown phase: request
/PHP-8.3/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt130 // because some text encodings did not properly invoke the next flush function in the chain

Completed in 51 milliseconds

12