3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Bla; enum Foo { case Bar; } var_export(Foo::Bar);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3JPCM
function name:  (null)
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   DECLARE_CLASS                                            'bla%5Cfoo'
    9     1        INIT_NS_FCALL_BY_NAME                                    'Bla%5Cvar_export'
          2        FETCH_CLASS_CONSTANT                             ~0      'Bla%5CFoo', 'Bar'
          3        SEND_VAL_EX                                              ~0
          4        DO_FCALL                                      0          
          5      > RETURN                                                   1

Class Bla\Foo: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
140.55 ms | 1424 KiB | 14 Q