3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.71 ms | 1394 KiB | 17 Q