Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dvar.c85 int is_temp; in php_var_dump() local
153 myht = Z_OBJDEBUG_P(struc, is_temp); in php_var_dump()
166 if (is_temp) { in php_var_dump()
257 int is_temp = 0; in php_debug_zval_dump() local
313 if (is_temp) { in php_debug_zval_dump()
323 myht = Z_OBJDEBUG_P(struc, is_temp); in php_debug_zval_dump()
339 if (is_temp) { in php_debug_zval_dump()
/PHP-7.3/Zend/
H A Dzend_object_handlers.h94 typedef HashTable *(*zend_object_get_debug_info_t)(zval *object, int *is_temp);
186 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp);
H A Dzend_object_handlers.c142 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_std_get_debug_info() argument
149 *is_temp = 0; in zend_std_get_debug_info()
158 *is_temp = 1; in zend_std_get_debug_info()
161 *is_temp = 1; in zend_std_get_debug_info()
165 *is_temp = 0; in zend_std_get_debug_info()
170 *is_temp = 1; in zend_std_get_debug_info()
H A Dzend_closures.c496 static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_closure_get_debug_info() argument
504 *is_temp = 1; in zend_closure_get_debug_info()
H A Dzend.c442 int is_temp; in zend_print_zval_r_to_buf() local
453 if ((properties = Z_OBJDEBUG_P(expr, is_temp)) == NULL) { in zend_print_zval_r_to_buf()
461 if (is_temp) { in zend_print_zval_r_to_buf()
/PHP-7.3/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp139 static HashTable *BreakIterator_get_debug_info(zval *object, int *is_temp) in BreakIterator_get_debug_info() argument
146 *is_temp = 1; in BreakIterator_get_debug_info()
/PHP-7.3/ext/spl/
H A Dspl_heap.c476 …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() argument
483 *is_temp = 1; in spl_heap_object_get_debug_info_helper()
529 static HashTable* spl_heap_object_get_debug_info(zval *obj, int *is_temp) /* {{{ */ in spl_heap_object_get_debug_info() argument
531 return spl_heap_object_get_debug_info_helper(spl_ce_SplHeap, obj, is_temp); in spl_heap_object_get_debug_info()
535 static HashTable* spl_pqueue_object_get_debug_info(zval *obj, int *is_temp) /* {{{ */ in spl_pqueue_object_get_debug_info() argument
537 return spl_heap_object_get_debug_info_helper(spl_ce_SplPriorityQueue, obj, is_temp); in spl_pqueue_object_get_debug_info()
H A Dspl_observer.c282 static HashTable* spl_object_storage_debug_info(zval *obj, int *is_temp) /* {{{ */ in spl_object_storage_debug_info() argument
292 *is_temp = 1; in spl_object_storage_debug_info()
H A Dspl_dllist.c495 static HashTable* spl_dllist_object_get_debug_info(zval *obj, int *is_temp) /* {{{{ */ in spl_dllist_object_get_debug_info() argument
503 *is_temp = 1; in spl_dllist_object_get_debug_info()
H A Dspl_array.c824 static HashTable* spl_array_get_debug_info(zval *obj, int *is_temp) /* {{{ */ in spl_array_get_debug_info() argument
836 *is_temp = 0; in spl_array_get_debug_info()
840 *is_temp = 1; in spl_array_get_debug_info()
H A Dspl_directory.c602 static HashTable *spl_filesystem_object_get_debug_info(zval *object, int *is_temp) /* {{{ */ in spl_filesystem_object_get_debug_info() argument
612 *is_temp = 1; in spl_filesystem_object_get_debug_info()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_utils.c663 int is_temp; in phpdbg_xml_var_dump() local
699 is_temp = 0; in phpdbg_xml_var_dump()
702 myht = Z_OBJDEBUG_P(zv, is_temp); in phpdbg_xml_var_dump()
720 if (is_temp) { in phpdbg_xml_var_dump()
/PHP-7.3/ext/intl/calendar/
H A Dcalendar_class.cpp150 static HashTable *Calendar_get_debug_info(zval *object, int *is_temp) in Calendar_get_debug_info() argument
158 *is_temp = 1; in Calendar_get_debug_info()
/PHP-7.3/ext/intl/timezone/
H A Dtimezone_class.cpp288 static HashTable *TimeZone_get_debug_info(zval *object, int *is_temp) in TimeZone_get_debug_info() argument
298 *is_temp = 1; in TimeZone_get_debug_info()
/PHP-7.3/ext/dom/
H A Dphp_dom.c411 static HashTable* dom_get_debug_info_helper(zval *object, int *is_temp) /* {{{ */ in dom_get_debug_info_helper() argument
421 *is_temp = 1; in dom_get_debug_info_helper()
454 static HashTable* dom_get_debug_info(zval *object, int *is_temp) /* {{{ */ in dom_get_debug_info() argument
456 return dom_get_debug_info_helper(object, is_temp); in dom_get_debug_info()
/PHP-7.3/ext/mysqli/
H A Dmysqli.c414 HashTable *mysqli_object_get_debug_info(zval *object, int *is_temp) in mysqli_object_get_debug_info() argument
432 *is_temp = 1; in mysqli_object_get_debug_info()
/PHP-7.3/ext/gmp/
H A Dgmp.c442 static HashTable *gmp_get_debug_info(zval *obj, int *is_temp) /* {{{ */ in gmp_get_debug_info() argument
448 *is_temp = 1; in gmp_get_debug_info()
/PHP-7.3/ext/simplexml/
H A Dsimplexml.c1249 static HashTable * sxe_get_debug_info(zval *object, int *is_temp) /* {{{ */ in sxe_get_debug_info() argument
1251 *is_temp = 1; in sxe_get_debug_info()
/PHP-7.3/ext/date/
H A Dphp_date.c694 static HashTable *date_object_get_debug_info_timezone(zval *object, int *is_temp);
2430 static HashTable *date_object_get_debug_info_timezone(zval *object, int *is_temp) /* {{{ */ in date_object_get_debug_info_timezone() argument
2439 *is_temp = 1; in date_object_get_debug_info_timezone()

Completed in 131 milliseconds