13
13
prompt> [User Function foo (8 ops)]
14
14
15
15
foo:
16
- ; (lines=8, args=1, vars=1, tmps=2 )
16
+ ; (lines=8, args=1, vars=1, tmps=%d )
17
17
; %s:14-16
18
18
L0014 0000 CV0($baz) = RECV 1
19
19
L0015 0001 INIT_FCALL %d %d string("var_dump")
@@ -26,7 +26,7 @@ L0016 0007 RETURN null
26
26
prompt> [User Class: Foo\Bar (2 methods)]
27
27
28
28
Foo\Bar::Foo:
29
- ; (lines=5, args=1, vars=1, tmps=1 )
29
+ ; (lines=5, args=1, vars=1, tmps=%d )
30
30
; %s:5-7
31
31
L0005 0000 CV0($bar) = RECV 1
32
32
L0006 0001 INIT_NS_FCALL_BY_NAME 1 string("Foo\\var_dump")
@@ -35,14 +35,14 @@ L0006 0003 DO_FCALL
35
35
L0007 0004 RETURN null
36
36
37
37
Foo\Bar::baz:
38
- ; (lines=1, args=0, vars=0, tmps=0 )
38
+ ; (lines=1, args=0, vars=0, tmps=%d )
39
39
; %s:9-9
40
40
L0009 0000 RETURN null
41
41
prompt> [Not Executing!]
42
42
prompt> [Context %s (9 ops)]
43
43
44
44
$_main:
45
- ; (lines=9, args=0, vars=0, tmps=4 )
45
+ ; (lines=9, args=0, vars=0, tmps=%d )
46
46
; %s:1-21
47
47
L0018 0000 V0 = NEW 0 string("Foo\\Bar")
48
48
L0018 0001 DO_FCALL
0 commit comments