3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
168.89 ms | 2293 KiB | 15 Q