Searched defs:is_temp (Results 1 – 18 of 18) sorted by relevance
/PHP-7.1/ext/intl/breakiterator/ |
H A D | breakiterator_class.cpp | 138 static HashTable *BreakIterator_get_debug_info(zval *object, int *is_temp) in BreakIterator_get_debug_info()
|
/PHP-7.1/ext/intl/calendar/ |
H A D | calendar_class.cpp | 147 static HashTable *Calendar_get_debug_info(zval *object, int *is_temp) in Calendar_get_debug_info()
|
/PHP-7.1/ext/spl/ |
H A D | spl_heap.c | 480 …e* spl_heap_object_get_debug_info_helper(zend_class_entry *ce, zval *obj, int *is_temp) { /* {{{ */ in spl_heap_object_get_debug_info_helper() 534 static HashTable* spl_heap_object_get_debug_info(zval *obj, int *is_temp) /* {{{ */ in spl_heap_object_get_debug_info() 540 static HashTable* spl_pqueue_object_get_debug_info(zval *obj, int *is_temp) /* {{{ */ in spl_pqueue_object_get_debug_info()
|
H A D | spl_observer.c | 284 static HashTable* spl_object_storage_debug_info(zval *obj, int *is_temp) /* {{{ */ in spl_object_storage_debug_info()
|
H A D | spl_dllist.c | 495 static HashTable* spl_dllist_object_get_debug_info(zval *obj, int *is_temp) /* {{{{ */ in spl_dllist_object_get_debug_info()
|
H A D | spl_array.c | 830 static HashTable* spl_array_get_debug_info(zval *obj, int *is_temp) /* {{{ */ in spl_array_get_debug_info()
|
H A D | spl_directory.c | 578 static HashTable *spl_filesystem_object_get_debug_info(zval *object, int *is_temp) /* {{{ */ in spl_filesystem_object_get_debug_info()
|
/PHP-7.1/ext/intl/timezone/ |
H A D | timezone_class.cpp | 286 static HashTable *TimeZone_get_debug_info(zval *object, int *is_temp) in TimeZone_get_debug_info()
|
/PHP-7.1/ext/standard/ |
H A D | var.c | 87 int is_temp; in php_var_dump() local 257 int is_temp = 0; in php_debug_zval_dump() local
|
/PHP-7.1/ext/dom/ |
H A D | php_dom.c | 414 static HashTable* dom_get_debug_info_helper(zval *object, int *is_temp) /* {{{ */ in dom_get_debug_info_helper() 457 static HashTable* dom_get_debug_info(zval *object, int *is_temp) /* {{{ */ in dom_get_debug_info()
|
/PHP-7.1/Zend/ |
H A D | zend_closures.c | 491 static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_closure_get_debug_info()
|
H A D | zend_object_handlers.c | 151 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_std_get_debug_info()
|
H A D | zend.c | 333 int is_temp; in zend_print_zval_r_to_buf() local
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 663 int is_temp; in phpdbg_xml_var_dump() local
|
/PHP-7.1/ext/mysqli/ |
H A D | mysqli.c | 421 HashTable *mysqli_object_get_debug_info(zval *object, int *is_temp) in mysqli_object_get_debug_info()
|
/PHP-7.1/ext/simplexml/ |
H A D | simplexml.c | 1277 static HashTable * sxe_get_debug_info(zval *object, int *is_temp) /* {{{ */ in sxe_get_debug_info()
|
/PHP-7.1/ext/gmp/ |
H A D | gmp.c | 432 static HashTable *gmp_get_debug_info(zval *obj, int *is_temp) /* {{{ */ in gmp_get_debug_info()
|
/PHP-7.1/ext/date/ |
H A D | php_date.c | 2382 static HashTable *date_object_get_debug_info_timezone(zval *object, int *is_temp) /* {{{ */ in date_object_get_debug_info_timezone()
|
Completed in 89 milliseconds