php-src/Zend/tests/generators
2015-04-01 13:49:11 +03:00
..
errors Convert fatal error into EngineException 2015-04-01 13:49:11 +03:00
finally
auto_incrementing_keys.phpt
backtrace.phpt
bug63066.phpt
bug65035.phpt
bug65161.phpt
bug66041.phpt Fixed bug #66041: list() fails to unpack yielded ArrayAccess object 2013-11-30 13:08:31 +01:00
bug67497.phpt Implement engine exceptions 2015-03-09 14:01:32 +01:00
clone.phpt
dynamic_call.phpt
fibonacci.phpt
func_get_args.phpt
generator_closure.phpt
generator_closure_with_this.phpt
generator_in_multipleiterator.phpt
generator_method.phpt
generator_method_by_ref.phpt
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 Wrong expectation in tests (for some reason backtraces contained invlalid extra frame at the top) 2014-07-07 18:09:17 +04:00
generator_send.phpt
generator_static_method.phpt
generator_throwing_during_function_call.phpt
generator_throwing_exception.phpt
generator_throwing_in_foreach.phpt
generator_with_keys.phpt
generator_with_nonscalar_keys.phpt
get_return.phpt Implement Generator::getReturn() 2015-03-17 21:51:53 +01: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
ignored_send_leak.phpt
nested_calls_with_die.phpt
nested_method_calls.phpt
no_foreach_var_leaks.phpt
send_after_close.phpt
send_returns_current.phpt
throw_already_closed.phpt
throw_caught.phpt Fix bug #65764 2013-12-01 13:37:56 +01:00
throw_not_an_exception.phpt
throw_rethrow.phpt Fix bug #65764 2013-12-01 13:37:56 +01:00
throw_uncaught.phpt
unused_return_value.phpt
xrange.phpt
yield_array_key.phpt
yield_array_offset_by_ref.phpt
yield_by_reference.phpt
yield_closure.phpt
yield_during_function_call.phpt
yield_during_method_call.phpt
yield_in_finally.phpt
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