Searched refs:getFunction (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/reflection/tests/ |
H A D | ReflectionGenerator_getFunction.phpt | 2 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 D | ReflectionGenerator_after_termination.phpt | 26 echo $ref->getFunction()->getName(), PHP_EOL;
|
H A D | ReflectionGenerator_in_Generator.phpt | 19 call($ref, "getFunction");
|
H A D | ReflectionGenerator_basic.phpt | 32 var_dump($ref->getFunction());
|
/php-src/ext/reflection/ |
H A D | php_reflection.stub.php | 155 public function getFunction(): ReflectionFunctionAbstract {} function in ReflectionGenerator
|
H A D | php_reflection_arginfo.h | 766 ZEND_METHOD(ReflectionGenerator, getFunction); 1048 …ZEND_ME(ReflectionGenerator, getFunction, arginfo_class_ReflectionGenerator_getFunction, ZEND_ACC_…
|
H A D | php_reflection.c | 2319 ZEND_METHOD(ReflectionGenerator, getFunction) in ZEND_METHOD() argument
|
Completed in 33 milliseconds