3v4l.org

run code in 300+ PHP versions simultaneously
<?php $option = array('12'); $password= 'dmgdemo@123'; $enctyped = password_hash($password, PASSWORD_BCRYPT, $option);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/84r64
function name:  (null)
number of ops:  9
compiled vars:  !0 = $option, !1 = $password, !2 = $enctyped
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, 'dmgdemo%40123'
    4     2        INIT_FCALL                                               'password_hash'
          3        SEND_VAR                                                 !1
          4        SEND_VAL                                                 '2y'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $5      
          7        ASSIGN                                                   !2, $5
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.87 ms | 1393 KiB | 15 Q