We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a083b commit 42b9b2fCopy full SHA for 42b9b2f
Zend/tests/pipe_operator/optimizations.phpt
@@ -35,7 +35,7 @@ var_dump($res1);
35
?>
36
--EXPECTF--
37
$_main:
38
- ; (lines=18, args=0, vars=2, tmps=2)
+ ; (lines=18, args=0, vars=2, tmps=%d)
39
; (after optimizer)
40
; %s:1-27
41
0000 V2 = NEW 0 string("Other")
@@ -61,7 +61,7 @@ LIVE RANGES:
61
2: 0010 - 0011 (tmp/var)
62
63
_test1:
64
- ; (lines=4, args=1, vars=1, tmps=1)
+ ; (lines=4, args=1, vars=1, tmps=%d)
65
66
; %s:3-5
67
0000 CV0($a) = RECV 1
@@ -70,7 +70,7 @@ _test1:
70
0003 RETURN T1
71
72
Other::foo:
73
74
75
; %s:8-10
76
@@ -79,7 +79,7 @@ Other::foo:
79
80
81
Other::bar:
82
83
84
; %s:12-14
85
0 commit comments