3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = "PHP 5"; $y= " eme version de PHP"; $a[] = &$x; print_r($a); $a[0] = "PHP 6";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kCEm9
function name:  (null)
number of ops:  10
compiled vars:  !0 = $x, !1 = $y, !2 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'PHP+5'
    5     1        ASSIGN                                                   !1, '+eme+version+de+PHP'
    8     2        FETCH_DIM_W                                      $5      !2
          3        ASSIGN_REF                                               $5, !0
   10     4        INIT_FCALL                                               'print_r'
          5        SEND_VAR                                                 !2
          6        DO_ICALL                                                 
   11     7        ASSIGN_DIM                                               !2, 0
          8        OP_DATA                                                  'PHP+6'
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.7 ms | 1394 KiB | 15 Q