3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('DB_PASSWORD', 'asdaspdsa;ldkjas;ld'); echo substr( md5( md5( DB_PASSWORD ) ), -5 ); echo substr( md5( md5( DB_PASSWORD ) ), -5 ); echo substr( md5( md5( DB_PASSWORD ) ), -5 );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0N7lU
function name:  (null)
number of ops:  41
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'define'
          1        SEND_VAL                                                 'DB_PASSWORD'
          2        SEND_VAL                                                 'asdaspdsa%3Bldkjas%3Bld'
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'substr'
          5        INIT_FCALL                                               'md5'
          6        INIT_FCALL                                               'md5'
          7        FETCH_CONSTANT                                   ~1      'DB_PASSWORD'
          8        SEND_VAL                                                 ~1
          9        DO_ICALL                                         $2      
         10        SEND_VAR                                                 $2
         11        DO_ICALL                                         $3      
         12        SEND_VAR                                                 $3
         13        SEND_VAL                                                 -5
         14        DO_ICALL                                         $4      
         15        ECHO                                                     $4
    4    16        INIT_FCALL                                               'substr'
         17        INIT_FCALL                                               'md5'
         18        INIT_FCALL                                               'md5'
         19        FETCH_CONSTANT                                   ~5      'DB_PASSWORD'
         20        SEND_VAL                                                 ~5
         21        DO_ICALL                                         $6      
         22        SEND_VAR                                                 $6
         23        DO_ICALL                                         $7      
         24        SEND_VAR                                                 $7
         25        SEND_VAL                                                 -5
         26        DO_ICALL                                         $8      
         27        ECHO                                                     $8
    5    28        INIT_FCALL                                               'substr'
         29        INIT_FCALL                                               'md5'
         30        INIT_FCALL                                               'md5'
         31        FETCH_CONSTANT                                   ~9      'DB_PASSWORD'
         32        SEND_VAL                                                 ~9
         33        DO_ICALL                                         $10     
         34        SEND_VAR                                                 $10
         35        DO_ICALL                                         $11     
         36        SEND_VAR                                                 $11
         37        SEND_VAL                                                 -5
         38        DO_ICALL                                         $12     
         39        ECHO                                                     $12
         40      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.64 ms | 1396 KiB | 19 Q