Lines Matching refs:error_lineno

47 void (*xdebug_old_error_cb)(int type, zend_string *error_filename, const uint32_t error_lineno, zen…
48 void (*xdebug_new_error_cb)(int type, zend_string *error_filename, const uint32_t error_lineno, zen…
49 static void xdebug_error_cb(int orig_type, zend_string *error_filename, const uint32_t error_lineno
51 void (*xdebug_old_error_cb)(int type, const char *error_filename, const uint32_t error_lineno, zend…
52 void (*xdebug_new_error_cb)(int type, const char *error_filename, const uint32_t error_lineno, zend…
53 static void xdebug_error_cb(int orig_type, const char *error_filename, const uint32_t error_lineno,…
55 void (*xdebug_old_error_cb)(int type, const char *error_filename, const uint32_t error_lineno, cons…
56 void (*xdebug_new_error_cb)(int type, const char *error_filename, const uint32_t error_lineno, cons…
57 static void xdebug_error_cb(int orig_type, const char *error_filename, const uint32_t error_lineno,…
845 …(*tmp_error_cb)(int type, zend_string *error_filename, const uint32_t error_lineno, zend_string *m… in xdebug_execute_internal()
847 … (*tmp_error_cb)(int type, const char *error_filename, const uint32_t error_lineno, zend_string *m… in xdebug_execute_internal()
849 … (*tmp_error_cb)(int type, const char *error_filename, const uint32_t error_lineno, const char *fo… in xdebug_execute_internal()
1250 …ror_cb(int orig_type, zend_string *error_filename, const unsigned int error_lineno, zend_string *m… in xdebug_error_cb() argument
1256 xdebug_debugger_error_cb(error_filename, error_lineno, type, error_type_str, ZSTR_VAL(message)); in xdebug_error_cb()
1261 xdebug_develop_error_cb(orig_type, error_filename, error_lineno, message); in xdebug_error_cb()
1263 xdebug_old_error_cb(orig_type, error_filename, error_lineno, message); in xdebug_error_cb()
1267 …rror_cb(int orig_type, const char *error_filename, const unsigned int error_lineno, zend_string *m… in xdebug_error_cb() argument
1274 …xdebug_debugger_error_cb(tmp_error_filename, error_lineno, type, error_type_str, ZSTR_VAL(message)… in xdebug_error_cb()
1280 xdebug_develop_error_cb(orig_type, error_filename, error_lineno, message); in xdebug_error_cb()
1282 xdebug_old_error_cb(orig_type, error_filename, error_lineno, message); in xdebug_error_cb()
1286 …rror_cb(int orig_type, const char *error_filename, const unsigned int error_lineno, const char *fo… in xdebug_error_cb() argument
1299 xdebug_debugger_error_cb(tmp_error_filename, error_lineno, type, error_type_str, buffer); in xdebug_error_cb()
1306 xdebug_develop_error_cb(orig_type, error_filename, error_lineno, format, args); in xdebug_error_cb()
1308 xdebug_old_error_cb(orig_type, error_filename, error_lineno, format, args); in xdebug_error_cb()