3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo password_hash("rasmuslerdorf", PASSWORD_BCRYPT)."\n"; echo password_verify("rasmuslerdorf","$2y$10$zw/Goyta0wVR/B7iOwvvDOZEgmra7B3w9Prk8c5dQwsOqnKOuaTzu") ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MVB8M
function name:  (null)
number of ops:  15
compiled vars:  !0 = $zw
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'password_hash'
          1        SEND_VAL                                                 'rasmuslerdorf'
          2        SEND_VAL                                                 '2y'
          3        DO_ICALL                                         $1      
          4        CONCAT                                           ~2      $1, '%0A'
          5        ECHO                                                     ~2
    4     6        INIT_FCALL                                               'password_verify'
          7        SEND_VAL                                                 'rasmuslerdorf'
          8        ROPE_INIT                                     3  ~4      '%242y%2410'
          9        ROPE_ADD                                      1  ~4      ~4, !0
         10        ROPE_END                                      2  ~3      ~4, '%2FGoyta0wVR%2FB7iOwvvDOZEgmra7B3w9Prk8c5dQwsOqnKOuaTzu'
         11        SEND_VAL                                                 ~3
         12        DO_ICALL                                         $6      
         13        ECHO                                                     $6
    5    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.85 ms | 1394 KiB | 17 Q