Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_execute.c1060 # define HAVE_CACHE_SLOT (cache_slot != NULL) macro
1062 # define HAVE_CACHE_SLOT 1 macro
1065 #define PROGRESS_CACHE_SLOT() if (HAVE_CACHE_SLOT) {cache_slot++;}
1070 if (EXPECTED(HAVE_CACHE_SLOT && *cache_slot)) { in zend_fetch_ce_from_cache_slot()
1092 if (HAVE_CACHE_SLOT) { in zend_fetch_ce_from_cache_slot()
1117 if (HAVE_CACHE_SLOT) { in zend_check_intersection_type_from_cache_slot()

Completed in 28 milliseconds