Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/eCA3L
function name: (null)
number of ops: 9
compiled vars: !0 = $result
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
35 0 E > INIT_FCALL 'foo'
1 SEND_VAL <array>
2 DO_FCALL 0 $1
3 ASSIGN !0, $1
36 4 INIT_FCALL 'bar'
5 SEND_VAR !0
6 SEND_VAL '10'
7 DO_FCALL 0
8 > RETURN 1
Function foo:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/eCA3L
function name: foo
number of ops: 13
compiled vars: !0 = $arrOfStrings
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
11 0 E > RECV !0
13 1 INIT_FCALL 'array_fill_keys'
2 INIT_FCALL 'array_filter'
3 SEND_VAR !0
4 SEND_VAL 'is_string'
5 DO_ICALL $1
6 SEND_VAR $1
7 SEND_VAL null
8 DO_ICALL $2
9 VERIFY_RETURN_TYPE $2
10 > RETURN $2
14 11* VERIFY_RETURN_TYPE
12* > RETURN null
End of function foo
Function bar:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/eCA3L
function name: bar
number of ops: 9
compiled vars: !0 = $outputFromFoo, !1 = $str
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
26 0 E > RECV !0
1 RECV !1
28 2 INIT_FCALL 'array_walk'
3 SEND_REF !0
4 DECLARE_LAMBDA_FUNCTION ~2 [0]
5 BIND_LEXICAL ~2, !1
32 6 SEND_VAL ~2
28 7 DO_ICALL
33 8 > RETURN null
Dynamic Functions:
Dynamic Function 0
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 5, Position 2 = 10
Branch analysis from position: 5
2 jumps found. (Code = 46) Position 1 = 7, Position 2 = 9
Branch analysis from position: 7
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 15
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
Branch analysis from position: 9
Branch analysis from position: 10
filename: /in/eCA3L
function name: {closure}
number of ops: 16
compiled vars: !0 = $value, !1 = $key, !2 = $str
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
28 0 E > RECV !0
1 RECV !1
2 BIND_STATIC !2
29 3 IS_IDENTICAL ~3 !1, !2
4 > JMPNZ_EX ~3 ~3, ->10
5 > TYPE_CHECK 16 ~4 !1
6 > JMPZ_EX ~4 ~4, ->9
7 > IS_EQUAL ~5 !1, !2
8 BOOL ~4 ~5
9 > BOOL ~3 ~4
10 > > JMPZ ~3, ->15
30 11 > ROPE_INIT 3 ~7 'Found+'
12 ROPE_ADD 1 ~7 ~7, !2
13 ROPE_END 2 ~6 ~7, '%21'
14 ECHO ~6
32 15 > > RETURN null
End of Dynamic Function 0
End of function bar
Generated using Vulcan Logic Dumper, using php 8.0.0