3v4l.org

run code in 500+ PHP versions simultaneously
<?php print 'Default: '; var_dump(microtime()); print 'Optional: '; var_dump(microtime(TRUE));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/u8pta
function name:  (null)
number of ops:  14
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                         'Default%3A+'
    4     1        INIT_FCALL                                                   'var_dump'
          2        INIT_FCALL                                                   'microtime'
          3        DO_ICALL                                             $0      
          4        SEND_VAR                                                     $0
          5        DO_ICALL                                                     
    6     6        ECHO                                                         'Optional%3A+'
    7     7        INIT_FCALL                                                   'var_dump'
          8        INIT_FCALL                                                   'microtime'
          9        SEND_VAL                                                     <true>
         10        DO_ICALL                                             $2      
         11        SEND_VAR                                                     $2
         12        DO_ICALL                                                     
         13      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
155.57 ms | 1309 KiB | 15 Q