Home
last modified time | relevance | path

Searched refs:EX_RUN_TIME_CACHE (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_execute.h340 ((void**)((char*)EX_RUN_TIME_CACHE() + (num)))
343 ((void**)((char*)EX_RUN_TIME_CACHE() + (num)))[0]
346 ((void**)((char*)EX_RUN_TIME_CACHE() + (num)))[0] = (ptr); \
350 (EXPECTED(((void**)((char*)EX_RUN_TIME_CACHE() + (num)))[0] == (void*)(ce)) ? \
351 ((void**)((char*)EX_RUN_TIME_CACHE() + (num)))[1] : \
355 void **slot = (void**)((char*)EX_RUN_TIME_CACHE() + (num)); \
H A Dzend_compile.h683 # define EX_RUN_TIME_CACHE() \ macro
692 # define EX_RUN_TIME_CACHE() \ macro

Completed in 10 milliseconds