Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend.h258 ZEND_API ZEND_COLD void zend_output_debug_string(zend_bool trigger_break, const char *format, ...) …
H A Dzend.c1613 ZEND_API ZEND_COLD void zend_output_debug_string(zend_bool trigger_break, const char *format, ...) … in zend_output_debug_string() argument
1626 if (trigger_break && IsDebuggerPresent()) { in zend_output_debug_string()
/PHP-8.0/main/
H A Dmain.c1190 zend_bool trigger_break; in report_zend_debug_error_notify_cb() local
1197 trigger_break=1; in report_zend_debug_error_notify_cb()
1200 trigger_break=0; in report_zend_debug_error_notify_cb()
1204 …zend_output_debug_string(trigger_break, "%s(%" PRIu32 ") : %s", error_filename, error_lineno, ZSTR… in report_zend_debug_error_notify_cb()

Completed in 25 milliseconds