3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hash = password_hash(str_repeat("a", 100), PASSWORD_DEFAULT); var_dump(password_verify(str_repeat("a", 72), $hash));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3G7mX
function name:  (null)
number of ops:  21
compiled vars:  !0 = $hash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'password_hash'
          1        INIT_FCALL                                               'str_repeat'
          2        SEND_VAL                                                 'a'
          3        SEND_VAL                                                 100
          4        DO_ICALL                                         $1      
          5        SEND_VAR                                                 $1
          6        SEND_VAL                                                 '2y'
          7        DO_ICALL                                         $2      
          8        ASSIGN                                                   !0, $2
    4     9        INIT_FCALL                                               'var_dump'
         10        INIT_FCALL                                               'password_verify'
         11        INIT_FCALL                                               'str_repeat'
         12        SEND_VAL                                                 'a'
         13        SEND_VAL                                                 72
         14        DO_ICALL                                         $4      
         15        SEND_VAR                                                 $4
         16        SEND_VAR                                                 !0
         17        DO_ICALL                                         $5      
         18        SEND_VAR                                                 $5
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.96 ms | 1395 KiB | 21 Q