Home
last modified time | relevance | path

Searched refs:is_temp (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_object_handlers.h95 typedef HashTable *(*zend_object_get_debug_info_t)(zval *object, int *is_temp);
210 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp);
H A Dzend_object_handlers.c145 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_std_get_debug_info() argument
152 *is_temp = 0; in zend_std_get_debug_info()
159 *is_temp = 1; in zend_std_get_debug_info()
162 *is_temp = 1; in zend_std_get_debug_info()
166 *is_temp = 0; in zend_std_get_debug_info()
171 *is_temp = 1; in zend_std_get_debug_info()
1883 int is_temp; in zend_std_get_properties_for() local
1884 ht = Z_OBJ_HT_P(obj)->get_debug_info(obj, &is_temp); in zend_std_get_properties_for()
1885 if (ht && !is_temp && !(GC_FLAGS(ht) & GC_IMMUTABLE)) { in zend_std_get_properties_for()
H A Dzend_closures.c530 static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_closure_get_debug_info() argument
538 *is_temp = 1; in zend_closure_get_debug_info()
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp139 static HashTable *BreakIterator_get_debug_info(zval *object, int *is_temp) in BreakIterator_get_debug_info() argument
146 *is_temp = 1; in BreakIterator_get_debug_info()
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.cpp150 static HashTable *Calendar_get_debug_info(zval *object, int *is_temp) in Calendar_get_debug_info() argument
158 *is_temp = 1; in Calendar_get_debug_info()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp290 static HashTable *TimeZone_get_debug_info(zval *object, int *is_temp) in TimeZone_get_debug_info() argument
300 *is_temp = 1; in TimeZone_get_debug_info()
/PHP-7.4/
H A DUPGRADING.INTERNALS104 int is_temp;
105 HashTable *ht = Z_OBJDEBUG_P(obj, is_temp);
107 if (is_temp) {
/PHP-7.4/ext/dom/
H A Dphp_dom.c413 static HashTable* dom_get_debug_info_helper(zval *object, int *is_temp) /* {{{ */ in dom_get_debug_info_helper() argument
423 *is_temp = 1; in dom_get_debug_info_helper()
456 static HashTable* dom_get_debug_info(zval *object, int *is_temp) /* {{{ */ in dom_get_debug_info() argument
458 return dom_get_debug_info_helper(object, is_temp); in dom_get_debug_info()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c431 HashTable *mysqli_object_get_debug_info(zval *object, int *is_temp) in mysqli_object_get_debug_info() argument
450 *is_temp = 1; in mysqli_object_get_debug_info()
/PHP-7.4/ext/ffi/
H A Dffi.c1935 static HashTable *zend_ffi_cdata_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_ffi_cdata_get_debug_info() argument
1971 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
1979 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
1985 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
1991 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
2009 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
2018 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
2023 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
2166 static HashTable *zend_ffi_ctype_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_ffi_ctype_get_debug_info() argument
4858 static HashTable *zend_ffi_free_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_ffi_free_get_debug_info() argument
/PHP-7.4/ext/gmp/
H A Dgmp.c441 static HashTable *gmp_get_debug_info(zval *obj, int *is_temp) /* {{{ */ in gmp_get_debug_info() argument
447 *is_temp = 1; in gmp_get_debug_info()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1268 static HashTable * sxe_get_debug_info(zval *object, int *is_temp) /* {{{ */ in sxe_get_debug_info() argument
1270 *is_temp = 1; in sxe_get_debug_info()
/PHP-7.4/ext/date/
H A Dphp_date.c672 static HashTable *date_object_get_debug_info_timezone(zval *object, int *is_temp);
2477 static HashTable *date_object_get_debug_info_timezone(zval *object, int *is_temp) /* {{{ */ in date_object_get_debug_info_timezone() argument
2486 *is_temp = 1; in date_object_get_debug_info_timezone()

Completed in 96 milliseconds