Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_execute.h328 ((void**)((char*)EX_RUN_TIME_CACHE() + (num)))
331 ((void**)((char*)EX_RUN_TIME_CACHE() + (num)))[0]
334 ((void**)((char*)EX_RUN_TIME_CACHE() + (num)))[0] = (ptr); \
338 (EXPECTED(((void**)((char*)EX_RUN_TIME_CACHE() + (num)))[0] == (void*)(ce)) ? \
339 ((void**)((char*)EX_RUN_TIME_CACHE() + (num)))[1] : \
343 void **slot = (void**)((char*)EX_RUN_TIME_CACHE() + (num)); \
H A Dzend_compile.h665 # define EX_RUN_TIME_CACHE() \ macro
674 # define EX_RUN_TIME_CACHE() \ macro

Completed in 12 milliseconds