Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dstorage.c101 zval* cached_zval = CACHED_PTR_TO_ZVAL_PTR((CACHED_VALUE*)memory); in native_slot_set() local
102 if (EXPECTED(cached_zval != NULL)) { in native_slot_set()
106 zend_assign_to_variable(cached_zval, value, IS_CV); in native_slot_set()