Home
last modified time | relevance | path

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

/PHP-8.1/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.1/sapi/phpdbg/
H A Dphpdbg_bp.c1098 int breakpoint = FAILURE; in phpdbg_find_conditional_breakpoint() local
1124 breakpoint = SUCCESS; in phpdbg_find_conditional_breakpoint()
1134 if (breakpoint == SUCCESS) { in phpdbg_find_conditional_breakpoint()
1139 return (breakpoint == SUCCESS) ? ((phpdbg_breakbase_t *) bp) : NULL; in phpdbg_find_conditional_breakpoint()

Completed in 29 milliseconds