History log of /PHP-7.0/Zend/zend_generators.c (Results 176 – 178 of 178)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9ce9a7e6 23-May-2012 Nikita Popov

Add initial code for suspending execution

This is just some initial code, which is still quite broken (and needs to be
moved so it can be reused.)


# 40b75335 20-May-2012 Nikita Popov

Add some boilerplate code for Generator class

The Generator class now uses a zend_generator struct, so it'll be able to
store additional info.

This commit also ensures that Gene

Add some boilerplate code for Generator class

The Generator class now uses a zend_generator struct, so it'll be able to
store additional info.

This commit also ensures that Generator cannot be directly instantiated
and extended. The error tests are now in a separate folder from the
(yet-to-come) functional tests.

show more ...


# ca59e546 19-May-2012 Nikita Popov

Add empty Generator class


12345678