Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dvar.c93 int is_temp; in php_var_dump() local
126 is_temp = 0; in php_var_dump()
129 myht = Z_OBJDEBUG_PP(struc, is_temp); in php_var_dump()
148 if (is_temp) { in php_var_dump()
248 int is_temp = 0; in php_debug_zval_dump() local
282 myht = Z_OBJDEBUG_PP(struc, is_temp); in php_debug_zval_dump()
294 if (is_temp) { in php_debug_zval_dump()
/PHP-5.5/Zend/
H A Dzend_object_handlers.h84 typedef HashTable *(*zend_object_get_debug_info_t)(zval *object, int *is_temp TSRMLS_DC);
159 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp TSRMLS_DC);
H A Dzend_closures.c320 static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ in zend_closure_get_debug_info()
326 *is_temp = 0; in zend_closure_get_debug_info()
H A Dzend.c416 int is_temp; in zend_print_zval_r_ex() local
430 if ((properties = Z_OBJDEBUG_P(expr, is_temp)) == NULL) { in zend_print_zval_r_ex()
440 if (is_temp) { in zend_print_zval_r_ex()
H A Dzend_object_handlers.c138 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ in zend_std_get_debug_info()
140 *is_temp = 0; in zend_std_get_debug_info()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp141 static HashTable *BreakIterator_get_debug_info(zval *object, int *is_temp TSRMLS_DC) in BreakIterator_get_debug_info()
147 *is_temp = 1; in BreakIterator_get_debug_info()
/PHP-5.5/ext/spl/
H A Dspl_heap.c523 …_heap_object_get_debug_info_helper(zend_class_entry *ce, zval *obj, int *is_temp TSRMLS_DC) { /* {… in spl_heap_object_get_debug_info_helper()
530 *is_temp = 0; in spl_heap_object_get_debug_info_helper()
572 static HashTable* spl_heap_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ in spl_heap_object_get_debug_info()
574 return spl_heap_object_get_debug_info_helper(spl_ce_SplHeap, obj, is_temp TSRMLS_CC); in spl_heap_object_get_debug_info()
578 static HashTable* spl_pqueue_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ in spl_pqueue_object_get_debug_info()
580 return spl_heap_object_get_debug_info_helper(spl_ce_SplPriorityQueue, obj, is_temp TSRMLS_CC); in spl_pqueue_object_get_debug_info()
H A Dspl_dllist.c506 static HashTable* spl_dllist_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{{ */ in spl_dllist_object_get_debug_info()
515 *is_temp = 0; in spl_dllist_object_get_debug_info()
H A Dspl_observer.c319 static HashTable* spl_object_storage_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ in spl_object_storage_debug_info()
330 *is_temp = 0; in spl_object_storage_debug_info()
H A Dspl_array.c794 static HashTable* spl_array_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ in spl_array_get_debug_info()
802 *is_temp = 0; in spl_array_get_debug_info()
H A Dspl_directory.c589 static HashTable* spl_filesystem_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ in spl_filesystem_object_get_debug_info()
598 *is_temp = 1; in spl_filesystem_object_get_debug_info()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp284 static HashTable *TimeZone_get_debug_info(zval *object, int *is_temp TSRMLS_DC) in TimeZone_get_debug_info()
294 *is_temp = 1; in TimeZone_get_debug_info()
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp149 static HashTable *Calendar_get_debug_info(zval *object, int *is_temp TSRMLS_DC) in Calendar_get_debug_info()
156 *is_temp = 1; in Calendar_get_debug_info()
/PHP-5.5/ext/dom/
H A Dphp_dom.c469 static HashTable* dom_get_debug_info_helper(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ in dom_get_debug_info_helper()
480 *is_temp = 1; in dom_get_debug_info_helper()
544 static HashTable* dom_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ in dom_get_debug_info()
546 return dom_get_debug_info_helper(object, is_temp TSRMLS_CC); in dom_get_debug_info()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c457 HashTable * mysqli_object_get_debug_info(zval *object, int *is_temp TSRMLS_DC) in mysqli_object_get_debug_info()
481 *is_temp = 1; in mysqli_object_get_debug_info()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c1214 static HashTable * sxe_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ in sxe_get_debug_info()
1216 *is_temp = 1; in sxe_get_debug_info()

Completed in 73 milliseconds