Searched refs:is_temp (Results 1 – 12 of 12) sorted by relevance
/PHP-8.0/ext/intl/breakiterator/ |
H A D | breakiterator_class.cpp | 137 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-8.0/ext/intl/calendar/ |
H A D | calendar_class.cpp | 147 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-8.0/Zend/ |
H A D | zend_object_handlers.h | 92 typedef HashTable *(*zend_object_get_debug_info_t)(zend_object *object, int *is_temp); 199 ZEND_API HashTable *zend_std_get_debug_info(zend_object *object, int *is_temp);
|
H A D | zend_object_handlers.c | 141 ZEND_API HashTable *zend_std_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in zend_std_get_debug_info() argument 148 *is_temp = 0; in zend_std_get_debug_info() 155 *is_temp = 1; in zend_std_get_debug_info() 158 *is_temp = 1; in zend_std_get_debug_info() 162 *is_temp = 0; in zend_std_get_debug_info() 167 *is_temp = 1; in zend_std_get_debug_info() 1786 int is_temp; in zend_std_get_properties_for() local 1787 ht = obj->handlers->get_debug_info(obj, &is_temp); in zend_std_get_properties_for() 1788 if (ht && !is_temp) { in zend_std_get_properties_for()
|
H A D | zend_closures.c | 543 static HashTable *zend_closure_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in zend_closure_get_debug_info() argument 551 *is_temp = 1; in zend_closure_get_debug_info()
|
/PHP-8.0/ext/intl/timezone/ |
H A D | timezone_class.cpp | 292 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-8.0/ext/dom/ |
H A D | php_dom.c | 390 static HashTable* dom_get_debug_info_helper(zend_object *object, int *is_temp) /* {{{ */ in dom_get_debug_info_helper() argument 400 *is_temp = 1; in dom_get_debug_info_helper() 433 static HashTable* dom_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in dom_get_debug_info() argument 435 return dom_get_debug_info_helper(object, is_temp); in dom_get_debug_info()
|
/PHP-8.0/ext/mysqli/ |
H A D | mysqli.c | 398 HashTable *mysqli_object_get_debug_info(zend_object *object, int *is_temp) in mysqli_object_get_debug_info() argument 416 *is_temp = 1; in mysqli_object_get_debug_info()
|
/PHP-8.0/ext/ffi/ |
H A D | ffi.c | 1962 static HashTable *zend_ffi_cdata_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in zend_ffi_cdata_get_debug_info() argument 1998 *is_temp = 1; in zend_ffi_cdata_get_debug_info() 2006 *is_temp = 1; in zend_ffi_cdata_get_debug_info() 2012 *is_temp = 1; in zend_ffi_cdata_get_debug_info() 2018 *is_temp = 1; in zend_ffi_cdata_get_debug_info() 2036 *is_temp = 1; in zend_ffi_cdata_get_debug_info() 2045 *is_temp = 1; in zend_ffi_cdata_get_debug_info() 2050 *is_temp = 1; in zend_ffi_cdata_get_debug_info() 2199 static HashTable *zend_ffi_ctype_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in zend_ffi_ctype_get_debug_info() argument 4791 static HashTable *zend_ffi_free_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in zend_ffi_free_get_debug_info() argument
|
/PHP-8.0/ext/gmp/ |
H A D | gmp.c | 303 static HashTable *gmp_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in gmp_get_debug_info() argument 309 *is_temp = 1; in gmp_get_debug_info()
|
/PHP-8.0/ext/simplexml/ |
H A D | simplexml.c | 1229 static HashTable * sxe_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in sxe_get_debug_info() argument 1231 *is_temp = 1; in sxe_get_debug_info()
|
/PHP-8.0/ext/date/ |
H A D | php_date.c | 178 static HashTable *date_object_get_debug_info_timezone(zend_object *object, int *is_temp); 2020 static HashTable *date_object_get_debug_info_timezone(zend_object *object, int *is_temp) /* {{{ */ in date_object_get_debug_info_timezone() argument 2029 *is_temp = 1; in date_object_get_debug_info_timezone()
|
Completed in 111 milliseconds