3v4l.org

run code in 300+ PHP versions simultaneously
<?php $set=12853; $standard_sets=''; $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(strtolower($set),$standard_sets);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4fRB6
function name:  (null)
number of ops:  23
compiled vars:  !0 = $set, !1 = $standard_sets
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 12853
    3     1        ASSIGN                                                   !1, ''
    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        INIT_FCALL                                               'strtolower'
         16        SEND_VAR                                                 !0
         17        DO_ICALL                                         $10     
         18        SEND_VAR                                                 $10
         19        SEND_VAR                                                 !1
         20        DO_ICALL                                         $11     
         21        ECHO                                                     $11
         22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
190.76 ms | 1395 KiB | 17 Q