3v4l.org

run code in 300+ PHP versions simultaneously
<?php $result = array_diff_assoc(array('a' => array((bool) true)), array('a' => array((bool) false))); var_dump($result);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/E3Ovn
function name:  (null)
number of ops:  15
compiled vars:  !0 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'array_diff_assoc'
          1        BOOL                                             ~1      <true>
          2        INIT_ARRAY                                       ~2      ~1
          3        INIT_ARRAY                                       ~3      ~2, 'a'
          4        SEND_VAL                                                 ~3
          5        BOOL                                             ~4      <false>
          6        INIT_ARRAY                                       ~5      ~4
          7        INIT_ARRAY                                       ~6      ~5, 'a'
          8        SEND_VAL                                                 ~6
          9        DO_ICALL                                         $7      
         10        ASSIGN                                                   !0, $7
    4    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.12 ms | 1398 KiB | 17 Q