3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.48 ms | 1394 KiB | 17 Q