3v4l.org

run code in 300+ PHP versions simultaneously
<?php //echo (new \DateTime())->format('Y-m-d H:i:s'); echo date("Y/m/d H:i:s"). substr((string)microtime(), 1, 6);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/21inc
function name:  (null)
number of ops:  14
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'Y%2Fm%2Fd+H%3Ai%3As'
          2        DO_ICALL                                         $0      
          3        INIT_FCALL                                               'substr'
          4        INIT_FCALL                                               'microtime'
          5        DO_ICALL                                         $1      
          6        CAST                                          6  ~2      $1
          7        SEND_VAL                                                 ~2
          8        SEND_VAL                                                 1
          9        SEND_VAL                                                 6
         10        DO_ICALL                                         $3      
         11        CONCAT                                           ~4      $0, $3
         12        ECHO                                                     ~4
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.24 ms | 1385 KiB | 19 Q