Searched refs:breakpoint (Results 1 – 8 of 8) sorted by relevance
/PHP-8.2/sapi/phpdbg/tests/ |
H A D | match_breakpoints_001.phpt | 2 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 D | match_breakpoints_002.phpt | 2 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 D | match_breakpoints_003.phpt | 2 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 D | match_breakpoints_004.phpt | 2 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 D | breakpoints_003.phpt | 15 prompt> [Deleted breakpoint #0] 22 prompt> [Deleted breakpoint #1]
|
H A D | breakpoints_005.phpt | 2 Test breakpoint into function context
|
H A D | breakpoints_008.phpt | 2 Test namespaced and non-lowercase breakpoint names
|
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 1098 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 12 milliseconds