3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date('Y-m-d H:i:s', 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/4vjTS
function name:  (null)
number of ops:  24
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
          2        SEND_VAL                                                 1393508814
          3        DO_ICALL                                         $0      
          4        ECHO                                                     $0
    3     5        INIT_FCALL                                               'hash'
          6        SEND_VAL                                                 'md5'
          7        SEND_VAL                                                 'gearman%40example.comABgDzJ2i'
          8        DO_ICALL                                         $1      
          9        CONCAT                                           ~2      $1, '%0A'
         10        ECHO                                                     ~2
    5    11        INIT_FCALL                                               'hash'
         12        SEND_VAL                                                 'sha256'
         13        SEND_VAL                                                 'parapluscrm_support%40smtsoftware.comNTlWrBPK'
         14        DO_ICALL                                         $3      
         15        CONCAT                                           ~4      $3, '%0A'
         16        ECHO                                                     ~4
    6    17        INIT_FCALL                                               'hash'
         18        SEND_VAL                                                 'sha256'
         19        SEND_VAL                                                 'parapluscrm_support%40smtsoftware.compassword'
         20        DO_ICALL                                         $5      
         21        CONCAT                                           ~6      $5, '%0A'
         22        ECHO                                                     ~6
    7    23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.74 ms | 1395 KiB | 17 Q