3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo md5("vallimarco".time()."box".md5("box"));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RVYZn
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'md5'
          1        INIT_FCALL                                               'time'
          2        DO_ICALL                                         $0      
          3        CONCAT                                           ~1      'vallimarco', $0
          4        CONCAT                                           ~2      ~1, 'box'
          5        INIT_FCALL                                               'md5'
          6        SEND_VAL                                                 'box'
          7        DO_ICALL                                         $3      
          8        CONCAT                                           ~4      ~2, $3
          9        SEND_VAL                                                 ~4
         10        DO_ICALL                                         $5      
         11        ECHO                                                     $5
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.14 ms | 1394 KiB | 17 Q