<?php // relaxed syntax is not possible with constants // const PROTECTED = 'instanity'; class x { // relaxed syntax is possible with class constants private const string public = 'protected'; }
You have javascript disabled. You will not be able to edit any code.