3v4l.org

run code in 300+ PHP versions simultaneously
<?php $log_data = time() . " - " . memory_get_usage() . PHP_EOL; echo $log_data;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oPI2C
function name:  (null)
number of ops:  10
compiled vars:  !0 = $log_data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'time'
          1        DO_ICALL                                         $1      
          2        CONCAT                                           ~2      $1, '+-+'
          3        INIT_FCALL                                               'memory_get_usage'
          4        DO_ICALL                                         $3      
          5        CONCAT                                           ~4      ~2, $3
          6        CONCAT                                           ~5      ~4, '%0A'
          7        ASSIGN                                                   !0, ~5
    4     8        ECHO                                                     !0
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.86 ms | 1394 KiB | 17 Q