Home
last modified time | relevance | path

Searched refs:cache_slot (Results 26 – 31 of 31) sorted by relevance

12

/php-src/Zend/
H A Dzend_types.h350 uint32_t cache_slot; /* cache slot (for RECV_INIT) */ member
672 #define Z_CACHE_SLOT(zval) (zval).u2.cache_slot
H A Dzend_execute_API.c889 void *cache_slot[2] = {NULL, NULL}; in zend_call_function() local
891 target = zend_handle_named_arg(&call, name, &arg_num, cache_slot); in zend_call_function()
H A Dzend_compile.c3567 uint32_t offset, cache_slot; in zend_compile_compound_assign() local
3588 cache_slot = opline->extended_value; in zend_compile_compound_assign()
3595 opline->extended_value = cache_slot; in zend_compile_compound_assign()
3617 cache_slot = opline->extended_value; in zend_compile_compound_assign()
3624 opline->extended_value = cache_slot; in zend_compile_compound_assign()
/php-src/ext/standard/
H A Darray.c4585 …ch_prop(zval *data, zend_string *name_str, zend_long name_long, void **cache_slot, zval *rv) /* {{… argument
4600 if (Z_OBJ_HANDLER_P(data, has_property)(Z_OBJ_P(data), tmp_str, ZEND_PROPERTY_EXISTS, cache_slot)
4601 … || Z_OBJ_HANDLER_P(data, has_property)(Z_OBJ_P(data), tmp_str, ZEND_PROPERTY_ISSET, cache_slot)) {
4602 prop = Z_OBJ_HANDLER_P(data, read_property)(Z_OBJ_P(data), tmp_str, BP_VAR_R, cache_slot, rv);
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c7531 uint32_t cache_slot = JIT_G(bad_root_slot); in zend_jit_trace_is_bad_root() local
7552 i = cache_slot; in zend_jit_trace_is_bad_root()
7556 cache_slot = (i + 1) % ZEND_JIT_TRACE_BAD_ROOT_SLOTS; in zend_jit_trace_is_bad_root()
7557 JIT_G(bad_root_slot) = cache_slot; in zend_jit_trace_is_bad_root()
/php-src/ext/reflection/
H A Dphp_reflection.c7240 …*_reflection_write_property(zend_object *object, zend_string *name, zval *value, void **cache_slot) in _reflection_write_property() argument
7251 return zend_std_write_property(object, name, value, cache_slot); in _reflection_write_property()

Completed in 91 milliseconds

12