3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo crypt('meow', '$2y$05$....................//meow') . PHP_EOL; // salt: ....................// echo crypt('meow', '$2y$05$....................//woof') . PHP_EOL; // salt: ....................// echo crypt('meow', '$2y$05$....................//oink') . PHP_EOL; // salt: ....................// echo crypt('meow', '$2y$05$..................../meow') . PHP_EOL; // salt: ..................../m echo crypt('meow', '$2y$05$..................../woof') . PHP_EOL; // salt: ..................../w echo crypt('meow', '$2y$05$..................../oink') . PHP_EOL; // salt: ..................../o
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/B1BBX
function name:  (null)
number of ops:  37
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'crypt'
          1        SEND_VAL                                                 'meow'
          2        SEND_VAL                                                 '%242y%2405%24....................%2F%2Fmeow'
          3        DO_ICALL                                         $0      
          4        CONCAT                                           ~1      $0, '%0A'
          5        ECHO                                                     ~1
    4     6        INIT_FCALL                                               'crypt'
          7        SEND_VAL                                                 'meow'
          8        SEND_VAL                                                 '%242y%2405%24....................%2F%2Fwoof'
          9        DO_ICALL                                         $2      
         10        CONCAT                                           ~3      $2, '%0A'
         11        ECHO                                                     ~3
    5    12        INIT_FCALL                                               'crypt'
         13        SEND_VAL                                                 'meow'
         14        SEND_VAL                                                 '%242y%2405%24....................%2F%2Foink'
         15        DO_ICALL                                         $4      
         16        CONCAT                                           ~5      $4, '%0A'
         17        ECHO                                                     ~5
    7    18        INIT_FCALL                                               'crypt'
         19        SEND_VAL                                                 'meow'
         20        SEND_VAL                                                 '%242y%2405%24....................%2Fmeow'
         21        DO_ICALL                                         $6      
         22        CONCAT                                           ~7      $6, '%0A'
         23        ECHO                                                     ~7
    8    24        INIT_FCALL                                               'crypt'
         25        SEND_VAL                                                 'meow'
         26        SEND_VAL                                                 '%242y%2405%24....................%2Fwoof'
         27        DO_ICALL                                         $8      
         28        CONCAT                                           ~9      $8, '%0A'
         29        ECHO                                                     ~9
    9    30        INIT_FCALL                                               'crypt'
         31        SEND_VAL                                                 'meow'
         32        SEND_VAL                                                 '%242y%2405%24....................%2Foink'
         33        DO_ICALL                                         $10     
         34        CONCAT                                           ~11     $10, '%0A'
         35        ECHO                                                     ~11
         36      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.09 ms | 1396 KiB | 15 Q