Home
last modified time | relevance | path

Searched refs:in_script_xml (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/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()
958 PHPDBG_G(in_script_xml) = 0; in phpdbg_process_print()
1026 if (PHPDBG_G(in_script_xml) != type) { in phpdbg_process_print()
1031 PHPDBG_G(in_script_xml) = type; in phpdbg_process_print()
1220 if (PHPDBG_G(in_script_xml)) { in phpdbg_xml_internal()
1222 PHPDBG_G(in_script_xml) = 0; in phpdbg_xml_internal()
1270 if (PHPDBG_G(in_script_xml)) { in phpdbg_out_internal()
1272 PHPDBG_G(in_script_xml) = 0; in phpdbg_out_internal()
H A Dphpdbg.h294 int in_script_xml; /* in <stream> output mode */ variable

Completed in 13 milliseconds