3v4l.org

run code in 300+ PHP versions simultaneously
<?php define("koolaid1", "test"); echo "He drank some $juices[koolaid1] juice.";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Gp3kq
function name:  (null)
number of ops:  10
compiled vars:  !0 = $juices
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'define'
          1        SEND_VAL                                                 'koolaid1'
          2        SEND_VAL                                                 'test'
          3        DO_ICALL                                                 
    5     4        ROPE_INIT                                     3  ~4      'He+drank+some+'
          5        FETCH_DIM_R                                      ~2      !0, 'koolaid1'
          6        ROPE_ADD                                      1  ~4      ~4, ~2
          7        ROPE_END                                      2  ~3      ~4, '+juice.'
          8        ECHO                                                     ~3
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.6 ms | 1394 KiB | 15 Q