3v4l.org

run code in 300+ PHP versions simultaneously
<?php $email = mysqli_real_escape_string($sqli, $_POST['email']); if (!filter_var($email, FILTER_VALIDATE_EMAIL)) { $errorValidateEmail = TRUE; $saveRegister = FALSE; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 14, Position 2 = 16
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
filename:       /in/ZeqYt
function name:  (null)
number of ops:  17
compiled vars:  !0 = $email, !1 = $sqli, !2 = $errorValidateEmail, !3 = $saveRegister
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'mysqli_real_escape_string'
          1        SEND_VAR_EX                                              !1
          2        CHECK_FUNC_ARG                                           
          3        FETCH_FUNC_ARG               global              $4      '_POST'
          4        FETCH_DIM_FUNC_ARG                               $5      $4, 'email'
          5        SEND_FUNC_ARG                                            $5
          6        DO_FCALL                                      0  $6      
          7        ASSIGN                                                   !0, $6
    4     8        INIT_FCALL                                               'filter_var'
          9        SEND_VAR                                                 !0
         10        SEND_VAL                                                 274
         11        DO_ICALL                                         $8      
         12        BOOL_NOT                                         ~9      $8
         13      > JMPZ                                                     ~9, ->16
    6    14    >   ASSIGN                                                   !2, <true>
    7    15        ASSIGN                                                   !3, <false>
    9    16    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.98 ms | 1394 KiB | 15 Q