Home
last modified time | relevance | path

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

/php-src/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp137 static HashTable *BreakIterator_get_debug_info(zend_object *object, int *is_temp) in BreakIterator_get_debug_info() argument
144 *is_temp = 1; in BreakIterator_get_debug_info()
/php-src/ext/intl/calendar/
H A Dcalendar_class.cpp147 static HashTable *Calendar_get_debug_info(zend_object *object, int *is_temp) in Calendar_get_debug_info() argument
155 *is_temp = 1; in Calendar_get_debug_info()
/php-src/ext/intl/timezone/
H A Dtimezone_class.cpp292 static HashTable *TimeZone_get_debug_info(zend_object *object, int *is_temp) in TimeZone_get_debug_info() argument
302 *is_temp = 1; in TimeZone_get_debug_info()
/php-src/Zend/
H A Dzend_object_handlers.h86 typedef HashTable *(*zend_object_get_debug_info_t)(zend_object *object, int *is_temp);
213 ZEND_API HashTable *zend_std_get_debug_info(zend_object *object, int *is_temp);
H A Dzend_object_handlers.c155 ZEND_API HashTable *zend_std_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in zend_std_get_debug_info() argument
162 *is_temp = 0; in zend_std_get_debug_info()
169 *is_temp = 1; in zend_std_get_debug_info()
172 *is_temp = 1; in zend_std_get_debug_info()
176 *is_temp = 0; in zend_std_get_debug_info()
181 *is_temp = 1; in zend_std_get_debug_info()
1974 int is_temp; in zend_std_get_properties_for() local
1975 ht = obj->handlers->get_debug_info(obj, &is_temp); in zend_std_get_properties_for()
1976 if (ht && !is_temp) { in zend_std_get_properties_for()
H A Dzend_weakrefs.c274 static HashTable *zend_weakref_get_debug_info(zend_object *object, int *is_temp) in zend_weakref_get_debug_info() argument
276 *is_temp = 1; in zend_weakref_get_debug_info()
H A Dzend_closures.c580 static HashTable *zend_closure_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in zend_closure_get_debug_info() argument
588 *is_temp = 1; in zend_closure_get_debug_info()
/php-src/ext/mysqli/
H A Dmysqli.c344 HashTable *mysqli_object_get_debug_info(zend_object *object, int *is_temp) in mysqli_object_get_debug_info() argument
362 *is_temp = 1; in mysqli_object_get_debug_info()
/php-src/ext/dom/
H A Dphp_dom.c437 static HashTable* dom_get_debug_info_helper(zend_object *object, int *is_temp) /* {{{ */ in dom_get_debug_info_helper() argument
447 *is_temp = 1; in dom_get_debug_info_helper()
482 static HashTable* dom_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in dom_get_debug_info() argument
484 return dom_get_debug_info_helper(object, is_temp); in dom_get_debug_info()
/php-src/ext/ffi/
H A Dffi.c2032 static HashTable *zend_ffi_cdata_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in zend_ffi_cdata_get_debug_info() argument
2070 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
2078 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
2084 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
2090 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
2108 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
2117 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
2122 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
2275 static HashTable *zend_ffi_ctype_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in zend_ffi_ctype_get_debug_info() argument
5238 static HashTable *zend_ffi_free_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in zend_ffi_free_get_debug_info() argument
/php-src/ext/gmp/
H A Dgmp.c308 static HashTable *gmp_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in gmp_get_debug_info() argument
314 *is_temp = 1; in gmp_get_debug_info()
/php-src/ext/simplexml/
H A Dsimplexml.c1184 static HashTable * sxe_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in sxe_get_debug_info() argument
1186 *is_temp = 1; in sxe_get_debug_info()
/php-src/ext/date/
H A Dphp_date.c357 static HashTable *date_object_get_debug_info_timezone(zend_object *object, int *is_temp);
2134 static HashTable *date_object_get_debug_info_timezone(zend_object *object, int *is_temp) /* {{{ */ in date_object_get_debug_info_timezone() argument
2143 *is_temp = 1; in date_object_get_debug_info_timezone()

Completed in 80 milliseconds