php-src/sapi/phpdbg/tests
Christoph M. Becker 95a13ca989 Revert fix for bug 76813 and re2c version bump
CentOS 7 ships with re2c 0.13.5 by default, so we should not have
bumped the required re2c version to 0.13.7.  However, 0.13.5 does not
support default rules, so we cannot use them to fix bug 76813.

This reverts commit 420184ad52 and
5e15c9c41f.

Closes GH-6593.
2021-01-11 17:19:52 +01:00
..
bug73615 Fixed bug #73615 (phpdbg without option never load .phpdbginit at startup) 2016-11-30 02:56:47 +01:00
basic_run.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
breakpoints_001.phpt Drop all JIT related XFAILS from phpdbg test suite 2020-11-30 15:24:15 +01:00
breakpoints_002.phpt Drop all JIT related XFAILS from phpdbg test suite 2020-11-30 15:24:15 +01:00
breakpoints_003.phpt Drop all JIT related XFAILS from phpdbg test suite 2020-11-30 15:24:15 +01:00
breakpoints_004.phpt Drop all JIT related XFAILS from phpdbg test suite 2020-11-30 15:24:15 +01:00
breakpoints_005.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
breakpoints_006.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
breakpoints_007.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
breakpoints_008.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug73615.phpt Fix run-tests.php to always include TEST_PHPDBG_EXECUTABLE if phpdbg available 2016-11-30 11:44:10 +01:00
bug73704.phpt Fixed bug #73704 (phpdbg shows the wrong line in files with shebang) 2016-12-22 00:39:24 +01:00
bug73794.phpt Fixed bug #73794 (Crash (out of memory) when using run and # command separator) 2016-12-20 20:18:36 +01:00
bug73927.phpt Drop all JIT related XFAILS from phpdbg test suite 2020-11-30 15:24:15 +01:00
bug76801.phpt fix bug #76801: phpdbg too many open files error 2019-03-23 09:47:49 +01:00
bug78297.phpt Make error messages more consistent by fixing capitalization 2020-01-17 14:52:46 +01:00
clean_001.phpt Exclude opcache from a few opcode related tests 2015-07-21 00:06:34 +02:00
clear_001.phpt Exclude opcache from a few opcode related tests 2015-07-21 00:06:34 +02:00
delimiter.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
empty.inc fix bug #76801: phpdbg too many open files error 2019-03-23 09:47:49 +01:00
exceptions_001.phpt Fix searching for catch blocks 2016-10-16 12:34:10 +02:00
exceptions_002.phpt Fixed bug #70614 (incorrect exit code in -rr mode with Exceptions) 2015-10-02 12:37:40 +02:00
exceptions_003.phpt Drop all JIT related XFAILS from phpdbg test suite 2020-11-30 15:24:15 +01:00
finish_leave_001.phpt Drop all JIT related XFAILS from phpdbg test suite 2020-11-30 15:24:15 +01:00
generator_run.phpt Fix zend_vm_call_opcode_handler (e.g. Generators throwing exceptions) with IP/FP registers 2015-08-26 00:25:25 +01:00
include.inc Merge remote-tracking branch 'origin/PHP-7.0' into PHP-7.1 2016-10-14 01:54:18 +02:00
include_once_001.phpt fix bug #76801: phpdbg too many open files error 2019-03-23 09:47:49 +01:00
include_once_002.phpt fix bug #76801: phpdbg too many open files error 2019-03-23 09:47:49 +01:00
info_001.phpt Add --file-cache-prime/use options to run-tests 2020-05-20 15:29:32 +02:00
info_002.phpt Drop all JIT related XFAILS from phpdbg test suite 2020-11-30 15:24:15 +01:00
match_breakpoints_001.phpt Adjust assignment line number for match 2020-09-08 00:08:18 +02:00
match_breakpoints_002.phpt Adjust assignment line number for match 2020-09-08 00:08:18 +02:00
match_breakpoints_003.phpt Adjust assignment line number for match 2020-09-08 00:08:18 +02:00
match_breakpoints_004.phpt Adjust assignment line number for match 2020-09-08 00:08:18 +02:00
next_001.phpt Drop all JIT related XFAILS from phpdbg test suite 2020-11-30 15:24:15 +01:00
normal_exit.phpt Fix leaks from bug #70138 2015-07-26 21:49:18 +02:00
phpdbg_break_next.phpt Drop all JIT related XFAILS from phpdbg test suite 2020-11-30 15:24:15 +01:00
phpdbg_get_executable_stream_wrapper.inc Fixed issue getting executable lines from custom wrappers 2016-12-06 18:29:48 +01:00
phpdbg_get_executable_stream_wrapper.phpt Drop all JIT related XFAILS from phpdbg test suite 2020-11-30 15:24:15 +01:00
phpdbg_oplog_001.phpt Update phpdbg oplog test 2019-05-29 17:05:01 +02:00
phpdbg_oplog_002.phpt Add show_unexecuted option to phpdbg_end_oplog() 2015-07-20 20:41:07 +02:00
print_001.phpt Perform "early-binding" directly during compilation 2018-08-24 15:18:38 +03:00
print_002.phpt Update tests and add NEWS entry for phpdbg opcode dump change 2017-03-29 12:54:52 -07:00
run_001.phpt Added "argv" and "argc" as known strings. 2017-12-01 01:35:47 +03:00
run_002.phpt Drop all JIT related XFAILS from phpdbg test suite 2020-11-30 15:24:15 +01:00
set_exception_handler.phpt Drop all JIT related XFAILS from phpdbg test suite 2020-11-30 15:24:15 +01:00
stdin_001.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
stepping_001.phpt Perform "early-binding" directly during compilation 2018-08-24 15:18:38 +03:00
watch_001.phpt Drop all JIT related XFAILS from phpdbg test suite 2020-11-30 15:24:15 +01:00
watch_002.phpt Drop all JIT related XFAILS from phpdbg test suite 2020-11-30 15:24:15 +01:00
watch_003.phpt Drop all JIT related XFAILS from phpdbg test suite 2020-11-30 15:24:15 +01:00
watch_004.phpt Drop all JIT related XFAILS from phpdbg test suite 2020-11-30 15:24:15 +01:00
watch_005.phpt Drop all JIT related XFAILS from phpdbg test suite 2020-11-30 15:24:15 +01:00
watch_006.phpt Drop all JIT related XFAILS from phpdbg test suite 2020-11-30 15:24:15 +01:00