3v4l.org

run code in 300+ PHP versions simultaneously
<?php $black = array(1 => true,5 => false,6 => true); $tags = array(2,7,1); print_r(array_filter($black));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fQ7BW
function name:  (null)
number of ops:  9
compiled vars:  !0 = $black, !1 = $tags
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, <array>
    7     1        ASSIGN                                                   !1, <array>
   10     2        INIT_FCALL                                               'print_r'
          3        INIT_FCALL                                               'array_filter'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $4      
          6        SEND_VAR                                                 $4
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.59 ms | 1394 KiB | 17 Q