Home
last modified time | relevance | path

Searched refs:is_temp (Results 1 – 16 of 16) sorted by path

/php-src/Zend/
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()
H A Dzend_lazy_objects.c682 HashTable *zend_lazy_object_debug_info(zend_object *object, int *is_temp) in zend_lazy_object_debug_info() argument
693 *is_temp = 1; in zend_lazy_object_debug_info()
698 *is_temp = 0; in zend_lazy_object_debug_info()
H A Dzend_lazy_objects.h75 HashTable *zend_lazy_object_debug_info(zend_object *object, int *is_temp);
H A Dzend_object_handlers.c183 ZEND_API HashTable *zend_std_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in zend_std_get_debug_info() argument
191 return zend_lazy_object_debug_info(object, is_temp); in zend_std_get_debug_info()
194 *is_temp = 0; in zend_std_get_debug_info()
201 *is_temp = 1; in zend_std_get_debug_info()
204 *is_temp = 1; in zend_std_get_debug_info()
208 *is_temp = 0; in zend_std_get_debug_info()
213 *is_temp = 1; in zend_std_get_debug_info()
2373 int is_temp; in zend_std_get_properties_for() local
2374 ht = obj->handlers->get_debug_info(obj, &is_temp); in zend_std_get_properties_for()
2375 if (ht && !is_temp) { in zend_std_get_properties_for()
H A Dzend_object_handlers.h128 typedef HashTable *(*zend_object_get_debug_info_t)(zend_object *object, int *is_temp);
258 ZEND_API HashTable *zend_std_get_debug_info(zend_object *object, int *is_temp);
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()
/php-src/ext/date/
H A Dphp_date.c356 static HashTable *date_object_get_debug_info_timezone(zend_object *object, int *is_temp);
2138 static HashTable *date_object_get_debug_info_timezone(zend_object *object, int *is_temp) /* {{{ */ in date_object_get_debug_info_timezone() argument
2147 *is_temp = 1; in date_object_get_debug_info_timezone()
/php-src/ext/dom/
H A Dphp_dom.c490 static HashTable* dom_get_debug_info_helper(zend_object *object, int *is_temp) /* {{{ */ in dom_get_debug_info_helper() argument
500 *is_temp = 1; in dom_get_debug_info_helper()
539 static HashTable* dom_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in dom_get_debug_info() argument
541 return dom_get_debug_info_helper(object, is_temp); in dom_get_debug_info()
/php-src/ext/ffi/
H A Dffi.c2033 static HashTable *zend_ffi_cdata_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in zend_ffi_cdata_get_debug_info() argument
2071 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
2079 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
2085 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
2091 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
2109 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
2118 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
2123 *is_temp = 1; in zend_ffi_cdata_get_debug_info()
2276 static HashTable *zend_ffi_ctype_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in zend_ffi_ctype_get_debug_info() argument
5243 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.c312 static HashTable *gmp_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in gmp_get_debug_info() argument
318 *is_temp = 1; in gmp_get_debug_info()
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp122 static HashTable *BreakIterator_get_debug_info(zend_object *object, int *is_temp) in BreakIterator_get_debug_info() argument
129 *is_temp = 1; in BreakIterator_get_debug_info()
/php-src/ext/intl/calendar/
H A Dcalendar_class.cpp133 static HashTable *Calendar_get_debug_info(zend_object *object, int *is_temp) in Calendar_get_debug_info() argument
141 *is_temp = 1; in Calendar_get_debug_info()
/php-src/ext/intl/timezone/
H A Dtimezone_class.cpp278 static HashTable *TimeZone_get_debug_info(zend_object *object, int *is_temp) in TimeZone_get_debug_info() argument
288 *is_temp = 1; in TimeZone_get_debug_info()
/php-src/ext/mysqli/
H A Dmysqli.c343 HashTable *mysqli_object_get_debug_info(zend_object *object, int *is_temp) in mysqli_object_get_debug_info() argument
361 *is_temp = 1; in mysqli_object_get_debug_info()
/php-src/ext/simplexml/
H A Dsimplexml.c1193 static HashTable * sxe_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in sxe_get_debug_info() argument
1195 *is_temp = 1; in sxe_get_debug_info()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c178 static HashTable* xmlreader_get_debug_info(zend_object *object, int *is_temp) in xmlreader_get_debug_info() argument
180 *is_temp = 1; in xmlreader_get_debug_info()

Completed in 106 milliseconds