3v4l.org

run code in 300+ PHP versions simultaneously
<?php $password="ellistest"; $hash = "$2y$11$kixYXM4MRNDj6nrG/gZ7Q.ZX9O6xRHS7G0bJJ8.uDVEgxVm0cHHAq"; if (password_verify($password, $hash)) { echo "True"; } else { echo "False"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 12
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MFpTk
function name:  (null)
number of ops:  14
compiled vars:  !0 = $password, !1 = $hash, !2 = $kixYXM4MRNDj6nrG
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'ellistest'
    3     1        ROPE_INIT                                     3  ~5      '%242y%2411'
          2        ROPE_ADD                                      1  ~5      ~5, !2
          3        ROPE_END                                      2  ~4      ~5, '%2FgZ7Q.ZX9O6xRHS7G0bJJ8.uDVEgxVm0cHHAq'
          4        ASSIGN                                                   !1, ~4
    4     5        INIT_FCALL                                               'password_verify'
          6        SEND_VAR                                                 !0
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                         $8      
          9      > JMPZ                                                     $8, ->12
    5    10    >   ECHO                                                     'True'
         11      > JMP                                                      ->13
    7    12    >   ECHO                                                     'False'
    8    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.72 ms | 1398 KiB | 15 Q