3v4l.org

run code in 300+ PHP versions simultaneously
<?php $set=1283; $standard_sets=array(); $standard_sets[] = 1000065; // Born of the Gods $standard_sets[] = 1283; // Theros $standard_sets[] = 1223; // Magic 2014 $standard_sets[] = 1146; // Dragons Maze $standard_sets[] = 966; // Return to ravnica $standard_sets[] = 975; // Gatecrash echo in_array($set,$standard_sets);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MsrpG
function name:  (null)
number of ops:  20
compiled vars:  !0 = $set, !1 = $standard_sets
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 1283
    3     1        ASSIGN                                                   !1, <array>
    4     2        ASSIGN_DIM                                               !1
          3        OP_DATA                                                  1000065
    5     4        ASSIGN_DIM                                               !1
          5        OP_DATA                                                  1283
    6     6        ASSIGN_DIM                                               !1
          7        OP_DATA                                                  1223
    7     8        ASSIGN_DIM                                               !1
          9        OP_DATA                                                  1146
    8    10        ASSIGN_DIM                                               !1
         11        OP_DATA                                                  966
    9    12        ASSIGN_DIM                                               !1
         13        OP_DATA                                                  975
   10    14        INIT_FCALL                                               'in_array'
         15        SEND_VAR                                                 !0
         16        SEND_VAR                                                 !1
         17        DO_ICALL                                         $10     
         18        ECHO                                                     $10
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.82 ms | 1394 KiB | 15 Q