php-src/sapi/phpdbg/tests
Peter Kokot b746e69887 Sync leading and final newlines in *.phpt sections
This patch adds missing newlines, trims multiple redundant final
newlines into a single one, and trims redundant leading newlines in all
*.phpt sections.

According to POSIX, a line is a sequence of zero or more non-' <newline>'
characters plus a terminating '<newline>' character. [1] Files should
normally have at least one final newline character.

C89 [2] and later standards [3] mention a final newline:
"A source file that is not empty shall end in a new-line character,
which shall not be immediately preceded by a backslash character."

Although it is not mandatory for all files to have a final newline
fixed, a more consistent and homogeneous approach brings less of commit
differences issues and a better development experience in certain text
editors and IDEs.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
[2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2
[3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
2018-10-15 04:32:30 +02: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 Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
breakpoints_002.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
breakpoints_003.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
breakpoints_004.phpt Fixed tests (new opcache will optimize serias echo IS_CONST into one) 2015-11-22 06:49:28 -08:00
breakpoints_005.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
breakpoints_006.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
breakpoints_007.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
breakpoints_008.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +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
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
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 Moved "zval.u2.cache_slot" into free room of "zend_op" 2018-02-05 19:41:47 +03:00
finish_leave_001.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02: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_once.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
include.inc Merge remote-tracking branch 'origin/PHP-7.0' into PHP-7.1 2016-10-14 01:54:18 +02:00
info_001.phpt Properly escape all filenames when exporting breakpoints 2016-11-13 13:22:06 +01:00
info_002.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
next_001.phpt Update tests and add NEWS entry for phpdbg opcode dump change 2017-03-29 12:54:52 -07:00
normal_exit.phpt Fix leaks from bug #70138 2015-07-26 21:49:18 +02:00
phpdbg_break_next.phpt Fix phpdbg_break_next() and add test 2015-08-23 11:58:45 +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 Fixed issue getting executable lines from custom wrappers 2016-12-06 18:29:48 +01:00
phpdbg_oplog_001.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +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 Update tests and add NEWS entry for phpdbg opcode dump change 2017-03-29 12:54:52 -07: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 Fix run command args passing when inmidst execution 2016-10-02 12:45:20 +01:00
set_exception_handler.phpt Merge branch 'PHP-7.0' into PHP-7.1 2016-10-14 01:48:03 +02:00
stdin_001.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
stepping_001.phpt Moved "zval.u2.cache_slot" into free room of "zend_op" 2018-02-05 19:41:47 +03:00
watch_001.phpt Merge branch 'PHP-7.0' into PHP-7.1 2016-10-14 01:53:25 +02:00
watch_002.phpt Merge branch 'PHP-7.0' into PHP-7.1 2016-10-14 01:53:25 +02:00
watch_003.phpt Merge branch 'PHP-7.0' into PHP-7.1 2016-10-14 01:53:25 +02:00
watch_004.phpt Merge branch 'PHP-7.0' into PHP-7.1 2016-10-14 01:53:25 +02:00
watch_005.phpt Rewrite watchpoints to be much more stable 2016-07-11 23:58:20 +02:00
watch_006.phpt Merge branch 'PHP-7.0' into PHP-7.1 2016-10-14 01:53:25 +02:00