is_temp           417 Zend/zend.c    				int is_temp;
is_temp           431 Zend/zend.c    				if ((properties = Z_OBJDEBUG_P(expr, is_temp)) == NULL) {
is_temp           441 Zend/zend.c    				if (is_temp) {
is_temp           335 Zend/zend_closures.c static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */
is_temp           341 Zend/zend_closures.c 	*is_temp = 0;
is_temp           138 Zend/zend_object_handlers.c ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */
is_temp           144 Zend/zend_object_handlers.c 		*is_temp = 0;
is_temp           154 Zend/zend_object_handlers.c 			*is_temp = 1;
is_temp           158 Zend/zend_object_handlers.c 			*is_temp = 0;
is_temp           166 Zend/zend_object_handlers.c 		*is_temp = 1;
is_temp            84 Zend/zend_object_handlers.h typedef HashTable *(*zend_object_get_debug_info_t)(zval *object, int *is_temp TSRMLS_DC);
is_temp           164 Zend/zend_object_handlers.h ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp TSRMLS_DC);
is_temp           470 ext/dom/php_dom.c static HashTable* dom_get_debug_info_helper(zval *object, int *is_temp TSRMLS_DC) /* {{{ */
is_temp           481 ext/dom/php_dom.c 	*is_temp = 1;
is_temp           545 ext/dom/php_dom.c static HashTable* dom_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */
is_temp           547 ext/dom/php_dom.c        return dom_get_debug_info_helper(object, is_temp TSRMLS_CC);
is_temp           461 ext/gmp/gmp.c  static HashTable *gmp_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */
is_temp           467 ext/gmp/gmp.c  	*is_temp = 1;
is_temp           457 ext/mysqli/mysqli.c HashTable * mysqli_object_get_debug_info(zval *object, int *is_temp TSRMLS_DC)
is_temp           481 ext/mysqli/mysqli.c 	*is_temp = 1;
is_temp          1214 ext/simplexml/simplexml.c static HashTable * sxe_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */
is_temp          1216 ext/simplexml/simplexml.c 	*is_temp = 1;
is_temp           809 ext/spl/spl_array.c static HashTable* spl_array_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */
is_temp           817 ext/spl/spl_array.c 	*is_temp = 0;
is_temp           589 ext/spl/spl_directory.c static HashTable* spl_filesystem_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */
is_temp           598 ext/spl/spl_directory.c 	*is_temp = 1;
is_temp           506 ext/spl/spl_dllist.c static HashTable* spl_dllist_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{{ */
is_temp           515 ext/spl/spl_dllist.c 	*is_temp = 0;
is_temp           523 ext/spl/spl_heap.c static HashTable* spl_heap_object_get_debug_info_helper(zend_class_entry *ce, zval *obj, int *is_temp TSRMLS_DC) { /* {{{ */
is_temp           530 ext/spl/spl_heap.c 	*is_temp = 0;
is_temp           572 ext/spl/spl_heap.c static HashTable* spl_heap_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */
is_temp           574 ext/spl/spl_heap.c 	return spl_heap_object_get_debug_info_helper(spl_ce_SplHeap, obj, is_temp TSRMLS_CC);
is_temp           578 ext/spl/spl_heap.c static HashTable* spl_pqueue_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */
is_temp           580 ext/spl/spl_heap.c 	return spl_heap_object_get_debug_info_helper(spl_ce_SplPriorityQueue, obj, is_temp TSRMLS_CC);
is_temp           320 ext/spl/spl_observer.c static HashTable* spl_object_storage_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */
is_temp           331 ext/spl/spl_observer.c 	*is_temp = 0;
is_temp            93 ext/standard/var.c 	int is_temp;
is_temp           126 ext/standard/var.c 		is_temp = 0;
is_temp           129 ext/standard/var.c 		myht = Z_OBJDEBUG_PP(struc, is_temp);
is_temp           148 ext/standard/var.c 			if (is_temp) {
is_temp           248 ext/standard/var.c 	int is_temp = 0;
is_temp           282 ext/standard/var.c 		myht = Z_OBJDEBUG_PP(struc, is_temp);
is_temp           294 ext/standard/var.c 			if (is_temp) {