3v4l.org

run code in 300+ PHP versions simultaneously
<?php function filterAusgemustert($item) { return !($item == "ausgemustert"); } $columns = array("id","inventarnr","typ","hersteller","bezeichnung","beschreibung", "seriennummer","kaufdatum","bemerkung","anzahl", "lieferant","preis","vvl","ausgemustert"); echo array_filter($columns,"filterAusgemustert");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WMoKU
function name:  (null)
number of ops:  7
compiled vars:  !0 = $columns
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   ASSIGN                                                   !0, <array>
   10     1        INIT_FCALL                                               'array_filter'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 'filterAusgemustert'
          4        DO_ICALL                                         $2      
          5        ECHO                                                     $2
          6      > RETURN                                                   1

Function filterausgemustert:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WMoKU
function name:  filterAusgemustert
number of ops:  5
compiled vars:  !0 = $item
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
    3     1        IS_EQUAL                                         ~1      !0, 'ausgemustert'
          2        BOOL_NOT                                         ~2      ~1
          3      > RETURN                                                   ~2
    4     4*     > RETURN                                                   null

End of function filterausgemustert

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.88 ms | 1394 KiB | 15 Q