3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace foo\bar; //define('foo\bar\true', 'hello'); //define('foo\bar\PHP_VERSION', 'world'); var_dump(true); var_dump(PHP_VERSION);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/R0deC
function name:  (null)
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   INIT_NS_FCALL_BY_NAME                                    'foo%5Cbar%5Cvar_dump'
          1        SEND_VAL_EX                                              <true>
          2        DO_FCALL                                      0          
    9     3        INIT_NS_FCALL_BY_NAME                                    'foo%5Cbar%5Cvar_dump'
          4        FETCH_CONSTANT                                   ~1      'foo%5Cbar%5CPHP_VERSION'
          5        SEND_VAL_EX                                              ~1
          6        DO_FCALL                                      0          
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.86 ms | 1393 KiB | 15 Q