Add PHP tests and fix bug in PHP builtin driver

This commit is contained in:
Russell Belfer 2014-01-27 14:57:03 -08:00
parent 082e82dba5
commit daebb59869
14 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ PATTERNS("csharp",
"|[-+*/<>%&^|=!]=|--|\\+\\+|<<=?|>>=?|&&|\\|\\||::|->"),
PATTERNS("php",
"^[ \t]*((public|private|protected|static|final)[ \t]+)*((class|function)[ \t].*)$",
"^[ \t]*(((public|private|protected|static|final)[ \t]+)*((class|function)[ \t].*))$",
/* -- */
"[a-zA-Z_][a-zA-Z0-9_]*"
"|[-+0-9.e]+[fFlL]?|0[xX]?[0-9a-fA-F]+[lL]?"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.