Home
last modified time | relevance | path

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

/php-src/ext/reflection/tests/
H A DReflectionGenerator_getFunction.phpt2 ReflectionGenerator::getFunction() is legal after termination.
25 echo "Before: ", $ref->getFunction()->getName(), PHP_EOL;
28 echo "Inside: ", $ref->getFunction()->getName(), PHP_EOL;
31 echo "After: ", $ref->getFunction()->getName(), PHP_EOL;
H A DReflectionGenerator_after_termination.phpt26 echo $ref->getFunction()->getName(), PHP_EOL;
H A DReflectionGenerator_in_Generator.phpt19 call($ref, "getFunction");
H A DReflectionGenerator_basic.phpt32 var_dump($ref->getFunction());
/php-src/ext/reflection/
H A Dphp_reflection.stub.php159 public function getFunction(): ReflectionFunctionAbstract {} function in ReflectionGenerator
H A Dphp_reflection_arginfo.h752 ZEND_METHOD(ReflectionGenerator, getFunction);
1030 …ZEND_ME(ReflectionGenerator, getFunction, arginfo_class_ReflectionGenerator_getFunction, ZEND_ACC_…
H A Dphp_reflection.c2359 ZEND_METHOD(ReflectionGenerator, getFunction) in ZEND_METHOD() argument

Completed in 44 milliseconds