is_temp 348 Zend/zend.c int is_temp; is_temp 359 Zend/zend.c if ((properties = Z_OBJDEBUG_P(expr, is_temp)) == NULL) { is_temp 367 Zend/zend.c if (is_temp) { is_temp 415 Zend/zend_closures.c static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp) /* {{{ */ is_temp 422 Zend/zend_closures.c *is_temp = 1; is_temp 151 Zend/zend_object_handlers.c ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp) /* {{{ */ is_temp 158 Zend/zend_object_handlers.c *is_temp = 0; is_temp 167 Zend/zend_object_handlers.c *is_temp = 1; is_temp 170 Zend/zend_object_handlers.c *is_temp = 1; is_temp 174 Zend/zend_object_handlers.c *is_temp = 0; is_temp 179 Zend/zend_object_handlers.c *is_temp = 1; is_temp 88 Zend/zend_object_handlers.h typedef HashTable *(*zend_object_get_debug_info_t)(zval *object, int *is_temp); is_temp 170 Zend/zend_object_handlers.h ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp); is_temp 415 ext/dom/php_dom.c static HashTable* dom_get_debug_info_helper(zval *object, int *is_temp) /* {{{ */ is_temp 425 ext/dom/php_dom.c *is_temp = 1; is_temp 457 ext/dom/php_dom.c static HashTable* dom_get_debug_info(zval *object, int *is_temp) /* {{{ */ is_temp 459 ext/dom/php_dom.c return dom_get_debug_info_helper(object, is_temp); is_temp 432 ext/gmp/gmp.c static HashTable *gmp_get_debug_info(zval *obj, int *is_temp) /* {{{ */ is_temp 438 ext/gmp/gmp.c *is_temp = 1; is_temp 420 ext/mysqli/mysqli.c HashTable *mysqli_object_get_debug_info(zval *object, int *is_temp) is_temp 439 ext/mysqli/mysqli.c *is_temp = 1; is_temp 1267 ext/simplexml/simplexml.c static HashTable * sxe_get_debug_info(zval *object, int *is_temp) /* {{{ */ is_temp 1269 ext/simplexml/simplexml.c *is_temp = 1; is_temp 808 ext/spl/spl_array.c static HashTable* spl_array_get_debug_info(zval *obj, int *is_temp) /* {{{ */ is_temp 820 ext/spl/spl_array.c *is_temp = 0; is_temp 824 ext/spl/spl_array.c *is_temp = 1; is_temp 578 ext/spl/spl_directory.c static HashTable *spl_filesystem_object_get_debug_info(zval *object, int *is_temp) /* {{{ */ is_temp 588 ext/spl/spl_directory.c *is_temp = 1; is_temp 495 ext/spl/spl_dllist.c static HashTable* spl_dllist_object_get_debug_info(zval *obj, int *is_temp) /* {{{{ */ is_temp 503 ext/spl/spl_dllist.c *is_temp = 1; is_temp 480 ext/spl/spl_heap.c static HashTable* spl_heap_object_get_debug_info_helper(zend_class_entry *ce, zval *obj, int *is_temp) { /* {{{ */ is_temp 487 ext/spl/spl_heap.c *is_temp = 1; is_temp 534 ext/spl/spl_heap.c static HashTable* spl_heap_object_get_debug_info(zval *obj, int *is_temp) /* {{{ */ is_temp 536 ext/spl/spl_heap.c return spl_heap_object_get_debug_info_helper(spl_ce_SplHeap, obj, is_temp); is_temp 540 ext/spl/spl_heap.c static HashTable* spl_pqueue_object_get_debug_info(zval *obj, int *is_temp) /* {{{ */ is_temp 542 ext/spl/spl_heap.c return spl_heap_object_get_debug_info_helper(spl_ce_SplPriorityQueue, obj, is_temp); is_temp 271 ext/spl/spl_observer.c static HashTable* spl_object_storage_debug_info(zval *obj, int *is_temp) /* {{{ */ is_temp 281 ext/spl/spl_observer.c *is_temp = 1; is_temp 82 ext/standard/var.c int is_temp; is_temp 124 ext/standard/var.c is_temp = 0; is_temp 132 ext/standard/var.c if (is_temp) { is_temp 148 ext/standard/var.c myht = Z_OBJDEBUG_P(struc, is_temp); is_temp 161 ext/standard/var.c if (is_temp) { is_temp 252 ext/standard/var.c int is_temp = 0; is_temp 300 ext/standard/var.c if (is_temp) { is_temp 310 ext/standard/var.c myht = Z_OBJDEBUG_P(struc, is_temp); is_temp 327 ext/standard/var.c if (is_temp) { is_temp 663 sapi/phpdbg/phpdbg_utils.c int is_temp; is_temp 697 sapi/phpdbg/phpdbg_utils.c is_temp = 0; is_temp 700 sapi/phpdbg/phpdbg_utils.c myht = Z_OBJDEBUG_P(zv, is_temp); is_temp 719 sapi/phpdbg/phpdbg_utils.c if (is_temp) {