3v4l.org

run code in 300+ PHP versions simultaneously
<?php $anArray = array(); $anotherArray = array(); (is_array($anArray) && is_array($anotherArray) && array_diff($anArray, $anotherArray) === array_diff($anotherArray, $anArray));
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 4, Position 2 = 6
Branch analysis from position: 4
2 jumps found. (Code = 46) Position 1 = 7, Position 2 = 17
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
Branch analysis from position: 6
filename:       /in/KU8nf
function name:  (null)
number of ops:  18
compiled vars:  !0 = $anArray, !1 = $anotherArray
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        ASSIGN                                                   !1, <array>
    7     2        TYPE_CHECK                                  128  ~4      !0
          3      > JMPZ_EX                                          ~4      ~4, ->6
          4    >   TYPE_CHECK                                  128  ~5      !1
          5        BOOL                                             ~4      ~5
          6    > > JMPZ_EX                                          ~4      ~4, ->17
          7    >   INIT_FCALL                                               'array_diff'
          8        SEND_VAR                                                 !0
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                         $6      
         11        INIT_FCALL                                               'array_diff'
         12        SEND_VAR                                                 !1
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                         $7      
         15        IS_IDENTICAL                                     ~8      $6, $7
         16        BOOL                                             ~4      ~8
         17    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.42 ms | 1395 KiB | 15 Q