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 79fa070 commit 3ff6e6eCopy full SHA for 3ff6e6e
parser/parser.php5.inc.h
@@ -1,9 +1,10 @@
1
#include <php.h>
2
-#include "string.h"
+#include <string.h>
3
+#include <Zend/zend_variables.h>
4
+
5
#include "parser.php5.h"
6
#include "xx.h"
7
#include "scanner.h"
-#include "Zend/zend_variables.h"
8
9
#define SL(str) ZEND_STRL(str)
10
parser/parser.php7.inc.h
@@ -1,5 +1,6 @@
#include "parser.php7.h"
0 commit comments