X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/ColorSettingPreviewCode.txt b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/ColorSettingPreviewCode.txt new file mode 100644 index 0000000..c89390a --- /dev/null +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/ColorSettingPreviewCode.txt @@ -0,0 +1,19 @@ +ClassName. + * + * @author author + */ +class ClassName extends SuperClass { + /* This comment may span multiple lines. */ + private $integer = 0; + // This comment may span only this line + private $string = "zero"; + + public function info() { + # call a predefined php function + phpinfo(); + return "test"; + } +} +?> \ No newline at end of file