3v4l.org

run code in 300+ PHP versions simultaneously
<?php $options = ['salt' => "$2a$10$fO7mgIbBGx2nlTIp9.KZ2u7"]; if(password_verify("123"."Bp3rrXqiqpg3Fa4NYYVs", "$2a$10$fO7mgIbBGx2nlTIp9.KZ2u7")){ echo ("hello"); } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 13, Position 2 = 14
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
filename:       /in/tYeGE
function name:  (null)
number of ops:  15
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      > JMPZ                                                     $10, ->14
    4    13    >   ECHO                                                     'hello'
    6    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.84 ms | 1394 KiB | 15 Q