File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11--TEST--
22Test for bug #318: Segmentation Fault in code coverage analysis
33--INI--
4- xdebug.mode=coverage
4+ xdebug.mode=develop, coverage
55--FILE--
66<?php
77// Run me from the PHP CLI
@@ -12,3 +12,5 @@ xdebug_stop_code_coverage();
1212?>
1313--EXPECTF--
1414Fatal error: %sbreak%s in %sbug00318.inc on line 3
15+
16+ Call Stack:%A
Original file line number Diff line number Diff line change 11--TEST--
22Test for bug #670: Xdebug crashes with broken "break x" code
33--INI--
4- xdebug.mode=coverage
4+ xdebug.mode=develop, coverage
55--FILE--
66<?php
77xdebug_start_code_coverage ( XDEBUG_CC_DEAD_CODE | XDEBUG_CC_UNUSED );
@@ -10,3 +10,5 @@ echo "OK\n";
1010?>
1111--EXPECTF--
1212Fatal error: Cannot 'break' 2 levels in %s670-ConsistentHashing.inc on line 146
13+
14+ Call Stack:%A
You can’t perform that action at this time.
0 commit comments