3v4l.org

run code in 300+ PHP versions simultaneously
<?php $one = array( 'bar' => array( 'foo' => 'php', array( 'bar' => TRUE, ), ), ); $two = array( 'bar' => array( 'foo' => TRUE, array( 'bar1' => FALSE, ), ), ); $val_val = array( 'foo' => TRUE, array( 'bar1' => FALSE, ), ); in_array($val_val, $one);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AQp0M
function name:  (null)
number of ops:  8
compiled vars:  !0 = $one, !1 = $two, !2 = $val_val
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   12     1        ASSIGN                                                   !1, <array>
   21     2        ASSIGN                                                   !2, <array>
   28     3        INIT_FCALL                                               'in_array'
          4        SEND_VAR                                                 !2
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.49 ms | 1394 KiB | 15 Q