Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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(97) "Class Generator is an internal class that cannot be instantiated without invoking its c…
19 Catchable fatal error: The "Generator" class is reserved for internal use and cannot be manually in…
/PHP-5.5/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.5/Zend/
H A Dzend_generators.c423 ZEND_METHOD(Generator, rewind) in ZEND_METHOD() argument
439 ZEND_METHOD(Generator, valid) in ZEND_METHOD() argument
457 ZEND_METHOD(Generator, current) in ZEND_METHOD() argument
477 ZEND_METHOD(Generator, key) in ZEND_METHOD() argument
497 ZEND_METHOD(Generator, next) in ZEND_METHOD() argument
515 ZEND_METHOD(Generator, send) in ZEND_METHOD() argument
550 ZEND_METHOD(Generator, throw) in ZEND_METHOD() argument
590 ZEND_METHOD(Generator, __wakeup) in ZEND_METHOD() argument
721 ZEND_ME(Generator, rewind, arginfo_generator_void, ZEND_ACC_PUBLIC)
722 ZEND_ME(Generator, valid, arginfo_generator_void, ZEND_ACC_PUBLIC)
[all …]
/PHP-5.5/ext/gettext/tests/66265/en_US/LC_MESSAGES/
H A Ddomain.po11 "X-Generator: Poedit 1.6.10\n"
/PHP-5.5/ext/gettext/tests/66265/de_DE/LC_MESSAGES/
H A Ddomain.po11 "X-Generator: Poedit 1.6.10\n"
/PHP-5.5/ext/gettext/tests/66265/fr_FR/LC_MESSAGES/
H A Ddomain.po11 "X-Generator: Poedit 1.6.10\n"
/PHP-5.5/
H A DREADME.REDIST.BINS149 Equidistributed Uniform Pseudo-Random Number Generator", ACM Transactions on
H A DNEWS1724 . Fixed bug #65161 (Generator + autoload + syntax error = segfault). (Nikita)
1808 . Added Generator::throw() method. (Nikita Popov)
2170 . Fixed bug #64007 (There is an ability to create instance of Generator by
/PHP-5.5/ext/standard/tests/misc/
H A Dbrowscap.ini2045 [XML Sitemaps Generator*]
2047 Browser="XML Sitemaps Generator" argument
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3054 # Synthesizer Generator and Kimwitu share their file format
3055 0 string A#S#C#S#S#L#V#3 Synthesizer Generator or Kimwitu data

Completed in 296 milliseconds