Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend.h319 ZEND_API ZEND_COLD void zend_output_debug_string(bool trigger_break, const char *format, ...) ZEND_…
H A Dzend.c1861 ZEND_API ZEND_COLD void zend_output_debug_string(bool trigger_break, const char *format, ...) /* {{… in zend_output_debug_string() argument
1874 if (trigger_break && IsDebuggerPresent()) { in zend_output_debug_string()
/php-src/main/
H A Dmain.c1259 bool trigger_break; in report_zend_debug_error_notify_cb() local
1266 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