Searched refs:ignore_flags (Results 1 – 2 of 2) sorted by relevance
40 void phpdbg_print_opline(zend_execute_data *execute_data, bool ignore_flags);
365 void phpdbg_print_opline(zend_execute_data *execute_data, bool ignore_flags) /* {{{ */ in phpdbg_print_opline() argument367 …if (ignore_flags || (!(PHPDBG_G(flags) & PHPDBG_IS_QUIET) && (PHPDBG_G(flags) & PHPDBG_IS_STEPPING… in phpdbg_print_opline()
Completed in 7 milliseconds