Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 146516 - syntax coloring does not change accordingly to a change in the php versions
Summary: syntax coloring does not change accordingly to a change in the php versions
Status: CLOSED DUPLICATE of bug 138991
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: All Linux
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Guy Gurfinkel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-12 02:35 EDT by jackie CLA
Modified: 2020-05-14 11:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jackie CLA 2006-06-12 02:35:48 EDT
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.
Comment 1 Guy Gurfinkel CLA 2006-10-17 14:35:43 EDT

*** This bug has been marked as a duplicate of 138991 ***
Comment 2 Igor Leznik CLA 2006-10-19 07:05:31 EDT
Closed as duplicate of #138991