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 b82242a commit c4a749cCopy full SHA for c4a749c
Zend/Optimizer/sccp.c
@@ -17,15 +17,15 @@
17
+----------------------------------------------------------------------+
18
*/
19
20
-#include "php.h"
+#include "zend_API.h"
21
+#include "zend_exceptions.h"
22
+#include "zend_ini.h"
23
#include "zend_type_info.h"
24
#include "Optimizer/zend_optimizer_internal.h"
25
#include "Optimizer/zend_call_graph.h"
26
#include "Optimizer/zend_inference.h"
27
#include "Optimizer/scdf.h"
28
#include "Optimizer/zend_dump.h"
-#include "ext/standard/php_string.h"
-#include "zend_exceptions.h"
29
30
/* This implements sparse conditional constant propagation (SCCP) based on the SCDF framework. The
31
* used value lattice is defined as follows:
0 commit comments