3v4l.org

run code in 300+ PHP versions simultaneously
<?php //$hash= crypt('rasmuslerdorf', '$2a$10$usesomesillystringforsalt$') ; $hash= crypt('chandra2', '$2a$10$oa8l8F2XjgcrN/1LaRaDBa') ; print "Hash value => $hash \n "; echo 'Current PHP version: ' . phpversion();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lNY88
function name:  (null)
number of ops:  14
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%2F1LaRaDBa'
          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     9        INIT_FCALL                                               'phpversion'
         10        DO_ICALL                                         $6      
         11        CONCAT                                           ~7      'Current+PHP+version%3A+', $6
         12        ECHO                                                     ~7
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.53 ms | 1394 KiB | 17 Q