Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_generators.h28 extern ZEND_API zend_class_entry *zend_ce_ClosedGeneratorException;
H A Dzend_generators.c29 ZEND_API zend_class_entry *zend_ce_ClosedGeneratorException; variable
523 …zend_throw_exception(zend_ce_ClosedGeneratorException, "Generator yielded from aborted, no return … in zend_generator_update_current()
1143 zend_ce_ClosedGeneratorException = zend_register_internal_class_ex(&ce, zend_ce_exception); in zend_register_generator_ce()

Completed in 14 milliseconds