3v4l.org

run code in 300+ PHP versions simultaneously
<?php $zoneparts = array_reverse(explode('.',"0.0.127")); $parts = explode('.',"127.0.0.1"); $intersect = array_intersect_assoc($zoneparts,$parts); print_r(array_keys($intersect)); if(array_keys($intersect) === range(0, count($intersect))) { echo "fu"; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 34, Position 2 = 35
Branch analysis from position: 34
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 35
filename:       /in/iUHeg
function name:  (null)
number of ops:  36
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                                                 '0.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.0.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                                               'array_keys'
         20        SEND_VAR                                                 !2
         21        DO_ICALL                                         $10     
         22        SEND_VAR                                                 $10
         23        DO_ICALL                                                 
    7    24        INIT_FCALL                                               'array_keys'
         25        SEND_VAR                                                 !2
         26        DO_ICALL                                         $12     
         27        INIT_FCALL                                               'range'
         28        SEND_VAL                                                 0
         29        COUNT                                            ~13     !2
         30        SEND_VAL                                                 ~13
         31        DO_ICALL                                         $14     
         32        IS_IDENTICAL                                             $12, $14
         33      > JMPZ                                                     ~15, ->35
    8    34    >   ECHO                                                     'fu'
   11    35    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.3 ms | 1401 KiB | 25 Q