3v4l.org

run code in 500+ PHP versions simultaneously
<?php $time = strtotime('2022-04-06 09:00:00'); $timemicro = number_format($time, 4, '.', ''); $micro = microtime(true); echo $timemicro." - ".$micro;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/BP3mY
function name:  (null)
number of ops:  19
compiled vars:  !0 = $time, !1 = $timemicro, !2 = $micro
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                                   'strtotime'
          1        SEND_VAL                                                     '2022-04-06+09%3A00%3A00'
          2        DO_ICALL                                             $3      
          3        ASSIGN                                                       !0, $3
    3     4        INIT_FCALL                                                   'number_format'
          5        SEND_VAR                                                     !0
          6        SEND_VAL                                                     4
          7        SEND_VAL                                                     '.'
          8        SEND_VAL                                                     ''
          9        DO_ICALL                                             $5      
         10        ASSIGN                                                       !1, $5
    4    11        INIT_FCALL                                                   'microtime'
         12        SEND_VAL                                                     <true>
         13        DO_ICALL                                             $7      
         14        ASSIGN                                                       !2, $7
    5    15        CONCAT                                               ~9      !1, '+-+'
         16        CONCAT                                               ~10     ~9, !2
         17        ECHO                                                         ~10
    6    18      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
162.29 ms | 2736 KiB | 15 Q