3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.97 ms | 1394 KiB | 15 Q