3v4l.org

run code in 300+ PHP versions simultaneously
<?php $options = ['salt' => "$2a$10$fO7mgIbBGx2nlTIp9.KZ2u7"]; echo password_verify("123"."Bp3rrXqiqpg3Fa4NYYVs", "$2a$10$fO7mgIbBGx2nlTIp9.KZ2u7"); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PENCH
function name:  (null)
number of ops:  14
compiled vars:  !0 = $options, !1 = $fO7mgIbBGx2nlTIp9
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ROPE_INIT                                     3  ~3      '%242a%2410'
          1        ROPE_ADD                                      1  ~3      ~3, !1
          2        ROPE_END                                      2  ~2      ~3, '.KZ2u7'
          3        INIT_ARRAY                                       ~5      ~2, 'salt'
          4        ASSIGN                                                   !0, ~5
    3     5        INIT_FCALL                                               'password_verify'
          6        SEND_VAL                                                 '123Bp3rrXqiqpg3Fa4NYYVs'
          7        ROPE_INIT                                     3  ~8      '%242a%2410'
          8        ROPE_ADD                                      1  ~8      ~8, !1
          9        ROPE_END                                      2  ~7      ~8, '.KZ2u7'
         10        SEND_VAL                                                 ~7
         11        DO_ICALL                                         $10     
         12        ECHO                                                     $10
    4    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.79 ms | 1394 KiB | 15 Q