------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=136570 Summary: The PHP syntax highlighting rules should be updated for some new keywords from PHP 5.x Product: kate Version: unspecified Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: syntax AssignedTo: kwrite-devel kde org ReportedBy: mathieu.bonnet riverside-idealism org Version: (using KDE KDE 3.5.2) Installed from: Gentoo Packages The following special method names should be added to the list of keywords, near "__construct" and similar keywords: __isset __unset __toString __sleep __wakeup __set_state __clone (from the first paragraph of http://www.php.net/manual/en/language.oop5.magic.php) I guess other things are missing, like new function names, or default constants. They can be listed with get_defined_functions() and get_defined_constants() (with PHP compiled with every modules)... or maybe there is a complete official list elsewhere? (http://www.php.net/manual/en/reserved.constants.php does not list constants from modules, for example). _______________________________________________ KWrite-Devel mailing list KWrite-Devel@kde.org https://mail.kde.org/mailman/listinfo/kwrite-devel