Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_generators.h28 extern ZEND_API zend_class_entry *zend_ce_ClosedGeneratorException;
H A Dzend_generators.c30 ZEND_API zend_class_entry *zend_ce_ClosedGeneratorException; variable
578 …zend_throw_exception(zend_ce_ClosedGeneratorException, "Generator yielded from aborted, no return … in zend_generator_update_current()
1141 zend_ce_ClosedGeneratorException = register_class_ClosedGeneratorException(zend_ce_exception); in zend_register_generator_ce()

Completed in 29 milliseconds