Lines Matching refs:phpdbg_error
264 phpdbg_error("Breakpoint at %s:%ld exists", path, line_num); in phpdbg_set_breakpoint_file()
268 phpdbg_error("Cannot set breakpoint in %s, it is not a regular file", path); in phpdbg_set_breakpoint_file()
271 phpdbg_error("Cannot stat %s, it does not exist", path); in phpdbg_set_breakpoint_file()
366 …phpdbg_error("There are only %d oplines in function %s (breaking at opline %ld impossible)", op_ar… in phpdbg_resolve_op_array_break()
368 …phpdbg_error("There are only %d oplines in file %s (breaking at opline %ld impossible)", op_array-… in phpdbg_resolve_op_array_break()
370 …phpdbg_error("There are only %d oplines in method %s::%s (breaking at opline %ld impossible)", op_… in phpdbg_resolve_op_array_break()
477 phpdbg_error("Method %s doesn't exist in class %s", new_break->func_name, new_break->class_name); in phpdbg_resolve_opline_break()
485 phpdbg_error("%s is not an user defined function, no oplines exist", new_break->func_name); in phpdbg_resolve_opline_break()
487 …phpdbg_error("%s::%s is not an user defined method, no oplines exist", new_break->class_name, new_… in phpdbg_resolve_opline_break()
749 phpdbg_error( in phpdbg_create_conditional_break()
1155 phpdbg_error("Failed to find breakpoint #%ld", num);
1612 phpdbg_error("Invalid parameter type for conditional breakpoint");