Home
last modified time | relevance | path

Searched refs:Generator (Results 1 – 25 of 27) sorted by relevance

12

/PHP-5.6/Zend/tests/generators/errors/
H A Dserialize_unserialize_error.phpt17 var_dump(unserialize('O:9:"Generator":0:{}'));
23 var_dump(unserialize('C:9:"Generator":0:{}'));
30 exception 'Exception' with message 'Serialization of 'Generator' is not allowed' in %s:%d
32 #0 %s(%d): serialize(Object(Generator))
36 Warning: Erroneous data format for unserializing 'Generator' in %sserialize_unserialize_error.php o…
40 exception 'Exception' with message 'Unserialization of 'Generator' is not allowed' in %s:%d
42 #0 %s(%d): unserialize('C:9:"Generator"...')
H A Dgenerator_extend_error.phpt2 The Generator class cannot be extended
6 class ExtendedGenerator extends Generator { }
10 Fatal error: Class ExtendedGenerator may not inherit from final class (Generator) in %s on line %d
H A Dgenerator_instantiate_error.phpt2 It's not possible to directly instantiate the Generator class
6 new Generator;
10 Catchable fatal error: The "Generator" class is reserved for internal use and cannot be manually in…
/PHP-5.6/ext/reflection/tests/
H A Dbug64007.phpt2 Bug #64007 (There is an ability to create instance of Generator by hand)
5 $reflection = new ReflectionClass('Generator');
17 string(%d) "Class Generator is an internal class marked as final that cannot be instantiated withou…
19 Catchable fatal error: The "Generator" class is reserved for internal use and cannot be manually in…
H A DReflectionClass_newInstanceWithoutConstructor.phpt24 $class = new ReflectionClass('Generator');
34 Fatal error: Uncaught exception 'ReflectionException' with message 'Class Generator is an internal …
/PHP-5.6/Zend/tests/generators/
H A Dgenerator_returns_generator.phpt2 A generator function returns a Generator object
14 var_dump($generator instanceof Generator);
H A Dbacktrace.phpt26 #2 Generator->rewind() called at [%s:%d]
27 #3 f3(Generator Object ()) called at [%s:%d]
H A Dthrow_rethrow.phpt2 Generator::throw() where the generator throws a different exception
31 #1 %s(%d): Generator->throw(Object(RuntimeException))
H A Dyield_closure.phpt2 Generator shouldn't crash if last yielded value is a closure
H A Dclone.phpt15 Fatal error: Trying to clone an uncloneable object of class Generator in %s on line %d
H A Dauto_incrementing_keys.phpt2 Generator keys are auto-incrementing by default
H A Dbug65161.phpt2 Bug #65161: Generator + autoload + syntax error = segfault
H A Dthrow_not_an_exception.phpt2 Generator::throw() with something that's not an exception
H A Dthrow_uncaught.phpt2 Generator::throw() where the exception is not caught in the generator
H A Dthrow_already_closed.phpt2 Generator::throw() on an already closed generator
H A Dthrow_caught.phpt2 Generator::throw() where the exception is caught in the generator
H A Dgenerator_method_by_ref.phpt2 Generator methods can yield by reference
H A Dgenerator_rewind.phpt54 #0 %s(%d): Generator->rewind()
/PHP-5.6/Zend/
H A Dzend_generators.c426 ZEND_METHOD(Generator, rewind) in ZEND_METHOD() argument
442 ZEND_METHOD(Generator, valid) in ZEND_METHOD() argument
460 ZEND_METHOD(Generator, current) in ZEND_METHOD() argument
480 ZEND_METHOD(Generator, key) in ZEND_METHOD() argument
500 ZEND_METHOD(Generator, next) in ZEND_METHOD() argument
518 ZEND_METHOD(Generator, send) in ZEND_METHOD() argument
553 ZEND_METHOD(Generator, throw) in ZEND_METHOD() argument
593 ZEND_METHOD(Generator, __wakeup) in ZEND_METHOD() argument
724 ZEND_ME(Generator, rewind, arginfo_generator_void, ZEND_ACC_PUBLIC)
725 ZEND_ME(Generator, valid, arginfo_generator_void, ZEND_ACC_PUBLIC)
[all …]
/PHP-5.6/Zend/tests/
H A Dbug69599.phpt19 #1 %s(%d): iterator_to_array(Object(Generator))
/PHP-5.6/ext/gettext/tests/66265/en_US/LC_MESSAGES/
H A Ddomain.po11 "X-Generator: Poedit 1.6.10\n"
/PHP-5.6/ext/gettext/tests/66265/de_DE/LC_MESSAGES/
H A Ddomain.po11 "X-Generator: Poedit 1.6.10\n"
/PHP-5.6/ext/gettext/tests/66265/fr_FR/LC_MESSAGES/
H A Ddomain.po11 "X-Generator: Poedit 1.6.10\n"
/PHP-5.6/
H A DREADME.REDIST.BINS149 Equidistributed Uniform Pseudo-Random Number Generator", ACM Transactions on
/PHP-5.6/ext/standard/tests/misc/
H A Dbrowscap.ini2045 [XML Sitemaps Generator*]
2047 Browser="XML Sitemaps Generator" argument

Completed in 135 milliseconds

12