Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 7
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/2GTKO
function name: (null)
number of ops: 10
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
8 0 E > INIT_FCALL 'so_validate_date'
1 SEND_VAL '2011-02'
2 SEND_VAL 'Y-m'
3 DO_FCALL 0 $0
4 > JMPZ $0, ->7
5 > QM_ASSIGN ~1 'true'
6 > JMP ->8
7 > QM_ASSIGN ~1 'false'
8 > ECHO ~1
9 > RETURN 1
Function so_validate_date:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 10, Position 2 = 15
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
filename: /in/2GTKO
function name: so_validate_date
number of ops: 17
compiled vars: !0 = $date, !1 = $format, !2 = $d
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > RECV !0
1 RECV !1
4 2 INIT_STATIC_METHOD_CALL 'DateTime', 'createFromFormat'
3 NOP
4 FAST_CONCAT ~3 '%21', !1
5 SEND_VAL ~3
6 SEND_VAR !0
7 DO_FCALL 0 $4
8 ASSIGN !2, $4
5 9 > JMPZ_EX ~6 !2, ->15
10 > INIT_METHOD_CALL !2, 'format'
11 SEND_VAR_EX !1
12 DO_FCALL 0 $7
13 IS_EQUAL ~8 !0, $7
14 BOOL ~6 ~8
15 > > RETURN ~6
6 16* > RETURN null
End of function so_validate_date
Generated using Vulcan Logic Dumper, using php 8.0.0