Skip to content

Commit 3ff6e6e

Browse files
committed
Minor improvements
1 parent 79fa070 commit 3ff6e6e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

parser/parser.php5.inc.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#include <php.h>
2-
#include "string.h"
2+
#include <string.h>
3+
#include <Zend/zend_variables.h>
4+
35
#include "parser.php5.h"
46
#include "xx.h"
57
#include "scanner.h"
6-
#include "Zend/zend_variables.h"
78

89
#define SL(str) ZEND_STRL(str)
910

parser/parser.php7.inc.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <php.h>
2-
#include "string.h"
2+
#include <string.h>
3+
34
#include "parser.php7.h"
45
#include "xx.h"
56
#include "scanner.h"

0 commit comments

Comments
 (0)