Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_out.c934 …if ((PHPDBG_G(flags) & PHPDBG_WRITE_XML) && PHPDBG_G(in_script_xml) && PHPDBG_G(in_script_xml) != … in phpdbg_process_print()
943 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
960 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
1001 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
1038 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
1064 if (PHPDBG_G(req_id) && (PHPDBG_G(flags) & PHPDBG_WRITE_XML)) { in phpdbg_process_print()
1087 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_vprint()
1105 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_vprint()
1135 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_free_err_buf()
1187 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_xml_internal()
[all …]
H A Dphpdbg.h191 #define PHPDBG_WRITE_XML (1ULL<<32) macro
206 …_OPCODE | PHPDBG_IS_QUIET | PHPDBG_IS_COLOURED | PHPDBG_IS_REMOTE | PHPDBG_WRITE_XML | PHPDBG_IS_D…
H A Dphpdbg_io.c227 && !(PHPDBG_G(flags) & PHPDBG_WRITE_XML)
H A Dphpdbg_help.c63 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in pretty_print()
H A Dphpdbg_cmd.c811 if (!(PHPDBG_G(flags) & PHPDBG_WRITE_XML)) { in phpdbg_ask_user_permission()
H A Dphpdbg.c1069 if (!(PHPDBG_G(flags) & PHPDBG_WRITE_XML)) { in phpdbg_welcome()
1517 flags |= PHPDBG_WRITE_XML; in main()
H A Dphpdbg_prompt.c985 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in PHPDBG_COMMAND()

Completed in 27 milliseconds