3v4l.org

run code in 300+ PHP versions simultaneously
<?php $exclude_exts = array('js', 'css',); $filename = "test.css"; $is_excluded = in_array(strtolower(array_pop(explode('.',$filename))), $exclude_exts);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/bGaOb
function name:  (null)
number of ops:  18
compiled vars:  !0 = $exclude_exts, !1 = $filename, !2 = $is_excluded
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, 'test.css'
    4     2        INIT_FCALL                                               'in_array'
          3        INIT_FCALL                                               'strtolower'
          4        INIT_FCALL                                               'array_pop'
          5        INIT_FCALL                                               'explode'
          6        SEND_VAL                                                 '.'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                         $5      
          9        SEND_VAR_NO_REF                               0          $5
         10        DO_ICALL                                         $6      
         11        SEND_VAR                                                 $6
         12        DO_ICALL                                         $7      
         13        SEND_VAR                                                 $7
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                         $8      
         16        ASSIGN                                                   !2, $8
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.88 ms | 1394 KiB | 21 Q