3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.13 ms | 1394 KiB | 17 Q