3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); $fixers = ['foo', 'bar']; var_dump("The provided fixer '$fixers[0]' cannot be enabled at the same time as '$fixers[1]'.");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eEkfS
function name:  (null)
number of ops:  12
compiled vars:  !0 = $fixers
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        INIT_FCALL                                               'var_dump'
          2        ROPE_INIT                                     5  ~5      'The+provided+fixer+%27'
          3        FETCH_DIM_R                                      ~2      !0, 0
          4        ROPE_ADD                                      1  ~5      ~5, ~2
          5        ROPE_ADD                                      2  ~5      ~5, '%27+cannot+be+enabled+at+the+same+time+as+%27'
          6        FETCH_DIM_R                                      ~3      !0, 1
          7        ROPE_ADD                                      3  ~5      ~5, ~3
          8        ROPE_END                                      4  ~4      ~5, '%27.'
          9        SEND_VAL                                                 ~4
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.7 ms | 1394 KiB | 15 Q