3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_ = array(); $_[true] = "Test Nopes"; $_[false] = "Ich bin nicht"; $_[null] = "now she is a bihitch";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9fmiC
function name:  (null)
number of ops:  8
compiled vars:  !0 = $_
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        ASSIGN_DIM                                               !0, <true>
          2        OP_DATA                                                  'Test+Nopes'
    7     3        ASSIGN_DIM                                               !0, <false>
          4        OP_DATA                                                  'Ich+bin+nicht'
    9     5        ASSIGN_DIM                                               !0, null
          6        OP_DATA                                                  'now+she+is+a+bihitch'
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.23 ms | 1392 KiB | 13 Q