3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Bogus define thing $cssFiles = array(); $url = ""; $key = ""; // Code in question $cssFiles[$url] = array_shift(explode('minScriptCssSort', $key));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OXt1b
function name:  (null)
number of ops:  13
compiled vars:  !0 = $cssFiles, !1 = $url, !2 = $key
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, <array>
    5     1        ASSIGN                                                   !1, ''
    6     2        ASSIGN                                                   !2, ''
    9     3        INIT_FCALL                                               'array_shift'
          4        INIT_FCALL                                               'explode'
          5        SEND_VAL                                                 'minScriptCssSort'
          6        SEND_VAR                                                 !2
          7        DO_ICALL                                         $7      
          8        SEND_VAR_NO_REF                               0          $7
          9        DO_ICALL                                         $8      
         10        ASSIGN_DIM                                               !0, !1
         11        OP_DATA                                                  $8
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.05 ms | 1394 KiB | 17 Q