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 2aba4f8 commit a8b6aeaCopy full SHA for a8b6aea
Zend/Optimizer/optimize_func_calls.c
@@ -28,13 +28,6 @@
28
#include "zend_execute.h"
29
#include "zend_vm.h"
30
31
-#define ZEND_OP1_IS_CONST_STRING(opline) \
32
- (opline->op1_type == IS_CONST && \
33
- Z_TYPE(op_array->literals[(opline)->op1.constant]) == IS_STRING)
34
-#define ZEND_OP2_IS_CONST_STRING(opline) \
35
- (opline->op2_type == IS_CONST && \
36
- Z_TYPE(op_array->literals[(opline)->op2.constant]) == IS_STRING)
37
-
38
typedef struct _optimizer_call_info {
39
zend_function *func;
40
zend_op *opline;
0 commit comments