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 $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 $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/klgKZ
function name:  (null)
number of ops:  61
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
    7    18        INIT_FCALL                                               'crypt'
         19        SEND_VAL                                                 'meow'
         20        SEND_VAL                                                 '%242y%2405%24....................%2Fmeow'
         21        DO_ICALL                                         $9      
         22        CONCAT                                           ~10     $9, '%0A'
         23        ASSIGN                                           ~11     !0, ~10
         24        ECHO                                                     ~11
    8    25        INIT_FCALL                                               'crypt'
         26        SEND_VAL                                                 'meow'
         27        SEND_VAL                                                 '%242y%2405%24....................%2Fwoof'
         28        DO_ICALL                                         $12     
         29        CONCAT                                           ~13     $12, '%0A'
         30        ASSIGN                                           ~14     !1, ~13
         31        ECHO                                                     ~14
    9    32        INIT_FCALL                                               'crypt'
         33        SEND_VAL                                                 'meow'
         34        SEND_VAL                                                 '%242y%2405%24....................%2Foink'
         35        DO_ICALL                                         $15     
         36        CONCAT                                           ~16     $15, '%0A'
         37        ASSIGN                                           ~17     !2, ~16
         38        ECHO                                                     ~17
   11    39        INIT_FCALL                                               'crypt'
         40        SEND_VAL                                                 'meow'
         41        SEND_VAR                                                 !0
         42        DO_ICALL                                         $18     
         43        CONCAT                                           ~19     $18, '%0A'
         44        ASSIGN                                           ~20     !0, ~19
         45        ECHO                                                     ~20
   12    46        INIT_FCALL                                               'crypt'
         47        SEND_VAL                                                 'meow'
         48        SEND_VAR                                                 !1
         49        DO_ICALL                                         $21     
         50        CONCAT                                           ~22     $21, '%0A'
         51        ASSIGN                                           ~23     !1, ~22
         52        ECHO                                                     ~23
   13    53        INIT_FCALL                                               'crypt'
         54        SEND_VAL                                                 'meow'
         55        SEND_VAR                                                 !2
         56        DO_ICALL                                         $24     
         57        CONCAT                                           ~25     $24, '%0A'
         58        ASSIGN                                           ~26     !2, ~25
         59        ECHO                                                     ~26
         60      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.56 ms | 1400 KiB | 15 Q