3v4l.org

run code in 300+ PHP versions simultaneously
<?php $cars=array(“Volvo”,”BMW”,”Toyota”); var_dump($cars); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/k2MQA
function name:  (null)
number of ops:  11
compiled vars:  !0 = $cars
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_CONSTANT                                   ~1      '%E2%80%9CVolvo%E2%80%9D'
          1        INIT_ARRAY                                       ~2      ~1
          2        FETCH_CONSTANT                                   ~3      '%E2%80%9DBMW%E2%80%9D'
          3        ADD_ARRAY_ELEMENT                                ~2      ~3
          4        FETCH_CONSTANT                                   ~4      '%E2%80%9DToyota%E2%80%9D'
          5        ADD_ARRAY_ELEMENT                                ~2      ~4
          6        ASSIGN                                                   !0, ~2
    3     7        INIT_FCALL                                               'var_dump'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                                 
    4    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.47 ms | 1394 KiB | 15 Q