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 PHP_EOL . '###########################' . PHP_EOL; echo $meow = crypt('meow', '$2y$05$..................../meow') . PHP_EOL; // salt: ..................../m echo $woof = crypt('meow', '$2y$05$..................../woof') . PHP_EOL; // salt: ..................../w echo $oink = crypt('meow', '$2y$05$..................../oink') . PHP_EOL; // salt: ..................../o echo PHP_EOL . '###########################' . PHP_EOL; echo $meow = crypt('meow', $meow) . PHP_EOL; // salt: ..................../m echo $woof = crypt('meow', $woof) . PHP_EOL; // salt: ..................../w echo $oink = crypt('meow', $oink) . PHP_EOL; // salt: ..................../o
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZjT4Z
function name:  (null)
number of ops:  63
compiled vars:  !0 = $meow, !1 = $woof, !2 = $oink
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                                         $3      
          4        CONCAT                                           ~4      $3, '%0A'
          5        ECHO                                                     ~4
    4     6        INIT_FCALL                                               'crypt'
          7        SEND_VAL                                                 'meow'
          8        SEND_VAL                                                 '%242y%2405%24....................%2F%2Fwoof'
          9        DO_ICALL                                         $5      
         10        CONCAT                                           ~6      $5, '%0A'
         11        ECHO                                                     ~6
    5    12        INIT_FCALL                                               'crypt'
         13        SEND_VAL                                                 'meow'
         14        SEND_VAL                                                 '%242y%2405%24....................%2F%2Foink'
         15        DO_ICALL                                         $7      
         16        CONCAT                                           ~8      $7, '%0A'
         17        ECHO                                                     ~8
    6    18        ECHO                                                     '%0A%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%0A'
    7    19        INIT_FCALL                                               'crypt'
         20        SEND_VAL                                                 'meow'
         21        SEND_VAL                                                 '%242y%2405%24....................%2Fmeow'
         22        DO_ICALL                                         $9      
         23        CONCAT                                           ~10     $9, '%0A'
         24        ASSIGN                                           ~11     !0, ~10
         25        ECHO                                                     ~11
    8    26        INIT_FCALL                                               'crypt'
         27        SEND_VAL                                                 'meow'
         28        SEND_VAL                                                 '%242y%2405%24....................%2Fwoof'
         29        DO_ICALL                                         $12     
         30        CONCAT                                           ~13     $12, '%0A'
         31        ASSIGN                                           ~14     !1, ~13
         32        ECHO                                                     ~14
    9    33        INIT_FCALL                                               'crypt'
         34        SEND_VAL                                                 'meow'
         35        SEND_VAL                                                 '%242y%2405%24....................%2Foink'
         36        DO_ICALL                                         $15     
         37        CONCAT                                           ~16     $15, '%0A'
         38        ASSIGN                                           ~17     !2, ~16
         39        ECHO                                                     ~17
   10    40        ECHO                                                     '%0A%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%0A'
   11    41        INIT_FCALL                                               'crypt'
         42        SEND_VAL                                                 'meow'
         43        SEND_VAR                                                 !0
         44        DO_ICALL                                         $18     
         45        CONCAT                                           ~19     $18, '%0A'
         46        ASSIGN                                           ~20     !0, ~19
         47        ECHO                                                     ~20
   12    48        INIT_FCALL                                               'crypt'
         49        SEND_VAL                                                 'meow'
         50        SEND_VAR                                                 !1
         51        DO_ICALL                                         $21     
         52        CONCAT                                           ~22     $21, '%0A'
         53        ASSIGN                                           ~23     !1, ~22
         54        ECHO                                                     ~23
   13    55        INIT_FCALL                                               'crypt'
         56        SEND_VAL                                                 'meow'
         57        SEND_VAR                                                 !2
         58        DO_ICALL                                         $24     
         59        CONCAT                                           ~25     $24, '%0A'
         60        ASSIGN                                           ~26     !2, ~25
         61        ECHO                                                     ~26
         62      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.61 ms | 1400 KiB | 15 Q