Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/tests/
H A Dmatch_breakpoints_001.phpt2 Test match default breakpoint with variable assignment
15 >00010: default => 'bar', // breakpoint #1
24 default => 'bar', // breakpoint #0
29 default => 'bar', // breakpoint #1
H A Dmatch_breakpoints_002.phpt2 Test match default breakpoint with property assignment
15 >00012: default => 'bar', // breakpoint #1
26 default => 'bar', // breakpoint #0
31 default => 'bar', // breakpoint #1
H A Dmatch_breakpoints_003.phpt2 Test match default breakpoint with dim assignment
15 >00012: default => 'bar', // breakpoint #1
26 default => 'bar', // breakpoint #0
31 default => 'bar', // breakpoint #1
H A Dmatch_breakpoints_004.phpt2 Test match default breakpoint with static variable assignment
15 >00014: default => 'bar', // breakpoint #1
28 default => 'bar', // breakpoint #0
33 default => 'bar', // breakpoint #1
H A Dbreakpoints_003.phpt15 prompt> [Deleted breakpoint #0]
22 prompt> [Deleted breakpoint #1]
H A Dbreakpoints_005.phpt2 Test breakpoint into function context
H A Dbreakpoints_008.phpt2 Test namespaced and non-lowercase breakpoint names
/PHP-8.0/sapi/phpdbg/
H A Dxml.md163 - General tag for breakpoint creation, deletion and hits is "<breakpoint />"
167 - id: the breakpoint id (if the leave command was executed, the id has the value "leave")
170 - pending: the breakpoint is waiting for resolving (e.g. a file opline on a not yet loaded file)
171 - deleted: has value "success"/"fail": a breakpoint was successfully/not deleted
204 - exists: the breakpoint already exists
208 - notregular: tries to set a breakpoint in not a regular file
524 - enables / disables a given breakpoint silently with no further xml answer
526 - error with type="nobreak", when no breakpoint with the given id exists
530 - generally enables / disables breakpoint functionality silently with no further xml answer
H A Dphpdbg_bp.c1097 int breakpoint = FAILURE; in phpdbg_find_conditional_breakpoint() local
1123 breakpoint = SUCCESS; in phpdbg_find_conditional_breakpoint()
1133 if (breakpoint == SUCCESS) { in phpdbg_find_conditional_breakpoint()
1138 return (breakpoint == SUCCESS) ? ((phpdbg_breakbase_t *) bp) : NULL; in phpdbg_find_conditional_breakpoint()

Completed in 15 milliseconds