Home
last modified time | relevance | path

Searched refs:hits (Results 1 – 25 of 37) sorted by relevance

12

/PHP-7.1/sapi/phpdbg/tests/
H A Dbreakpoints_004.phpt14 prompt> [Breakpoint #0 in ZEND_ECHO at %s:3, hits: 1]
19 [Breakpoint #0 in ZEND_ECHO at %s:4, hits: 2]
24 [Breakpoint #0 in ZEND_ECHO at %s:5, hits: 3]
29 [Breakpoint #0 in ZEND_ECHO at %s:6, hits: 4]
H A Dclean_001.phpt22 [Breakpoint #0 at %s:4, hits: 1]
27 [Breakpoint #1 in foo() at %s:9, hits: 1]
38 [Breakpoint #0 at %s:4, hits: 1]
43 [Breakpoint #1 in foo() at %s:9, hits: 1]
H A Dbreakpoints_002.phpt16 [Breakpoint #0 at %s:4, hits: 1]
21 prompt> Do you really want to restart execution? (type y or n): [Breakpoint #1 at %s:3, hits: 1]
26 [Breakpoint #0 at %s:4, hits: 1]
H A Dstdin_001.phpt17 prompt> [Breakpoint #0 at -:3, hits: 1]
22 prompt> [Breakpoint #0 at -:3, hits: 1]
H A Dbreakpoints_001.phpt13 prompt> [Breakpoint #0 at %s:3, hits: 1]
19 [Breakpoint #1 at %s:4, hits: 1]
H A Dfinish_leave_001.phpt17 prompt> [Breakpoint #0 in bar() at %s:9, hits: 1]
21 prompt> [Breakpoint #1 at %s:5, hits: 1]
H A Drun_002.phpt25 [Breakpoint #0 at %s:6, hits: 1]
38 [Breakpoint #0 at %s:6, hits: 1]
H A Dphpdbg_break_next.phpt11 [Breakpoint #0 in %s at %s:5, hits: 1]
H A Dbreakpoints_006.phpt11 prompt> [Breakpoint #0 in foo() at %s:4, hits: 1]
H A Dbreakpoints_007.phpt10 prompt> [Breakpoint #0 in bar::foo() at %s:5, hits: 1]
H A Dbreakpoints_005.phpt12 prompt> [Breakpoint #0 at %s:4, hits: 1]
H A Dbug73704.phpt17 prompt> [Breakpoint #0 at %s:4, hits: 1]
H A Dnext_001.phpt13 prompt> [Breakpoint #0 at %s:4, hits: 1]
H A Dinfo_002.phpt11 prompt> [Breakpoint #0 at %s:10, hits: 1]
H A Dwatch_002.phpt13 prompt> [Breakpoint #0 at %s:6, hits: 1]
H A Dclear_001.phpt18 [Breakpoint #0 at %s:4, hits: 1]
H A Dwatch_003.phpt14 prompt> [Breakpoint #0 at %s:6, hits: 1]
H A Dbreakpoints_003.phpt18 [Breakpoint #1 at %s:5, hits: 1]
H A Dbreakpoints_008.phpt13 prompt> [Breakpoint #0 in foo\bar::foo() at %s:6, hits: 1]
H A Dwatch_001.phpt17 prompt> [Breakpoint #0 at %s:3, hits: 1]
H A Dwatch_004.phpt16 prompt> [Breakpoint #0 at %s:3, hits: 1]
H A Dexceptions_003.phpt15 prompt> [Breakpoint #0 at %s:5, hits: 1]
H A Dprint_002.phpt15 [Breakpoint #0 in foo() at %s:15, hits: 1]
/PHP-7.1/ext/opcache/
H A DZendAccelerator.h158 LONGLONG hits; member
160 zend_ulong hits; member
259 zend_ulong hits; member
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_bp.c59 b.hits = 0; \
106 brake->hits = 0; in phpdbg_reset_breakpoints()
505 opline_break.hits = 0; in phpdbg_resolve_op_array_break()
1239 brake->hits++; in phpdbg_hit_breakpoint()
1257 ((phpdbg_breakfile_t*)brake)->hits); in phpdbg_print_breakpoint()
1266 ((phpdbg_breakfile_t*)brake)->hits); in phpdbg_print_breakpoint()
1275 ((phpdbg_breakline_t*)brake)->hits); in phpdbg_print_breakpoint()
1286 ((phpdbg_breakopline_t*)brake)->hits); in phpdbg_print_breakpoint()
1314 ((phpdbg_breakop_t*)brake)->hits); in phpdbg_print_breakpoint()
1336 ((phpdbg_breakcond_t*)brake)->hits); in phpdbg_print_breakpoint()
[all …]

Completed in 46 milliseconds

12