Functions naming cleanup
All checks were successful
The build was successful.

This commit is contained in:
2018-08-13 20:16:37 +02:00
förälder 02fde9c30f
incheckning 7e3c79d3c5
6 ändrade filer med 17 tillägg och 18 borttagningar

Visa fil

@@ -643,7 +643,7 @@ static sxu32 KeywordCode(const char *z, int n) {
* Tokenize a raw PHP input.
* This is the public tokenizer called by most code generator routines.
*/
PH7_PRIVATE sxi32 PH7_TokenizePHP(const char *zInput, sxu32 nLen, sxu32 nLineStart, SySet *pOut) {
PH7_PRIVATE sxi32 PH7_TokenizeAerScript(const char *zInput, sxu32 nLen, sxu32 nLineStart, SySet *pOut) {
SyLex sLexer;
sxi32 rc;
/* Initialize the lexer */