Home
last modified time | relevance | path

Searched refs:in_script_xml (Results 1 – 2 of 2) 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()
938 PHPDBG_G(in_script_xml) = 0; in phpdbg_process_print()
1006 if (PHPDBG_G(in_script_xml) != type) { in phpdbg_process_print()
1011 PHPDBG_G(in_script_xml) = type; in phpdbg_process_print()
1200 if (PHPDBG_G(in_script_xml)) { in phpdbg_xml_internal()
1202 PHPDBG_G(in_script_xml) = 0; in phpdbg_xml_internal()
1250 if (PHPDBG_G(in_script_xml)) { in phpdbg_out_internal()
1252 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 10 milliseconds