3v4l.org

run code in 500+ PHP versions simultaneously
<?php $password_plaintext = "12345"; $password_hash = password_hash( $password_plaintext, PASSWORD_DEFAULT, [ 'cost' => 11 ] ); print_r( password_get_info( $password_hash ) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/pjXfj
function name:  (null)
number of ops:  14
compiled vars:  !0 = $password_plaintext, !1 = $password_hash
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, '12345'
    5     1        INIT_FCALL                                                   'password_hash'
          2        SEND_VAR                                                     !0
          3        SEND_VAL                                                     '2y'
          4        SEND_VAL                                                     <array>
          5        DO_ICALL                                             $3      
          6        ASSIGN                                                       !1, $3
    7     7        INIT_FCALL                                                   'print_r'
          8        INIT_FCALL                                                   'password_get_info'
          9        SEND_VAR                                                     !1
         10        DO_ICALL                                             $5      
         11        SEND_VAR                                                     $5
         12        DO_ICALL                                                     
         13      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
160.17 ms | 2808 KiB | 11 Q