We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88316f7 commit 489dcb9Copy full SHA for 489dcb9
php.el
@@ -160,7 +160,7 @@ it is the character that will terminate the string, or t if the string should be
160
(symbol-value 'poly-php-html-mode)))
161
162
(defconst php-beginning-of-defun-regexp
163
- "^\\s-*\\(?:\\(?:abstract\\|final\\|private\\|protected\\|public\\|static\\)\\s-+\\)*function\\s-+&?\\(\\(?:\\sw\\|\\s_\\)+\\)\\s-*("
+ "^\\s-*\\(?:\\(?:abstract\\|final\\|private\\|protected\\|public\\|static\\)\\s-+\\)*function\\s-+&?\\(\\(\\sw\\|\\s_\\)+\\)\\s-*("
164
"Regular expression for a PHP function.")
165
166
(eval-when-compile
0 commit comments