File: bug01841-005.phpt

package info (click to toggle)
xdebug 3.4.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,096 kB
  • sloc: ansic: 19,944; php: 6,217; xml: 4,172; pascal: 534; makefile: 4; sh: 2
file content (44 lines) | stat: -rw-r--r-- 1,052 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
--TEST--
Test for bug #1841: 'match' keyword, with tmp var [5]
--SKIPIF--
<?php
require __DIR__ . '/../utils.inc';
check_reqs('PHP >= 8.0');
?>
--INI--
xdebug.mode=coverage
xdebug.start_with_request=trigger
opcache.optimization_level=0
--FILE--
<?php
include 'dump-branch-coverage.inc';

xdebug_start_code_coverage(XDEBUG_CC_UNUSED | XDEBUG_CC_DEAD_CODE | XDEBUG_CC_BRANCH_CHECK);

require dirname(__FILE__) . '/bug01841-005.inc';

$cc = xdebug_get_code_coverage();

dump_branch_coverage($cc);
xdebug_stop_code_coverage();
?>
--EXPECTF--
a
- branches
  - 00; OP: 00-05; line: 04-06 HIT; out1: 06 HIT; out2: 09  X
  - 06; OP: 06-07; line: 08-08 HIT; out1: 08  X ; out2: 11 HIT
  - 08; OP: 08-08; line: 08-08  X ; out1: 13  X
  - 09; OP: 09-10; line: 07-07  X ; out1: 15  X
  - 11; OP: 11-12; line: 08-08 HIT; out1: 15 HIT
  - 13; OP: 13-14; line: 09-09  X ; out1: 15  X
  - 15; OP: 15-20; line: 09-13 HIT
- paths
  - 0 6 8 13 15:  X
  - 0 6 11 15: HIT
  - 0 9 15:  X

{main}
- branches
  - 00; OP: 00-04; line: 15-16 HIT; out1: EX  X
- paths
  - 0: HIT