Searched refs:Z_CACHE_SLOT_P (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_vm_execute.h | 2094 CACHE_PTR(Z_CACHE_SLOT_P(class_name), ce); 2126 fbc = CACHED_PTR(Z_CACHE_SLOT_P(function_name)); 2138 CACHE_PTR(Z_CACHE_SLOT_P(function_name), fbc); 2249 fbc = CACHED_PTR(Z_CACHE_SLOT_P(fname)); 2258 CACHE_PTR(Z_CACHE_SLOT_P(fname), fbc); 2393 CACHE_PTR(Z_CACHE_SLOT_P(class_name), ce); 2435 CACHE_PTR(Z_CACHE_SLOT_P(class_name), ce); 2533 CACHE_PTR(Z_CACHE_SLOT_P(class_name), ce); 5543 CACHE_PTR(Z_CACHE_SLOT_P(function_name), fbc); 7553 CACHE_PTR(Z_CACHE_SLOT_P(function_name), fbc); [all …]
|
H A D | zend_vm_def.h | 1717 CACHE_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)), ce); 3093 CACHE_PTR(Z_CACHE_SLOT_P(class_name), ce); 3266 CACHE_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce); 3328 CACHE_PTR(Z_CACHE_SLOT_P(function_name), fbc); 3409 fbc = CACHED_PTR(Z_CACHE_SLOT_P(function_name)); 3421 CACHE_PTR(Z_CACHE_SLOT_P(function_name), fbc); 3587 CACHE_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)), fbc); 3610 fbc = CACHED_PTR(Z_CACHE_SLOT_P(fname)); 3619 CACHE_PTR(Z_CACHE_SLOT_P(fname), fbc); 5138 CACHE_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)), c); [all …]
|
H A D | zend_types.h | 357 #define Z_CACHE_SLOT_P(zval_p) Z_CACHE_SLOT(*(zval_p)) macro
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 766 if (!(ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(cur->op1))))) { in phpdbg_check_caught_ex() 768 CACHE_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(cur->op1)), ce); in phpdbg_check_caught_ex()
|
Completed in 205 milliseconds