3v4l.org

run code in 300+ PHP versions simultaneously
<?php // All questions including their correct answers $questions = array(); // first Q $questions[] = ["blue", "red", "green", "brown"]; // second Q $questions[] = ["blue", "red", "green", "brown"]; // third Q $questions[] = ["blue", "red", "green", "brown"];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Pq8vW
function name:  (null)
number of ops:  8
compiled vars:  !0 = $questions
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, <array>
    7     1        ASSIGN_DIM                                               !0
          2        OP_DATA                                                  <array>
   10     3        ASSIGN_DIM                                               !0
          4        OP_DATA                                                  <array>
   13     5        ASSIGN_DIM                                               !0
          6        OP_DATA                                                  <array>
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
137.58 ms | 1392 KiB | 13 Q