Searched defs:is_temp (Results 1 – 14 of 14) sorted by relevance
/php-src/ext/intl/breakiterator/ |
H A D | breakiterator_class.cpp | 122 static HashTable *BreakIterator_get_debug_info(zend_object *object, int *is_temp) in BreakIterator_get_debug_info()
|
/php-src/ext/intl/calendar/ |
H A D | calendar_class.cpp | 133 static HashTable *Calendar_get_debug_info(zend_object *object, int *is_temp) in Calendar_get_debug_info()
|
/php-src/ext/intl/timezone/ |
H A D | timezone_class.cpp | 278 static HashTable *TimeZone_get_debug_info(zend_object *object, int *is_temp) in TimeZone_get_debug_info()
|
/php-src/Zend/ |
H A D | zend_lazy_objects.c | 746 HashTable *zend_lazy_object_debug_info(zend_object *object, int *is_temp) in zend_lazy_object_debug_info()
|
H A D | zend_object_handlers.c | 184 ZEND_API HashTable *zend_std_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in zend_std_get_debug_info() 2387 int is_temp; in zend_std_get_properties_for() local
|
H A D | zend_closures.c | 580 static HashTable *zend_closure_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in zend_closure_get_debug_info()
|
H A D | zend_weakrefs.c | 281 static HashTable *zend_weakref_get_debug_info(zend_object *object, int *is_temp) in zend_weakref_get_debug_info()
|
/php-src/ext/mysqli/ |
H A D | mysqli.c | 343 HashTable *mysqli_object_get_debug_info(zend_object *object, int *is_temp) in mysqli_object_get_debug_info()
|
/php-src/ext/dom/ |
H A D | php_dom.c | 485 static HashTable* dom_get_debug_info_helper(zend_object *object, int *is_temp) /* {{{ */ in dom_get_debug_info_helper() 534 static HashTable* dom_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in dom_get_debug_info()
|
/php-src/ext/xmlreader/ |
H A D | php_xmlreader.c | 239 static HashTable* xmlreader_get_debug_info(zend_object *object, int *is_temp) in xmlreader_get_debug_info()
|
/php-src/ext/gmp/ |
H A D | gmp.c | 270 static HashTable *gmp_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in gmp_get_debug_info()
|
/php-src/ext/ffi/ |
H A D | ffi.c | 2034 static HashTable *zend_ffi_cdata_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in zend_ffi_cdata_get_debug_info() 2277 static HashTable *zend_ffi_ctype_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in zend_ffi_ctype_get_debug_info() 5280 static HashTable *zend_ffi_free_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in zend_ffi_free_get_debug_info()
|
/php-src/ext/simplexml/ |
H A D | simplexml.c | 1201 static HashTable * sxe_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in sxe_get_debug_info()
|
/php-src/ext/date/ |
H A D | php_date.c | 2101 static HashTable *date_object_get_debug_info_timezone(zend_object *object, int *is_temp) /* {{{ */ in date_object_get_debug_info_timezone()
|
Completed in 84 milliseconds