3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace NilPortugues\Tests\BackslashFixer\Fixer\Resources; use const NilPortugues\Tests\BackslashFixer\Fixer\Resources\Constant\DIRECTORY_SEPARATOR; class Constant { const DIRECTORY_SEPARATOR = ';'; } /** * Class StringClass * @package NilPortugues\Tests\BackslashFixer\Fixer\Resources */ class ConstantClass { /** * @return string */ public function getSeparator() { return DIRECTORY_SEPARATOR; } } echo (new ConstantClass())->getSeparator();
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Undefined constant "NilPortugues\Tests\BackslashFixer\Fixer\Resources\Constant\DIRECTORY_SEPARATOR" in /in/FAL31:23 Stack trace: #0 /in/FAL31(27): NilPortugues\Tests\BackslashFixer\Fixer\Resources\ConstantClass->getSeparator() #1 {main} thrown in /in/FAL31 on line 23
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
41.21 ms | 401 KiB | 8 Q