3v4l.org

run code in 300+ PHP versions simultaneously
<?php $password = 'baccadmin'; $phpass = new PasswordHash(10, true); $phpass->HashPassword($password); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RT43D
function name:  (null)
number of ops:  10
compiled vars:  !0 = $password, !1 = $phpass
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'baccadmin'
    4     1        NEW                                              $3      'PasswordHash'
          2        SEND_VAL_EX                                              10
          3        SEND_VAL_EX                                              <true>
          4        DO_FCALL                                      0          
          5        ASSIGN                                                   !1, $3
    5     6        INIT_METHOD_CALL                                         !1, 'HashPassword'
          7        SEND_VAR_EX                                              !0
          8        DO_FCALL                                      0          
    6     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.96 ms | 1392 KiB | 13 Q