Home
last modified time | relevance | path

Searched refs:GC_TRY_ADDREF (Results 1 – 4 of 4) sorted by relevance

/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst118 - - ``GC_TRY_ADDREF[_P]``
167 Some macros like ``GC_TRY_ADDREF`` will guard against immutable values. You should not use immutable
/php-src/Zend/
H A Dzend_object_handlers.c1977 GC_TRY_ADDREF(ht); in zend_std_get_properties_for()
1988 GC_TRY_ADDREF(ht); in zend_std_get_properties_for()
H A Dzend_types.h711 #define GC_TRY_ADDREF(p) zend_gc_try_addref(&(p)->gc) macro
/php-src/ext/pcre/
H A Dphp_pcre.c2461 GC_TRY_ADDREF(subject_ht); in PHP_FUNCTION()
2463 GC_TRY_ADDREF(subject_str); in PHP_FUNCTION()

Completed in 30 milliseconds