Searched refs:IS_PTR (Results 1 – 10 of 10) sorted by relevance
23 #define DOM_Z_IS_OWNED(z) (Z_TYPE_P(z) == IS_PTR)
170 #define IS_PTR 13189 ``IS_PTR`` is used for pointers to arbitrary data. Most commonly, this type is used internally for195 Otherwise, it is essentially the same as ``IS_PTR``. Arbitrary data is accessed through
817 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()
624 #define IS_PTR 13 macro1243 Z_TYPE_INFO_P(z) = IS_PTR; \1248 Z_TYPE_INFO_P(z) = IS_PTR; \1253 Z_TYPE_INFO_P(z) = IS_PTR; \
824 } 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()
263 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()
467 if (!tmp || (Z_TYPE_P(tmp) != IS_PTR)) { in php_password_algo_find()
633 if (UNEXPECTED(Z_TYPE_P(val) == IS_PTR)) { in php_var_export_ex()
157 ZEND_ASSERT(Z_TYPE_P(entry_zv) == IS_PTR); in spl_object_storage_attach_handle()
588 if (Z_TYPE_P(struc) == IS_PTR) { in php_session_normalize_vars()
Completed in 51 milliseconds