Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_bp.c54 #define PHPDBG_BREAK_INIT(b, t) do {\ macro
252 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_FILE); in phpdbg_set_breakpoint_file()
282 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_SYM); in phpdbg_set_breakpoint_symbol()
318 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_METHOD); in phpdbg_set_breakpoint_method()
345 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_OPLINE); in phpdbg_set_breakpoint_opline()
505 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_METHOD_OPLINE); in phpdbg_set_breakpoint_method_opline()
564 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_FUNCTION_OPLINE); in phpdbg_set_breakpoint_function_opline()
613 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_FILE_OPLINE); in phpdbg_set_breakpoint_file_opline()
668 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_OPCODE); in phpdbg_set_breakpoint_opcode()
688 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_OPLINE); in phpdbg_set_breakpoint_opline_ex()
[all …]

Completed in 7 milliseconds