3v4l.org

run code in 300+ PHP versions simultaneously
<?php $zoneparts = array_reverse(explode('.',"11.0.127")); $parts = explode('.',"127.2.11.1"); $intersect = array_intersect_assoc($zoneparts,$parts); print_r(range(0,count($intersect))); print_r(range(0,array_keys($intersect))); 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 = 47, Position 2 = 48
Branch analysis from position: 47
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 48
filename:       /in/13oRZ
function name:  (null)
number of ops:  49
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.2.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                                               'print_r'
         19        INIT_FCALL                                               'range'
         20        SEND_VAL                                                 0
         21        COUNT                                            ~10     !2
         22        SEND_VAL                                                 ~10
         23        DO_ICALL                                         $11     
         24        SEND_VAR                                                 $11
         25        DO_ICALL                                                 
    7    26        INIT_FCALL                                               'print_r'
         27        INIT_FCALL                                               'range'
         28        SEND_VAL                                                 0
         29        INIT_FCALL                                               'array_keys'
         30        SEND_VAR                                                 !2
         31        DO_ICALL                                         $13     
         32        SEND_VAR                                                 $13
         33        DO_ICALL                                         $14     
         34        SEND_VAR                                                 $14
         35        DO_ICALL                                                 
    8    36        INIT_FCALL                                               'array_keys'
         37        SEND_VAR                                                 !2
         38        DO_ICALL                                         $16     
         39        INIT_FCALL                                               'range'
         40        SEND_VAL                                                 0
         41        COUNT                                            ~17     !2
         42        SUB                                              ~18     ~17, 1
         43        SEND_VAL                                                 ~18
         44        DO_ICALL                                         $19     
         45        IS_IDENTICAL                                             $16, $19
         46      > JMPZ                                                     ~20, ->48
    9    47    >   ECHO                                                     'fu'
   12    48    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
188.44 ms | 1400 KiB | 25 Q