3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strtotime(1393508814); echo hash('md5', 'gearman@example.com' . 'ABgDzJ2i')."\n"; // echo hash('sha256', 'test@example.com' . 'a')."\n"; echo hash('sha256', 'parapluscrm_support@smtsoftware.com' . 'NTlWrBPK')."\n"; echo hash('sha256', 'parapluscrm_support@smtsoftware.com' . 'password')."\n"; // echo hash('md5', 'parapluscrm_support@smtsoftware.com' . 'NTlWrBPK')."\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5I2Mk
function name:  (null)
number of ops:  23
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 1393508814
          2        DO_ICALL                                         $0      
          3        ECHO                                                     $0
    3     4        INIT_FCALL                                               'hash'
          5        SEND_VAL                                                 'md5'
          6        SEND_VAL                                                 'gearman%40example.comABgDzJ2i'
          7        DO_ICALL                                         $1      
          8        CONCAT                                           ~2      $1, '%0A'
          9        ECHO                                                     ~2
    5    10        INIT_FCALL                                               'hash'
         11        SEND_VAL                                                 'sha256'
         12        SEND_VAL                                                 'parapluscrm_support%40smtsoftware.comNTlWrBPK'
         13        DO_ICALL                                         $3      
         14        CONCAT                                           ~4      $3, '%0A'
         15        ECHO                                                     ~4
    6    16        INIT_FCALL                                               'hash'
         17        SEND_VAL                                                 'sha256'
         18        SEND_VAL                                                 'parapluscrm_support%40smtsoftware.compassword'
         19        DO_ICALL                                         $5      
         20        CONCAT                                           ~6      $5, '%0A'
         21        ECHO                                                     ~6
    7    22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.91 ms | 1395 KiB | 17 Q