php-src/sapi/phpdbg
Nikita Popov 3e01f5afb1 Replace zend_bool uses with bool
We're starting to see a mix between uses of zend_bool and bool.
Replace all usages with the standard bool type everywhere.

Of course, zend_bool is retained as an alias.
2021-01-15 12:33:06 +01:00
..
tests Merge branch 'PHP-8.0' 2021-01-11 17:21:42 +01:00
.gdbinit
.phpdbginit Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
config.m4 Revert "Link executable files using non PIC object files. This reduces PIC overhead and improves performance." 2019-10-10 16:28:59 +03:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
create-test.php Merge branch 'PHP-7.4' 2020-02-03 13:42:08 +01:00
CREDITS
Makefile.frag Clean up the generation of the parsers 2020-02-01 14:21:53 +01:00
phpdbg.1.in Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
phpdbg.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg.init.d Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
phpdbg.stub.php Add stubs for some SAPIs 2020-05-14 13:35:12 +02:00
phpdbg_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
phpdbg_bp.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_bp.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_break.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_break.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_btree.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_btree.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_cmd.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_cmd.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_eol.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_eol.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_frame.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_frame.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_help.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_help.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_info.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_info.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_io.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_io.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_lexer.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_lexer.l Revert fix for bug 76813 and re2c version bump 2021-01-11 17:19:52 +01:00
phpdbg_list.c Accept zend_string instead of zval in zend_compile_string 2020-09-07 11:42:21 +02:00
phpdbg_list.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_opcode.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_opcode.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_out.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_out.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_parser.y Merge branch 'PHP-8.0' 2021-01-11 17:21:42 +01:00
phpdbg_print.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_print.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
phpdbg_prompt.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_prompt.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_rinit_hook.c Code tweaks: Remove unneeded semicolons 2020-04-29 23:17:40 +02:00
phpdbg_rinit_hook.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_set.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_set.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_sigio_win32.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_sigio_win32.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_sigsafe.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_sigsafe.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_utils.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_utils.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_wait.c Use zend_string_equals API in a couple places 2020-07-03 17:02:28 +02:00
phpdbg_wait.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_watch.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
phpdbg_watch.h Merge branch 'PHP-7.4' 2020-05-26 17:46:56 +02:00
phpdbg_webdata_transfer.c Remove unnecessary initialization in phpdbg webhelper 2020-06-23 14:29:24 +02:00
phpdbg_webdata_transfer.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_win.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
phpdbg_win.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
test.php Apply tidy formatting 2020-02-03 13:41:31 +01:00
web-bootstrap.php Rename non-existing site phpdbg.com to localhost 2019-02-19 20:21:20 +01:00
xml.md Fix miscellaneous typos in docs 2019-10-19 19:19:28 +02:00