Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_types.h333 } zend_value; typedef
336 zend_value value; /* value */
H A Dzend_execute.c2333 static zend_never_inline uint8_t slow_index_convert(HashTable *ht, const zval *dim, zend_value *val… in slow_index_convert()
2401 static zend_never_inline uint8_t slow_index_convert_w(HashTable *ht, const zval *dim, zend_value *v… in slow_index_convert_w()
2535 zend_value val; in zend_fetch_dimension_address_inner()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_watch.c146 return memcmp(oldPtr, newPtr, sizeof(zend_value) + sizeof(uint32_t) /* value + typeinfo */) != 0; in phpdbg_check_watch_diff()

Completed in 32 milliseconds