Home
last modified time | relevance | path

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

/php-src/ext/reflection/tests/
H A Dclosures_003.phpt2 Reflection on closures: Segfaults with getParameters() and getDeclaringFunction()
11 $method = $params[0]->getDeclaringFunction ();
16 $method = $parameter->getDeclaringFunction ();
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 DReflectionParameter_getDeclaringFunction_basic.phpt2 ReflectionParameter::getDeclaringFunction()
14 echo $value->getDeclaringFunction() . "\n";
H A Dclosures_bound_getDeclaringFunction.phpt2 Closures via getParameters() and getDeclaringFunction() calling reflection_method_factory() with an…
21 $closureFromParam = $params[0]->getDeclaringFunction();
H A Dparameters_002.phpt2 ReflectionParameter::getClass(), getDeclaringClass(), getDeclaringFunction()
58 // check_params_decl_func($p, 'getDeclaringFunction');
/php-src/ext/reflection/
H A Dphp_reflection.stub.php656 public function getDeclaringFunction(): ReflectionFunctionAbstract {} function in ReflectionParameter
H A Dphp_reflection_arginfo.h895 ZEND_METHOD(ReflectionParameter, getDeclaringFunction);
1202 …ZEND_ME(ReflectionParameter, getDeclaringFunction, arginfo_class_ReflectionParameter_getDeclaringF…
H A Dphp_reflection.c2655 ZEND_METHOD(ReflectionParameter, getDeclaringFunction) in ZEND_METHOD() argument

Completed in 39 milliseconds