Home
last modified time | relevance | path

Searched refs:isGenerator (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/reflection/tests/
H A DReflectionFunction_isGenerator_basic.phpt2 ReflectionFunction::isGenerator()
12 var_dump($rf1->isGenerator());
15 var_dump($rf2->isGenerator());
26 var_dump($rf1->isGenerator());
29 var_dump($rf2->isGenerator());
43 var_dump($m->isGenerator());
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php40 public function isGenerator() {} function in ReflectionFunctionAbstract
H A Dphp_reflection_arginfo.h502 ZEND_METHOD(ReflectionFunctionAbstract, isGenerator);
721 …ZEND_ME(ReflectionFunctionAbstract, isGenerator, arginfo_class_ReflectionFunctionAbstract_isGenera…
H A Dphp_reflection.c3342 ZEND_METHOD(ReflectionFunctionAbstract, isGenerator) in ZEND_METHOD() argument

Completed in 28 milliseconds