Community
Participate
Working Groups
have a php code : ******************************** <?php define('CUP','big_cup'); class coffe{ private $sugar; public $milk; const WATER_TEMP = 90; /** * This is constructor * * @param int $water_temp */ function cofee($sugar){ /* No Sugar */ $this->sugar = 0; // sugar free } } //TODO add type of coffee $coffee = <<< HEREDOC Testy Coffee HEREDOC; ?> *********************************** Switch PHP version to PHP4. PHP5 keywords (private,public) has stayed highlighted. happen also from php4 to php5, the php5 keywords does not colored.
*** This bug has been marked as a duplicate of 138991 ***
Closed as duplicate of #138991