3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'Hello world'; $array = array(1, 2, 3, 4); $associativeArray = array('name' => 'Jurian', 'hobby' => 'programmeren'); $twoLevelArray = array( 'one' => array(1,2,3,4), 'two' => array(9,8,7,6) ); var_dump($string); var_dump($array); var_dump($associativeArray); var_dump($twoLevelArray);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9ZGVi
function name:  (null)
number of ops:  17
compiled vars:  !0 = $string, !1 = $array, !2 = $associativeArray, !3 = $twoLevelArray
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Hello+world'
    5     1        ASSIGN                                                   !1, <array>
    6     2        ASSIGN                                                   !2, <array>
    7     3        ASSIGN                                                   !3, <array>
   12     4        INIT_FCALL                                               'var_dump'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
   13     7        INIT_FCALL                                               'var_dump'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                                 
   14    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !2
         12        DO_ICALL                                                 
   15    13        INIT_FCALL                                               'var_dump'
         14        SEND_VAR                                                 !3
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.67 ms | 1394 KiB | 15 Q