3v4l.org

run code in 300+ PHP versions simultaneously
<?php $error[1000] = "You must provide a first_name"; $error[] = "You must provide a last_name"; $error[0] = "This will push the other two errors down one index";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tjm3k
function name:  (null)
number of ops:  7
compiled vars:  !0 = $error
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0, 1000
          1        OP_DATA                                                  'You+must+provide+a+first_name'
    4     2        ASSIGN_DIM                                               !0
          3        OP_DATA                                                  'You+must+provide+a+last_name'
    5     4        ASSIGN_DIM                                               !0, 0
          5        OP_DATA                                                  'This+will+push+the+other+two+errors+down+one+index'
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.32 ms | 1396 KiB | 13 Q