3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.85 ms | 1394 KiB | 17 Q