Lines Matching refs:line
159 spprintf(&buffered, 0, "%s:"ZEND_ULONG_FMT, next->file.name, next->file.line); in phpdbg_call_register()
164 spprintf(&buffered, 0, "%s:#"ZEND_ULONG_FMT, next->file.name, next->file.line); in phpdbg_call_register()
203 int line; member
213 state->line++; in phpdbg_line_init()
267 …rr_buf("Unrecognized command in %s:%d: %s, %s!", state->init_file, state->line, input, PHPDBG_G(er… in phpdbg_line_init()
269 …phpdbg_output_err_buf("Unrecognized command on line %d: %s, %s!", state->line, input, PHPDBG_G(err… in phpdbg_line_init()
543 data->line[i] -= 2; in phpdbg_compile_stdin()
712 zend_long line; in phpdbg_handle_exception() local
719 …line = zval_get_long(zend_read_property_ex(zend_get_exception_base(ex), ex, ZSTR_KNOWN(ZEND_STR_LI… in phpdbg_handle_exception()
730 …bg_error("Uncaught %s in %s on line " ZEND_LONG_FMT, ZSTR_VAL(ex->ce->name), ZSTR_VAL(file), line); in phpdbg_handle_exception()
1166 phpdbg_set_breakpoint_file(param->file.name, 0, param->file.line); in PHPDBG_COMMAND()
1169 phpdbg_set_breakpoint_file_opline(param->file.name, param->file.line); in PHPDBG_COMMAND()
1708 …zend_long line = zval_get_long(zend_read_property_ex(zend_get_exception_base(exception), exception… in phpdbg_execute_ex() local
1712 ZSTR_VAL(exception->ce->name), ZSTR_VAL(file), line, in phpdbg_execute_ex()