3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Current time echo date('h:i:s') . "\n"; usleep(20000000); // back! echo date('h:i:s') . "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/o3Qb3
function name:  (null)
number of ops:  14
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'h%3Ai%3As'
          2        DO_ICALL                                         $0      
          3        CONCAT                                           ~1      $0, '%0A'
          4        ECHO                                                     ~1
    6     5        INIT_FCALL                                               'usleep'
          6        SEND_VAL                                                 20000000
          7        DO_ICALL                                                 
    8     8        INIT_FCALL                                               'date'
          9        SEND_VAL                                                 'h%3Ai%3As'
         10        DO_ICALL                                         $3      
         11        CONCAT                                           ~4      $3, '%0A'
         12        ECHO                                                     ~4
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.94 ms | 1394 KiB | 17 Q