Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/gYeCM function name: (null) number of ops: 22 compiled vars: !0 = $collection line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > DECLARE_CLASS 'app_collection' 50 1 ECHO 'ArrayAccess%3A%0A' 51 2 NEW $1 'App_Collection' 3 DO_FCALL 0 4 ASSIGN !0, $1 52 5 ASSIGN_DIM !0, 'foo' 6 OP_DATA 'bar' 53 7 INIT_FCALL 'var_dump' 8 ARRAY_KEY_EXISTS ~5 'foo', !0 9 SEND_VAL ~5 10 DO_ICALL 56 11 ECHO 'ArrayObject%3A%0A' 57 12 NEW $7 'ArrayObject' 13 DO_FCALL 0 14 ASSIGN !0, $7 58 15 ASSIGN_DIM !0, 'foo' 16 OP_DATA 'bar' 59 17 INIT_FCALL 'var_dump' 18 ARRAY_KEY_EXISTS ~11 'foo', !0 19 SEND_VAL ~11 20 DO_ICALL 21 > RETURN 1 Class App_Collection: Function count: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/gYeCM function name: count number of ops: 4 compiled vars: none line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 9 0 E > FETCH_OBJ_R ~0 'data' 1 COUNT ~1 ~0 2 > RETURN ~1 10 3* > RETURN null End of function count Function offsetexists: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/gYeCM function name: offsetExists number of ops: 5 compiled vars: !0 = $offset line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 12 0 E > RECV !0 14 1 FETCH_OBJ_IS ~1 'data' 2 ISSET_ISEMPTY_DIM_OBJ 0 ~2 ~1, !0 3 > RETURN ~2 15 4* > RETURN null End of function offsetexists Function offsetget: Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 8 Branch analysis from position: 5 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 8 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/gYeCM function name: offsetGet number of ops: 10 compiled vars: !0 = $offset line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 17 0 E > RECV !0 19 1 INIT_METHOD_CALL 'offsetExists' 2 SEND_VAR_EX !0 3 DO_FCALL 0 $1 4 > JMPZ $1, ->8 21 5 > FETCH_OBJ_R ~2 'data' 6 FETCH_DIM_R ~3 ~2, !0 7 > RETURN ~3 23 8 > > RETURN <false> 24 9* > RETURN null End of function offsetget Function offsetset: Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 7 Branch analysis from position: 3 1 jumps found. (Code = 42) Position 1 = 10 Branch analysis from position: 10 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 7 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/gYeCM function name: offsetSet number of ops: 11 compiled vars: !0 = $offset, !1 = $value line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 26 0 E > RECV !0 1 RECV !1 28 2 > JMPZ !0, ->7 30 3 > FETCH_OBJ_W $2 'data' 4 ASSIGN_DIM $2, !0 5 OP_DATA !1 28 6 > JMP ->10 34 7 > FETCH_OBJ_W $4 'data' 8 ASSIGN_DIM $4 9 OP_DATA !1 36 10 > > RETURN null End of function offsetset Function offsetunset: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/gYeCM function name: offsetUnset number of ops: 4 compiled vars: !0 = $offset line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 38 0 E > RECV !0 40 1 FETCH_OBJ_UNSET $1 'data' 2 UNSET_DIM $1, !0 41 3 > RETURN null End of function offsetunset Function getiterator: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/gYeCM function name: getIterator number of ops: 7 compiled vars: none line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 45 0 E > NEW $0 'ArrayIterator' 1 CHECK_FUNC_ARG 2 FETCH_OBJ_FUNC_ARG $1 'data' 3 SEND_FUNC_ARG $1 4 DO_FCALL 0 5 > RETURN $0 46 6* > RETURN null End of function getiterator End of class App_Collection.
Generated using Vulcan Logic Dumper, using php 8.0.0