3v4l.org

run code in 300+ PHP versions simultaneously
<?php $obj = new stdClass(); $obj->foo = 'foo'; $obj->bar = 'bar'; $arr = array('foo' => 'foo', 'bar' => 'bar'); var_dump($obj); var_dump(count($obj)); var_dump(count($arr));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/m919Y
function name:  (null)
number of ops:  20
compiled vars:  !0 = $obj, !1 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $2      'stdClass'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $2
    3     3        ASSIGN_OBJ                                               !0, 'foo'
          4        OP_DATA                                                  'foo'
    4     5        ASSIGN_OBJ                                               !0, 'bar'
          6        OP_DATA                                                  'bar'
    6     7        ASSIGN                                                   !1, <array>
    7     8        INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
    8    11        INIT_FCALL                                               'var_dump'
         12        COUNT                                            ~9      !0
         13        SEND_VAL                                                 ~9
         14        DO_ICALL                                                 
    9    15        INIT_FCALL                                               'var_dump'
         16        COUNT                                            ~11     !1
         17        SEND_VAL                                                 ~11
         18        DO_ICALL                                                 
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
193.72 ms | 1386 KiB | 15 Q