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 12ce17c commit 79354baCopy full SHA for 79354ba
Zend/zend_compile.h
@@ -433,7 +433,7 @@ struct _zend_execute_data {
433
(call)->This.u2.num_args
434
435
#define ZEND_CALL_FRAME_SLOT \
436
- ((ZEND_MM_ALIGNED_SIZE(sizeof(zend_execute_data)) + ZEND_MM_ALIGNED_SIZE(sizeof(zval)) - 1) / ZEND_MM_ALIGNED_SIZE(sizeof(zval)))
+ ((int)((ZEND_MM_ALIGNED_SIZE(sizeof(zend_execute_data)) + ZEND_MM_ALIGNED_SIZE(sizeof(zval)) - 1) / ZEND_MM_ALIGNED_SIZE(sizeof(zval))))
437
438
#define ZEND_CALL_VAR(call, n) \
439
((zval*)(((char*)(call)) + ((int)(n))))
0 commit comments