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(count(obj)); var_dump(count(obj));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/l8nF3
function name:  (null)
number of ops:  19
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        FETCH_CONSTANT                                   ~8      'obj'
         10        COUNT                                            ~9      ~8
         11        SEND_VAL                                                 ~9
         12        DO_ICALL                                                 
    8    13        INIT_FCALL                                               'var_dump'
         14        FETCH_CONSTANT                                   ~11     'obj'
         15        COUNT                                            ~12     ~11
         16        SEND_VAL                                                 ~12
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.84 ms | 1394 KiB | 15 Q