Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_out.c957 …if ((PHPDBG_G(flags) & PHPDBG_WRITE_XML) && PHPDBG_G(in_script_xml) && PHPDBG_G(in_script_xml) != … in phpdbg_process_print()
966 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
983 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
1024 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
1061 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_process_print()
1087 if (PHPDBG_G(req_id) && (PHPDBG_G(flags) & PHPDBG_WRITE_XML)) { in phpdbg_process_print()
1110 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_vprint()
1128 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_vprint()
1158 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_free_err_buf()
1210 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in phpdbg_xml_internal()
[all …]
H A Dphpdbg.h188 #define PHPDBG_WRITE_XML (1ULL<<32) macro
203 …_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.c820 if (!(PHPDBG_G(flags) & PHPDBG_WRITE_XML)) { in phpdbg_ask_user_permission()
H A Dphpdbg.c1109 if (!(PHPDBG_G(flags) & PHPDBG_WRITE_XML)) { in phpdbg_welcome()
1558 flags |= PHPDBG_WRITE_XML; in main()
H A Dphpdbg_prompt.c1039 if (PHPDBG_G(flags) & PHPDBG_WRITE_XML) { in PHPDBG_COMMAND()

Completed in 34 milliseconds