.. |
errors
|
Update exception names in tests after formatting changes.
|
2015-05-17 17:31:43 -05:00 |
finally
|
Tweak uncaught exception message display
|
2015-05-17 18:47:06 +02:00 |
aborted_yield_during_nested_fcalls.phpt
|
Avoid op_num = -1 in unfinished generator cleanup
|
2015-06-23 20:17:30 +02:00 |
aborted_yield_during_new.phpt
|
Add test for previous commit
|
2015-06-20 18:38:59 +02:00 |
aborted_yield_during_switch.phpt
|
Avoid op_num = -1 in unfinished generator cleanup
|
2015-06-23 20:17:30 +02:00 |
auto_incrementing_keys.phpt
|
|
|
backtrace.phpt
|
|
|
basic_yield_from_exception_handling.phpt
|
Tweak uncaught exception message display
|
2015-05-17 18:47:06 +02:00 |
basic_yield_from_proxying.phpt
|
Added yield from operator
|
2015-03-07 00:28:12 +01:00 |
bug63066.phpt
|
Update exception names in tests after formatting changes.
|
2015-05-17 17:31:43 -05:00 |
bug65035.phpt
|
Don't try to clean up generator stack on unclean shutdown
|
2013-06-29 21:51:54 +02:00 |
bug65161.phpt
|
Update exception names in tests after formatting changes.
|
2015-05-17 17:31:43 -05:00 |
bug66041.phpt
|
Fixed bug #66041: list() fails to unpack yielded ArrayAccess object
|
2013-11-30 13:08:31 +01:00 |
bug67497.phpt
|
Updated tests to reflect exception class changes.
|
2015-05-16 16:49:14 -05:00 |
bug69419.phpt
|
Fixed bug #69419
|
2015-04-14 16:35:23 +02:00 |
bug70904.phpt
|
Fixed bug #70904 (yield from incorrectly marks valid generator as finished)
|
2015-11-24 23:43:34 +01:00 |
bug70965.phpt
|
Fixed bug #70965 (yield from with a common iterator primes too much)
|
2015-11-25 09:54:24 +01:00 |
bug71013.phpt
|
Fixed bug #71013 (Incorrect exception handler with yield from)
|
2015-12-06 02:45:19 +01:00 |
bug71297.phpt
|
Fixed bug #71297 (Memory leak with yield from)
|
2016-01-07 11:56:21 +01:00 |
bug71441.phpt
|
Fixed bug #71441 (Typehinted Generator with return in try/finally crashes)
|
2016-01-24 19:55:16 +01:00 |
bug71601.phpt
|
Fixed bug #71601 (finally block not executed after yield from)
|
2016-02-15 22:37:21 +01:00 |
bug72523.phpt
|
Fixed bug #72523 (dtrace issue with reflection (failed test))
|
2016-07-01 18:50:35 +08:00 |
clone.phpt
|
Update exception names in tests after formatting changes.
|
2015-05-17 17:31:43 -05:00 |
dangling_send_target.phpt
|
Fix dangling send target when using yield from
|
2016-02-11 16:25:16 +01:00 |
dynamic_call.phpt
|
|
|
fibonacci.phpt
|
|
|
func_get_args.phpt
|
|
|
gc_with_yield_from.phpt
|
Fix generator being a cycle to itself
|
2016-04-18 23:55:16 +02:00 |
generator_closure_unused.phpt
|
Fixed memory leak
|
2015-05-14 17:07:32 +03:00 |
generator_closure_with_this.phpt
|
|
|
generator_closure.phpt
|
|
|
generator_in_multipleiterator.phpt
|
|
|
generator_method_by_ref.phpt
|
|
|
generator_method.phpt
|
|
|
generator_return_return_type.phpt
|
Fully fix typed generator returns
|
2015-07-24 22:04:05 +02:00 |
generator_return_without_value.phpt
|
Revert gd and mysqli to former calls for arg count errors. Fix first identified issues with zend_compile.c from nikic. Add tests for generator returns prior to first yield
|
2015-03-18 16:14:02 -04:00 |
generator_returns_generator.phpt
|
|
|
generator_rewind.phpt
|
Tweak uncaught exception message display
|
2015-05-17 18:47:06 +02:00 |
generator_send.phpt
|
|
|
generator_static_method.phpt
|
|
|
generator_symtable_leak.phpt
|
Fix memleak in generators using symtable
|
2015-05-14 17:17:39 +02:00 |
generator_throwing_during_function_call.phpt
|
|
|
generator_throwing_exception.phpt
|
|
|
generator_throwing_in_foreach.phpt
|
Tweak uncaught exception message display
|
2015-05-17 18:47:06 +02:00 |
generator_with_arg_unpacking.phpt
|
Added test
|
2016-05-11 12:55:33 +03:00 |
generator_with_keys.phpt
|
|
|
generator_with_nonscalar_keys.phpt
|
Add support for non-scalar Iterator keys in foreach
|
2013-03-12 17:27:31 +01:00 |
generator_with_type_check_2.phpt
|
Check if generator object is created by GENERATOR_CREATE when throw exceptions from generator function
|
2016-05-16 12:42:13 +03:00 |
generator_with_type_check.phpt
|
Check if generator object is created by GENERATOR_CREATE when throw exceptions from generator function
|
2016-05-16 12:42:13 +03:00 |
get_return_and_finally.phpt
|
Implement Generator::getReturn()
|
2015-03-17 21:51:53 +01:00 |
get_return_errors.phpt
|
Implement Generator::getReturn()
|
2015-03-17 21:51:53 +01:00 |
get_return_types.phpt
|
Implement Generator::getReturn()
|
2015-03-17 21:51:53 +01:00 |
get_return.phpt
|
Remove mentions of "type hint" and "typehint"
|
2015-12-24 15:19:31 +01:00 |
ignored_send_leak.phpt
|
Fix leak when generator ignores sent value
|
2012-12-18 21:39:02 +01:00 |
multiple_yield_from_on_same_generator.phpt
|
Fixed bug #70904 (yield from incorrectly marks valid generator as finished)
|
2015-11-24 23:43:34 +01:00 |
mutli_yield_from_with_exception.phpt
|
Fix ClosedGeneratorException possibly thrown into wrong scope
|
2016-07-23 16:39:21 +02:00 |
nested_calls_with_die.phpt
|
Fix bug #63830: Segfault on undefined function call in nested generator
|
2013-02-01 19:53:04 +01:00 |
nested_method_calls.phpt
|
Remove support for cloning generators
|
2013-03-29 11:42:10 +01:00 |
no_foreach_var_leaks.phpt
|
|
|
recursive_yield_from.phpt
|
Added yield from operator
|
2015-03-07 00:28:12 +01:00 |
return_from_by_ref_generator.phpt
|
Fix return from by-ref generators
|
2016-07-14 15:44:04 +02:00 |
send_after_close.phpt
|
|
|
send_returns_current.phpt
|
|
|
throw_already_closed.phpt
|
Tweak uncaught exception message display
|
2015-05-17 18:47:06 +02:00 |
throw_caught.phpt
|
Tweak uncaught exception message display
|
2015-05-17 18:47:06 +02:00 |
throw_into_yield_from_array.phpt
|
Fixed bug causing exception not being thrown immediately into a generator yielding from an array
|
2015-11-25 23:09:44 +01:00 |
throw_not_an_exception.phpt
|
Update exception names in tests after formatting changes.
|
2015-05-17 17:31:43 -05:00 |
throw_rethrow.phpt
|
Tweak uncaught exception message display
|
2015-05-17 18:47:06 +02:00 |
throw_uncaught.phpt
|
Tweak uncaught exception message display
|
2015-05-17 18:47:06 +02:00 |
unused_return_value.phpt
|
|
|
xrange.phpt
|
|
|
yield_array_key.phpt
|
Fix leak when yielding array as key
|
2012-09-01 20:31:40 +02:00 |
yield_array_offset_by_ref.phpt
|
|
|
yield_by_reference.phpt
|
|
|
yield_closure.phpt
|
Fix crash when last yielded value is a closure
|
2012-12-21 17:28:20 +01:00 |
yield_during_function_call.phpt
|
|
|
yield_during_method_call.phpt
|
Remove support for cloning generators
|
2013-03-29 11:42:10 +01:00 |
yield_from_already_running.phpt
|
Update exception names in tests after formatting changes.
|
2015-05-17 17:31:43 -05:00 |
yield_from_array.phpt
|
Added yield from operator
|
2015-03-07 00:28:12 +01:00 |
yield_from_backtrace.phpt
|
Added yield from operator
|
2015-03-07 00:28:12 +01:00 |
yield_from_by_reference.phpt
|
Forbid yield from in by-reference generators
|
2016-02-12 17:55:29 +01:00 |
yield_from_deep_recursion.phpt
|
Merge branch 'coroutineDelegation' of https://github.com/bwoebi/php-src
|
2015-04-14 17:58:58 +02:00 |
yield_from_force_closed.phpt
|
Forbid "yield from" in force closed generators
|
2016-05-28 13:21:05 +02:00 |
yield_from_iterator_agregate.phpt
|
Fised possible use-after-free
|
2016-04-04 09:35:48 +03:00 |
yield_from_iterator.phpt
|
Fix yield from with iterator (first element missing)
|
2015-04-21 19:42:23 +02:00 |
yield_from_multi_tree_exception.phpt
|
Tweak uncaught exception message display
|
2015-05-17 18:47:06 +02:00 |
yield_from_multi_tree.phpt
|
Added yield from operator
|
2015-03-07 00:28:12 +01:00 |
yield_in_finally.phpt
|
Fix several issues and allow rewind only at/before first yield
|
2012-08-25 17:40:08 +02:00 |
yield_in_parenthesis.phpt
|
|
|
yield_precedence.phpt
|
Fix arrow operator precedence
|
2014-12-07 23:00:48 +01:00 |
yield_ref_function_call_by_reference.phpt
|
|
|
yield_unary_precedence.phpt
|
Added test for bug #69160 (current behavior is correct)
|
2015-03-07 20:59:42 +01:00 |
yield_without_value.phpt
|
Merge branch 'pull-request/341'
|
2013-06-10 14:30:59 -07:00 |