3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo 'Welcome guest!'.'</br>'; echo 'Current system time is: <b>'.date('Y-m-d H:i:s').'</b></br>'; echo 'and you are running: <b>'.php_uname().'</b></br>'; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4LXeS
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ECHO                                                     'Welcome+guest%21%3C%2Fbr%3E'
    3     1        INIT_FCALL                                               'date'
          2        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
          3        DO_ICALL                                         $0      
          4        CONCAT                                           ~1      'Current+system+time+is%3A+%3Cb%3E', $0
          5        CONCAT                                           ~2      ~1, '%3C%2Fb%3E%3C%2Fbr%3E'
          6        ECHO                                                     ~2
    4     7        INIT_FCALL                                               'php_uname'
          8        DO_ICALL                                         $3      
          9        CONCAT                                           ~4      'and+you+are+running%3A+%3Cb%3E', $3
         10        CONCAT                                           ~5      ~4, '%3C%2Fb%3E%3C%2Fbr%3E'
         11        ECHO                                                     ~5
    5    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.56 ms | 1386 KiB | 17 Q