Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/reflection/
H A Dphp_reflection.c3266 ZEND_METHOD(reflection_function, isGenerator) in ZEND_METHOD() argument
6363 ZEND_ME(reflection_function, isGenerator, arginfo_reflection__void, 0)

Completed in 28 milliseconds