Home
last modified time | relevance | path

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

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_out.c956 …if ((PHPDBG_G(flags) & PHPDBG_WRITE_XML) && PHPDBG_G(in_script_xml) && PHPDBG_G(in_script_xml) != … in phpdbg_process_print()
965 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
982 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
1023 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
1060 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
1086 if (PHPDBG_G(req_id) && (PHPDBG_G(flags) & PHPDBG_WRITE_XML)) { in phpdbg_process_print()
1109 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_vprint()
1127 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_vprint()
1157 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_free_err_buf()
1209 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.c1138 if (!(PHPDBG_G(flags) & PHPDBG_WRITE_XML)) { in phpdbg_welcome()
1581 flags |= PHPDBG_WRITE_XML; in main()
H A Dphpdbg_prompt.c1040 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in PHPDBG_COMMAND()

Completed in 39 milliseconds