Home
last modified time | relevance | path

Searched refs:in_script_xml (Results 1 – 2 of 2) 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()
959 PHPDBG_G(in_script_xml) = 0; in phpdbg_process_print()
1027 if (PHPDBG_G(in_script_xml) != type) { in phpdbg_process_print()
1032 PHPDBG_G(in_script_xml) = type; in phpdbg_process_print()
1221 if (PHPDBG_G(in_script_xml)) { in phpdbg_xml_internal()
1223 PHPDBG_G(in_script_xml) = 0; in phpdbg_xml_internal()
1271 if (PHPDBG_G(in_script_xml)) { in phpdbg_out_internal()
1273 PHPDBG_G(in_script_xml) = 0; in phpdbg_out_internal()
H A Dphpdbg.h286 int in_script_xml; /* in <stream> output mode */ variable

Completed in 11 milliseconds