3v4l.org

run code in 300+ PHP versions simultaneously
<?php $zoneparts = array_reverse(explode('.',"11.0.127")); $parts = explode('.',"127.0.11.1"); $intersect = array_intersect_assoc($zoneparts,$parts); if(array_keys($intersect) === range(0, count($intersect)-1)) { echo "fu"; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 29, Position 2 = 30
Branch analysis from position: 29
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 30
filename:       /in/DUno0
function name:  (null)
number of ops:  31
compiled vars:  !0 = $zoneparts, !1 = $parts, !2 = $intersect
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'array_reverse'
          1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '.'
          3        SEND_VAL                                                 '11.0.127'
          4        DO_ICALL                                         $3      
          5        SEND_VAR                                                 $3
          6        DO_ICALL                                         $4      
          7        ASSIGN                                                   !0, $4
    4     8        INIT_FCALL                                               'explode'
          9        SEND_VAL                                                 '.'
         10        SEND_VAL                                                 '127.0.11.1'
         11        DO_ICALL                                         $6      
         12        ASSIGN                                                   !1, $6
    5    13        INIT_FCALL                                               'array_intersect_assoc'
         14        SEND_VAR                                                 !0
         15        SEND_VAR                                                 !1
         16        DO_ICALL                                         $8      
         17        ASSIGN                                                   !2, $8
    6    18        INIT_FCALL                                               'array_keys'
         19        SEND_VAR                                                 !2
         20        DO_ICALL                                         $10     
         21        INIT_FCALL                                               'range'
         22        SEND_VAL                                                 0
         23        COUNT                                            ~11     !2
         24        SUB                                              ~12     ~11, 1
         25        SEND_VAL                                                 ~12
         26        DO_ICALL                                         $13     
         27        IS_IDENTICAL                                             $10, $13
         28      > JMPZ                                                     ~14, ->30
    7    29    >   ECHO                                                     'fu'
   10    30    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.5 ms | 1388 KiB | 23 Q