Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dvar.c82 int is_temp; in php_var_dump() local
124 is_temp = 0; in php_var_dump()
132 if (is_temp) { in php_var_dump()
148 myht = Z_OBJDEBUG_P(struc, is_temp); in php_var_dump()
161 if (is_temp) { in php_var_dump()
252 int is_temp = 0; in php_debug_zval_dump() local
300 if (is_temp) { in php_debug_zval_dump()
310 myht = Z_OBJDEBUG_P(struc, is_temp); in php_debug_zval_dump()
327 if (is_temp) { in php_debug_zval_dump()
/PHP-7.0/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.c411 static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_closure_get_debug_info() argument
419 *is_temp = 1; in zend_closure_get_debug_info()
H A Dzend.c352 int is_temp; in zend_print_zval_r_ex() local
363 if ((properties = Z_OBJDEBUG_P(expr, is_temp)) == NULL) { in zend_print_zval_r_ex()
371 if (is_temp) { in zend_print_zval_r_ex()
/PHP-7.0/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.0/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_observer.c271 static HashTable* spl_object_storage_debug_info(zval *obj, int *is_temp) /* {{{ */ in spl_object_storage_debug_info() argument
281 *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.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.0/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.0/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.0/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.0/ext/dom/
H A Dphp_dom.c415 static HashTable* dom_get_debug_info_helper(zval *object, int *is_temp) /* {{{ */ in dom_get_debug_info_helper() argument
425 *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.0/ext/mysqli/
H A Dmysqli.c420 HashTable *mysqli_object_get_debug_info(zval *object, int *is_temp) in mysqli_object_get_debug_info() argument
439 *is_temp = 1; in mysqli_object_get_debug_info()
/PHP-7.0/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.0/ext/simplexml/
H A Dsimplexml.c1275 static HashTable * sxe_get_debug_info(zval *object, int *is_temp) /* {{{ */ in sxe_get_debug_info() argument
1277 *is_temp = 1; in sxe_get_debug_info()

Completed in 106 milliseconds