3v4l.org

run code in 300+ PHP versions simultaneously
<?php class PHP_CodeSniffer { /** * The current version. * * @var string */ const VERSION = '1.4.8'; /** * Package stability; either stable or beta. * * @var string */ const STABILITY = 'stable'; } echo 'PHP_CodeSniffer version '.PHP_CodeSniffer::VERSION.' ('.PHP_CodeSniffer::STABILITY.') ';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8cfRG
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   20     0  E >   ECHO                                                     'PHP_CodeSniffer+version+1.4.8+%28stable%29+'
          1      > RETURN                                                   1

Class PHP_CodeSniffer: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.7 ms | 1392 KiB | 13 Q