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 72b9b8f commit 57e7c7bCopy full SHA for 57e7c7b
Zend/zend_compile.h
@@ -80,7 +80,7 @@ typedef union _znode_op {
80
zend_op *jmp_addr;
81
zval *zv;
82
zend_literal *literal;
83
- void *ptr; /* Used for passing pointers from the compile to execution phase, currently used for traits */
+ void *ptr; /* Used for passing pointers from the compile to execution phase, currently used for traits */
84
} znode_op;
85
86
typedef struct _znode { /* used only during compilation */
0 commit comments