--- a/trunk/php-mode-src/php-mode.el
+++ b/trunk/php-mode-src/php-mode.el
@@ -209,7 +209,7 @@
php-mode-version-number php-mode-modified))
(defconst php-beginning-of-defun-regexp
- "^\\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 *("
"Regular expression for a PHP function.")
(defun php-beginning-of-defun (&optional arg)
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.