Home
last modified time | relevance | path

Searched refs:getDeclaringFunction (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/reflection/tests/
H A Dclosures_003_v1.phpt2 Reflection on closures: Segfaults with getParameters() and getDeclaringFunction()
11 $method = $params[0]->getDeclaringFunction ();
16 $method = $parameter->getDeclaringFunction ();
H A Dclosures_003.phpt2 Reflection on closures: Segfaults with getParameters() and getDeclaringFunction()
11 $method = $params[0]->getDeclaringFunction ();
16 $method = $parameter->getDeclaringFunction ();
H A DReflectionParameter_getDeclaringFunction_basic.phpt2 ReflectionParameter::getDeclaringFunction()
14 echo $value->getDeclaringFunction() . "\n";
H A Dparameters_002.phpt2 ReflectionParameter::getClass(), getDeclaringClass(), getDeclaringFunction()
58 // check_params_decl_func($p, 'getDeclaringFunction');
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php495 public function getDeclaringFunction() {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h644 ZEND_METHOD(ReflectionParameter, getDeclaringFunction);
908 …ZEND_ME(ReflectionParameter, getDeclaringFunction, arginfo_class_ReflectionParameter_getDeclaringF…
H A Dphp_reflection.c2485 ZEND_METHOD(ReflectionParameter, getDeclaringFunction) in ZEND_METHOD() argument

Completed in 40 milliseconds