3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_REQUEST['email'] = 'geradolson5656%40srt.com'; if(isset($_REQUEST['email'])){ $email = trim(urldecode($_REQUEST['email'])); $email = addslashes($email); $email = transliterateString($email); } echo $email;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 23
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 23
filename:       /in/3DTgW
function name:  (null)
number of ops:  25
compiled vars:  !0 = $email
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_W                      global              $1      '_REQUEST'
          1        ASSIGN_DIM                                               $1, 'email'
          2        OP_DATA                                                  'geradolson5656%2540srt.com'
    5     3        FETCH_IS                                         ~3      '_REQUEST'
          4        ISSET_ISEMPTY_DIM_OBJ                         0          ~3, 'email'
          5      > JMPZ                                                     ~4, ->23
    6     6    >   INIT_FCALL                                               'trim'
          7        INIT_FCALL                                               'urldecode'
          8        FETCH_R                      global              ~5      '_REQUEST'
          9        FETCH_DIM_R                                      ~6      ~5, 'email'
         10        SEND_VAL                                                 ~6
         11        DO_ICALL                                         $7      
         12        SEND_VAR                                                 $7
         13        DO_ICALL                                         $8      
         14        ASSIGN                                                   !0, $8
    7    15        INIT_FCALL                                               'addslashes'
         16        SEND_VAR                                                 !0
         17        DO_ICALL                                         $10     
         18        ASSIGN                                                   !0, $10
    8    19        INIT_FCALL_BY_NAME                                       'transliterateString'
         20        SEND_VAR_EX                                              !0
         21        DO_FCALL                                      0  $12     
         22        ASSIGN                                                   !0, $12
   11    23    >   ECHO                                                     !0
         24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.13 ms | 1395 KiB | 19 Q