Home
last modified time | relevance | path

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

/php-src/docs/source/core/data-structures/
H A Dzval.rst39 zend_value
63 } zend_value;
66 as its biggest member. For example, ``zend_value`` may store the ``lval`` member, or the ``dval``
70 The top members of ``zend_value`` mostly mirror the ``IS_*`` constants, with the exception of
73 ``zend_value`` because their types are self-contained.
89 zend_value value;
222 value, no matter what the actual underlying type is. ``zend_value`` always consists of 8 bytes due
H A Dreference-counting.rst36 don't fit in a single ``zend_value`` directly (strings, arrays). Simpler types either don't store a
38 ``zend_value`` (``int``, ``float``).
/php-src/Zend/
H A Dzend_types.h333 } zend_value; typedef
336 zend_value value; /* value */
H A Dzend_execute.c2335 static zend_never_inline uint8_t slow_index_convert(HashTable *ht, const zval *dim, zend_value *val… in slow_index_convert()
2403 static zend_never_inline uint8_t slow_index_convert_w(HashTable *ht, const zval *dim, zend_value *v… in slow_index_convert_w()
2537 zend_value val; in zend_fetch_dimension_address_inner()
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c147 return memcmp(oldPtr, newPtr, sizeof(zend_value) + sizeof(uint32_t) /* value + typeinfo */) != 0; in phpdbg_check_watch_diff()

Completed in 37 milliseconds