3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr1 = array(1,1.3,'fdsfsd'); $arr2 = array(2,2.3,'3443'); echo $arr1,'>'.$arr2; print $arr1.'>'.$arr2; var_dump($arr2);print_r($arr1);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/acugV
function name:  (null)
number of ops:  15
compiled vars:  !0 = $arr1, !1 = $arr2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, <array>
    5     2        ECHO                                                     !0
          3        CONCAT                                           ~4      '%3E', !1
          4        ECHO                                                     ~4
    6     5        CONCAT                                           ~5      !0, '%3E'
          6        CONCAT                                           ~6      ~5, !1
          7        ECHO                                                     ~6
    7     8        INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                                 
         11        INIT_FCALL                                               'print_r'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.24 ms | 1398 KiB | 17 Q