3v4l.org

run code in 300+ PHP versions simultaneously
<?php $emailrepeat = 'test'; $email_clean = 'test'; if(strcasecmp($emailrepeat, $email_clean) != 0){ //WILL RETURN THAT BOTH STRINGS MATCH echo 'Your emails did not match with order 1'; } if(strcasecmp($email_clean, $emailrepeat) != 0){ //WILL RETURN THAT BOTH STRINGS DONT MATCH echo 'Your emails did not match with order 2'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 9
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 15, Position 2 = 16
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
Branch analysis from position: 9
filename:       /in/QQCiC
function name:  (null)
number of ops:  17
compiled vars:  !0 = $emailrepeat, !1 = $email_clean
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'test'
    4     1        ASSIGN                                                   !1, 'test'
    6     2        INIT_FCALL                                               'strcasecmp'
          3        SEND_VAR                                                 !0
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                         $4      
          6        IS_NOT_EQUAL                                             $4, 0
          7      > JMPZ                                                     ~5, ->9
    8     8    >   ECHO                                                     'Your+emails+did+not+match+with+order+1'
   11     9    >   INIT_FCALL                                               'strcasecmp'
         10        SEND_VAR                                                 !1
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                         $6      
         13        IS_NOT_EQUAL                                             $6, 0
         14      > JMPZ                                                     ~7, ->16
   13    15    >   ECHO                                                     'Your+emails+did+not+match+with+order+2'
         16    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.13 ms | 1395 KiB | 15 Q