3v4l.org

run code in 300+ PHP versions simultaneously
<?php $cost = 12; $hash = password_hash('8dac13b00000000', PASSWORD_BCRYPT, array('cost' => $cost)); echo urlencode('71;'.$hash); echo strlen($hash);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9WWbs
function name:  (null)
number of ops:  16
compiled vars:  !0 = $cost, !1 = $hash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 12
    5     1        INIT_FCALL                                               'password_hash'
          2        SEND_VAL                                                 '8dac13b00000000'
          3        SEND_VAL                                                 '2y'
          4        INIT_ARRAY                                       ~3      !0, 'cost'
          5        SEND_VAL                                                 ~3
          6        DO_ICALL                                         $4      
          7        ASSIGN                                                   !1, $4
    7     8        INIT_FCALL                                               'urlencode'
          9        CONCAT                                           ~6      '71%3B', !1
         10        SEND_VAL                                                 ~6
         11        DO_ICALL                                         $7      
         12        ECHO                                                     $7
    8    13        STRLEN                                           ~8      !1
         14        ECHO                                                     ~8
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.52 ms | 1394 KiB | 17 Q