3v4l.org

run code in 300+ PHP versions simultaneously
<?php $password = 'titanfall'; echo $password; echo "<br/>"; echo password_hash($password, PASSWORD_DEFAULT); echo '<br />'; //echo password_hash("cadillac", PASSWORD_DEFAULT); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cWCrs
function name:  (null)
number of ops:  10
compiled vars:  !0 = $password
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'titanfall'
    4     1        ECHO                                                     !0
    5     2        ECHO                                                     '%3Cbr%2F%3E'
    6     3        INIT_FCALL                                               'password_hash'
          4        SEND_VAR                                                 !0
          5        SEND_VAL                                                 '2y'
          6        DO_ICALL                                         $2      
          7        ECHO                                                     $2
    7     8        ECHO                                                     '%3Cbr+%2F%3E'
   12     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.24 ms | 1393 KiB | 15 Q