3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.36 ms | 1398 KiB | 17 Q