3v4l.org

run code in 500+ PHP versions simultaneously
<?php $descriptions = array('cool', 'hip', 'funky', 'dynamic'); $choice = array_rand($descriptions); echo "Welcome to my " + $choice + " website";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/v9tFN
function name:  (null)
number of ops:  9
compiled vars:  !0 = $descriptions, !1 = $choice
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, <array>
    4     1        INIT_FCALL                                                   'array_rand'
          2        SEND_VAR                                                     !0
          3        DO_ICALL                                             $3      
          4        ASSIGN                                                       !1, $3
    5     5        ADD                                                  ~5      'Welcome+to+my+', !1
          6        ADD                                                  ~6      ~5, '+website'
          7        ECHO                                                         ~6
          8      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
163.65 ms | 1384 KiB | 14 Q