Home
last modified time | relevance | path

Searched refs:PHPDBG_WRITE_XML (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c936 …if ((PHPDBG_G(flags) & PHPDBG_WRITE_XML) && PHPDBG_G(in_script_xml) && PHPDBG_G(in_script_xml) != … in phpdbg_process_print()
945 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
962 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
1003 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
1040 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
1066 if (PHPDBG_G(req_id) && (PHPDBG_G(flags) & PHPDBG_WRITE_XML)) { in phpdbg_process_print()
1089 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_vprint()
1107 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_vprint()
1137 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_free_err_buf()
1189 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_xml_internal()
[all …]
H A Dphpdbg.h193 #define PHPDBG_WRITE_XML (1ULL<<32) macro
208 …_OPCODE | PHPDBG_IS_QUIET | PHPDBG_IS_COLOURED | PHPDBG_IS_REMOTE | PHPDBG_WRITE_XML | PHPDBG_IS_D…
H A Dphpdbg_io.c229 && !(PHPDBG_G(flags) & PHPDBG_WRITE_XML)
H A Dphpdbg_help.c65 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in pretty_print()
H A Dphpdbg_cmd.c819 if (!(PHPDBG_G(flags) & PHPDBG_WRITE_XML)) { in phpdbg_ask_user_permission()
H A Dphpdbg.c1132 if (!(PHPDBG_G(flags) & PHPDBG_WRITE_XML)) { in phpdbg_welcome()
1580 flags |= PHPDBG_WRITE_XML; in main()
H A Dphpdbg_prompt.c994 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in PHPDBG_COMMAND()

Completed in 24 milliseconds