3v4l.org

run code in 300+ PHP versions simultaneously
<?php filter_var('foo@bar.test', FILTER_VALIDATE_EMAIL, FILTER_THROW_ON_FAILURE|FILTER_NULL_ON_FAILURE);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Ibd4B
function name:  (null)
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'filter_var'
          1        SEND_VAL                                                 'foo%40bar.test'
          2        SEND_VAL                                                 274
          3        FETCH_CONSTANT                                   ~0      'FILTER_THROW_ON_FAILURE'
          4        BW_OR                                            ~1      ~0, 134217728
          5        SEND_VAL                                                 ~1
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.34 ms | 1000 KiB | 14 Q