3v4l.org

run code in 300+ PHP versions simultaneously
<?php //$hash= crypt('rasmuslerdorf', '$2a$10$usesomesillystringforsalt$') ; $hash= crypt('chandra2', '$2a$10$oa8l8F2XjgcrN/1LaRaDB$') ; print "Hash value => $hash \n ";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PuG4p
function name:  (null)
number of ops:  10
compiled vars:  !0 = $hash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   INIT_FCALL                                               'crypt'
          1        SEND_VAL                                                 'chandra2'
          2        SEND_VAL                                                 '%242a%2410%24oa8l8F2XjgcrN%2F1LaRaDB%24'
          3        DO_ICALL                                         $1      
          4        ASSIGN                                                   !0, $1
    7     5        ROPE_INIT                                     3  ~4      'Hash+value+%3D%3E+'
          6        ROPE_ADD                                      1  ~4      ~4, !0
          7        ROPE_END                                      2  ~3      ~4, '++%0A+'
          8        ECHO                                                     ~3
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.61 ms | 1385 KiB | 15 Q