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 f5c7019 commit 0d62c3fCopy full SHA for 0d62c3f
Zend/zend_compile.h
@@ -529,9 +529,9 @@ struct _zend_op_array {
529
const zend_property_info *prop_info; /* The corresponding prop_info if this is a hook. */
530
/* END of common elements */
531
532
- int cache_size; /* number of run_time_cache_slots * sizeof(void*) */
533
- int last_var; /* number of CV variables */
534
- uint32_t last; /* number of opcodes */
+ uint32_t cache_size; /* number of run_time_cache_slots * sizeof(void*) */
+ int last_var; /* number of CV variables */
+ uint32_t last; /* number of opcodes */
535
536
zend_op *opcodes;
537
ZEND_MAP_PTR_DEF(HashTable *, static_variables_ptr);
0 commit comments