Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dinternal_helpers.h23 #define DOM_Z_IS_OWNED(z) (Z_TYPE_P(z) == IS_PTR)
/php-src/docs/source/core/data-structures/
H A Dzval.rst170 #define IS_PTR 13
189 ``IS_PTR`` is used for pointers to arbitrary data. Most commonly, this type is used internally for
195 Otherwise, it is essentially the same as ``IS_PTR``. Arbitrary data is accessed through
/php-src/Zend/
H A Dzend_gc.c817 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_scan_black()
855 ZEND_ASSERT(Z_TYPE_P(zv+1) == IS_PTR); in gc_scan_black()
1018 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_mark_grey()
1044 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_mark_grey()
1264 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_scan()
1474 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_collect_white()
1495 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_collect_white()
1705 ZEND_ASSERT(Z_TYPE_P(zv) == IS_PTR); in gc_remove_nested_data_from_buffer()
H A Dzend_types.h624 #define IS_PTR 13 macro
1243 Z_TYPE_INFO_P(z) = IS_PTR; \
1248 Z_TYPE_INFO_P(z) = IS_PTR; \
1253 Z_TYPE_INFO_P(z) = IS_PTR; \
H A Dzend_builtin_functions.c824 } else if (Z_TYPE_P(value) == IS_PTR) { in ZEND_FUNCTION()
835 if (Z_TYPE_P(value) == IS_PTR) { in ZEND_FUNCTION()
1389 if (EXPECTED(Z_TYPE_P(zv) == IS_PTR)) { in get_declared_class_impl()
/php-src/ext/json/
H A Djson_encoder.c263 ZEND_ASSERT(Z_TYPE_P(data) != IS_PTR); in php_json_encode_array()
281 if (UNEXPECTED(Z_TYPE_P(data) == IS_PTR)) { in php_json_encode_array()
/php-src/ext/standard/
H A Dpassword.c467 if (!tmp || (Z_TYPE_P(tmp) != IS_PTR)) { in php_password_algo_find()
H A Dvar.c633 if (UNEXPECTED(Z_TYPE_P(val) == IS_PTR)) { in php_var_export_ex()
/php-src/ext/spl/
H A Dspl_observer.c157 ZEND_ASSERT(Z_TYPE_P(entry_zv) == IS_PTR); in spl_object_storage_attach_handle()
/php-src/ext/session/
H A Dsession.c588 if (Z_TYPE_P(struc) == IS_PTR) { in php_session_normalize_vars()

Completed in 51 milliseconds