3v4l.org

run code in 500+ PHP versions simultaneously
<?php namespace Ozzie\WeekDays { const MONDAY = 'monday'; const TUESDAY = 'tuesday'; const WEDNESDAY = 'wednesday'; const THURSDAY = 'thursday'; const FRYDAY = 'fryday'; const SATURDAY = 'saturday'; const SUNDAY = 'sunday'; } namespace Ozzie { class WeekDays { const MONDAY = 'monday'; const TUESDAY = 'tuesday'; const WEDNESDAY = 'wednesday'; const THURSDAY = 'thursday'; const FRYDAY = 'fryday'; const SATURDAY = 'saturday'; const SUNDAY = 'sunday'; } } namespace { use const Ozzie\WeekDays\MONDAY as MONDAY; echo Ozzie\WeekDays\MONDAY . ' - ' . Ozzie\WeekDays::MONDAY . ' - ' . MONDAY; }
Output for rfc.property-hooks, git.master, git.master_jit
monday - monday - monday

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:
47.82 ms | 2667 KiB | 4 Q