3v4l.org

run code in 300+ PHP versions simultaneously
<?php $salt = microtime(); $generated_token = 'ac4638fa52ebe7f702238a98f5c7147e';//MD5('$salt' . rand(1, 100)); echo $generated_token. '<br>'; $token=0xa; if($generated_token == $token) echo 'true'; else echo 'false'; ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7hNLZ
function name:  (null)
number of ops:  13
compiled vars:  !0 = $salt, !1 = $generated_token, !2 = $token
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'microtime'
          1        DO_ICALL                                         $3      
          2        ASSIGN                                                   !0, $3
    3     3        ASSIGN                                                   !1, 'ac4638fa52ebe7f702238a98f5c7147e'
    4     4        CONCAT                                           ~6      !1, '%3Cbr%3E'
          5        ECHO                                                     ~6
    5     6        ASSIGN                                                   !2, 10
    7     7        IS_EQUAL                                                 !1, !2
          8      > JMPZ                                                     ~8, ->11
    8     9    >   ECHO                                                     'true'
         10      > JMP                                                      ->12
   10    11    >   ECHO                                                     'false'
   12    12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.36 ms | 1394 KiB | 15 Q