Searched refs:trigger_break (Results 1 – 3 of 3) sorted by relevance
319 ZEND_API ZEND_COLD void zend_output_debug_string(bool trigger_break, const char *format, ...) ZEND_…
1861 ZEND_API ZEND_COLD void zend_output_debug_string(bool trigger_break, const char *format, ...) /* {{… in zend_output_debug_string() argument1874 if (trigger_break && IsDebuggerPresent()) { in zend_output_debug_string()
1259 bool trigger_break; in report_zend_debug_error_notify_cb() local1266 trigger_break=1; in report_zend_debug_error_notify_cb()1269 trigger_break=0; in report_zend_debug_error_notify_cb()1273 …zend_output_debug_string(trigger_break, "%s(%" PRIu32 ") : %s", ZSTR_VAL(error_filename), error_li… in report_zend_debug_error_notify_cb()
Completed in 26 milliseconds