We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38fd6ec + b9ada72 commit f913c67Copy full SHA for f913c67
lisp/php.el
@@ -206,7 +206,8 @@ a completion list."
206
207
;;; PHP Keywords
208
(defconst php-magical-constants
209
- (list "__LINE__" "__FILE__" "__FUNCTION__" "__CLASS__" "__TRAIT__" "__METHOD__" "__NAMESPACE__")
+ '("__CLASS__" "__DIR__" "__FILE__" "__FUNCTION__" "__LINE__"
210
+ "__METHOD__" "__NAMESPACE__" "__TRAIT__")
211
"Magical keyword that is expanded at compile time.
212
213
These are different from \"constants\" in strict terms.
0 commit comments