3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(strlen('usesomesillystringfor')); $hash = crypt('mypassword', '$2a$10$usesomesillystringforU'); var_dump($hash); echo crypt('mypassword', $hash);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dej4g
function name:  (null)
number of ops:  17
compiled vars:  !0 = $hash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_dump'
          1        SEND_VAL                                                 21
          2        DO_ICALL                                                 
    3     3        INIT_FCALL                                               'crypt'
          4        SEND_VAL                                                 'mypassword'
          5        SEND_VAL                                                 '%242a%2410%24usesomesillystringforU'
          6        DO_ICALL                                         $2      
          7        ASSIGN                                                   !0, $2
    4     8        INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
    6    11        INIT_FCALL                                               'crypt'
         12        SEND_VAL                                                 'mypassword'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                         $5      
         15        ECHO                                                     $5
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.99 ms | 1394 KiB | 17 Q