Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/dgunY
function name: (null)
number of ops: 10
compiled vars: !0 = $date
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
9 0 E > INIT_STATIC_METHOD_CALL 'ExtendsDateTime', 'createFromFormat'
1 SEND_VAL 'Y-m-d'
2 SEND_VAL '2014-02-14'
3 DO_FCALL 0 $1
4 ASSIGN !0, $1
10 5 INIT_FCALL 'var_dump'
6 INSTANCEOF ~3 !0, 'ExtendsDateTime'
7 SEND_VAL ~3
8 DO_ICALL
9 > RETURN 1
Class ExtendsDateTime:
Function createfromformat:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/dgunY
function name: createFromFormat
number of ops: 9
compiled vars: !0 = $format, !1 = $datetime, !2 = $timezone
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
4 0 E > RECV !0
1 RECV !1
2 RECV_INIT !2 null
5 3 INIT_STATIC_METHOD_CALL 'createFromFormat'
4 SEND_VAR_EX !0
5 SEND_VAR_EX !1
6 DO_FCALL 0 $3
7 > RETURN $3
6 8* > RETURN null
End of function createfromformat
End of class ExtendsDateTime.
Generated using Vulcan Logic Dumper, using php 8.0.0