Skip to content

Commit

Permalink
Added type cast
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Oct 17, 2018
1 parent c63fc5d commit 0276ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend_compile.h
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ struct _zend_execute_data {
ZEND_MAP_PTR_GET((op_array)->run_time_cache)

#define ZEND_OP_ARRAY_EXTENSION(op_array, handle) \
RUN_TIME_CACHE(op_array)[handle]
((void**)RUN_TIME_CACHE(op_array))[handle]

#if ZEND_EX_USE_RUN_TIME_CACHE

Expand Down

0 comments on commit 0276ea5

Please sign in to comment.