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