1313prompt> [User Function foo (8 ops)]
1414
1515foo:
16- ; (lines=8, args=1, vars=1, tmps=2 )
16+ ; (lines=8, args=1, vars=1, tmps=%d )
1717 ; %s:14-16
1818L0014 0000 CV0($baz) = RECV 1
1919L0015 0001 INIT_FCALL %d %d string("var_dump")
@@ -26,7 +26,7 @@ L0016 0007 RETURN null
2626prompt> [User Class: Foo\Bar (2 methods)]
2727
2828Foo\Bar::Foo:
29- ; (lines=5, args=1, vars=1, tmps=1 )
29+ ; (lines=5, args=1, vars=1, tmps=%d )
3030 ; %s:5-7
3131L0005 0000 CV0($bar) = RECV 1
3232L0006 0001 INIT_NS_FCALL_BY_NAME 1 string("Foo\\var_dump")
@@ -35,14 +35,14 @@ L0006 0003 DO_FCALL
3535L0007 0004 RETURN null
3636
3737Foo\Bar::baz:
38- ; (lines=1, args=0, vars=0, tmps=0 )
38+ ; (lines=1, args=0, vars=0, tmps=%d )
3939 ; %s:9-9
4040L0009 0000 RETURN null
4141prompt> [Not Executing!]
4242prompt> [Context %s (9 ops)]
4343
4444$_main:
45- ; (lines=9, args=0, vars=0, tmps=4 )
45+ ; (lines=9, args=0, vars=0, tmps=%d )
4646 ; %s:1-21
4747L0018 0000 V0 = NEW 0 string("Foo\\Bar")
4848L0018 0001 DO_FCALL
0 commit comments