3v4l.org

run code in 300+ PHP versions simultaneously
<?php if(in_array('jquery.js', ['jquery.js', 'bootsrap.js'])) var_dump('stupid'); if(in_array(['jquery', 'bootsrap'])) var_dump('oh php');
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 2, Position 2 = 5
Branch analysis from position: 2
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 12
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
Branch analysis from position: 5
filename:       /in/KtZ7D
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   IN_ARRAY                                                 'jquery.js', <array>
          1      > JMPZ                                                     ~0, ->5
          2    >   INIT_FCALL                                               'var_dump'
          3        SEND_VAL                                                 'stupid'
          4        DO_ICALL                                                 
    3     5    >   INIT_FCALL                                               'in_array'
          6        SEND_VAL                                                 <array>
          7        DO_ICALL                                         $2      
          8      > JMPZ                                                     $2, ->12
          9    >   INIT_FCALL                                               'var_dump'
         10        SEND_VAL                                                 'oh+php'
         11        DO_ICALL                                                 
         12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.39 ms | 1394 KiB | 17 Q