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 0eea5d3 commit 2039a21Copy full SHA for 2039a21
Zend/zend_compile.h
@@ -523,7 +523,7 @@ struct _zend_op_array {
523
const zend_property_info *prop_info; /* The corresponding prop_info if this is a hook. */
524
/* END of common elements */
525
526
- int cache_size; /* number of run_time_cache_slots * sizeof(void*) */
+ uint32_t cache_size; /* number of run_time_cache_slots * sizeof(void*) */
527
int last_var; /* number of CV variables */
528
uint32_t last; /* number of opcodes */
529
0 commit comments