Home
last modified time | relevance | path

Searched refs:trigger_break (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/Zend/
H A Dzend.h309 ZEND_API ZEND_COLD void zend_output_debug_string(bool trigger_break, const char *format, ...) ZEND_…
H A Dzend.c1805 ZEND_API ZEND_COLD void zend_output_debug_string(bool trigger_break, const char *format, ...) /* {{… in zend_output_debug_string() argument
1818 if (trigger_break && IsDebuggerPresent()) { in zend_output_debug_string()
/PHP-8.3/main/
H A Dmain.c1209 bool trigger_break; in report_zend_debug_error_notify_cb() local
1216 trigger_break=1; in report_zend_debug_error_notify_cb()
1219 trigger_break=0; in report_zend_debug_error_notify_cb()
1223 …zend_output_debug_string(trigger_break, "%s(%" PRIu32 ") : %s", ZSTR_VAL(error_filename), error_li… in report_zend_debug_error_notify_cb()

Completed in 20 milliseconds