Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dvar.c87 int is_temp; in php_var_dump() local
129 is_temp = 0; in php_var_dump()
137 if (is_temp) { in php_var_dump()
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
305 if (is_temp) { in php_debug_zval_dump()
315 myht = Z_OBJDEBUG_P(struc, is_temp); in php_debug_zval_dump()
332 if (is_temp) { in php_debug_zval_dump()
/PHP-7.1/Zend/
H A Dzend_object_handlers.h88 typedef HashTable *(*zend_object_get_debug_info_t)(zval *object, int *is_temp);
170 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp);
H A Dzend_object_handlers.c151 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_std_get_debug_info() argument
158 *is_temp = 0; in zend_std_get_debug_info()
167 *is_temp = 1; in zend_std_get_debug_info()
170 *is_temp = 1; in zend_std_get_debug_info()
174 *is_temp = 0; in zend_std_get_debug_info()
179 *is_temp = 1; in zend_std_get_debug_info()
H A Dzend_closures.c491 static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_closure_get_debug_info() argument
499 *is_temp = 1; in zend_closure_get_debug_info()
H A Dzend.c333 int is_temp; in zend_print_zval_r_to_buf() local
344 if ((properties = Z_OBJDEBUG_P(expr, is_temp)) == NULL) { in zend_print_zval_r_to_buf()
352 if (is_temp) { in zend_print_zval_r_to_buf()
/PHP-7.1/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp138 static HashTable *BreakIterator_get_debug_info(zval *object, int *is_temp) in BreakIterator_get_debug_info() argument
145 *is_temp = 1; in BreakIterator_get_debug_info()
/PHP-7.1/ext/spl/
H A Dspl_heap.c480 …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
487 *is_temp = 1; 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() argument
536 return spl_heap_object_get_debug_info_helper(spl_ce_SplHeap, obj, 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() argument
542 return spl_heap_object_get_debug_info_helper(spl_ce_SplPriorityQueue, obj, is_temp); in spl_pqueue_object_get_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_observer.c284 static HashTable* spl_object_storage_debug_info(zval *obj, int *is_temp) /* {{{ */ in spl_object_storage_debug_info() argument
294 *is_temp = 1; in spl_object_storage_debug_info()
H A Dspl_array.c830 static HashTable* spl_array_get_debug_info(zval *obj, int *is_temp) /* {{{ */ in spl_array_get_debug_info() argument
842 *is_temp = 0; in spl_array_get_debug_info()
846 *is_temp = 1; in spl_array_get_debug_info()
H A Dspl_directory.c578 static HashTable *spl_filesystem_object_get_debug_info(zval *object, int *is_temp) /* {{{ */ in spl_filesystem_object_get_debug_info() argument
588 *is_temp = 1; in spl_filesystem_object_get_debug_info()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_utils.c663 int is_temp; in phpdbg_xml_var_dump() local
697 is_temp = 0; in phpdbg_xml_var_dump()
700 myht = Z_OBJDEBUG_P(zv, is_temp); in phpdbg_xml_var_dump()
719 if (is_temp) { in phpdbg_xml_var_dump()
/PHP-7.1/ext/intl/timezone/
H A Dtimezone_class.cpp286 static HashTable *TimeZone_get_debug_info(zval *object, int *is_temp) in TimeZone_get_debug_info() argument
296 *is_temp = 1; in TimeZone_get_debug_info()
/PHP-7.1/ext/intl/calendar/
H A Dcalendar_class.cpp147 static HashTable *Calendar_get_debug_info(zval *object, int *is_temp) in Calendar_get_debug_info() argument
155 *is_temp = 1; in Calendar_get_debug_info()
/PHP-7.1/ext/dom/
H A Dphp_dom.c414 static HashTable* dom_get_debug_info_helper(zval *object, int *is_temp) /* {{{ */ in dom_get_debug_info_helper() argument
424 *is_temp = 1; in dom_get_debug_info_helper()
457 static HashTable* dom_get_debug_info(zval *object, int *is_temp) /* {{{ */ in dom_get_debug_info() argument
459 return dom_get_debug_info_helper(object, is_temp); in dom_get_debug_info()
/PHP-7.1/ext/mysqli/
H A Dmysqli.c421 HashTable *mysqli_object_get_debug_info(zval *object, int *is_temp) in mysqli_object_get_debug_info() argument
440 *is_temp = 1; in mysqli_object_get_debug_info()
/PHP-7.1/ext/gmp/
H A Dgmp.c432 static HashTable *gmp_get_debug_info(zval *obj, int *is_temp) /* {{{ */ in gmp_get_debug_info() argument
438 *is_temp = 1; in gmp_get_debug_info()
/PHP-7.1/ext/simplexml/
H A Dsimplexml.c1277 static HashTable * sxe_get_debug_info(zval *object, int *is_temp) /* {{{ */ in sxe_get_debug_info() argument
1279 *is_temp = 1; in sxe_get_debug_info()
/PHP-7.1/ext/date/
H A Dphp_date.c658 static HashTable *date_object_get_debug_info_timezone(zval *object, int *is_temp);
2382 static HashTable *date_object_get_debug_info_timezone(zval *object, int *is_temp) /* {{{ */ in date_object_get_debug_info_timezone() argument
2391 *is_temp = 1; in date_object_get_debug_info_timezone()

Completed in 122 milliseconds