Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds