Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_object_handlers.h83 typedef HashTable *(*zend_object_get_debug_info_t)(zval *object, int *is_temp TSRMLS_DC);
152 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp TSRMLS_DC);
H A Dzend_closures.c230 static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ in zend_closure_get_debug_info()
236 *is_temp = 0; in zend_closure_get_debug_info()
H A Dzend.c395 int is_temp; in zend_print_zval_r_ex() local
409 if ((properties = Z_OBJDEBUG_P(expr, is_temp)) == NULL) { in zend_print_zval_r_ex()
419 if (is_temp) { in zend_print_zval_r_ex()
H A Dzend_object_handlers.c62 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ in zend_std_get_debug_info()
64 *is_temp = 0; in zend_std_get_debug_info()
/PHP-5.3/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()
144 if (is_temp) { in php_var_dump()
246 int is_temp = 0; in php_debug_zval_dump() local
280 myht = Z_OBJDEBUG_PP(struc, is_temp); in php_debug_zval_dump()
296 if (is_temp) { in php_debug_zval_dump()
/PHP-5.3/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()
568 static HashTable* spl_heap_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ in spl_heap_object_get_debug_info()
570 return spl_heap_object_get_debug_info_helper(spl_ce_SplHeap, obj, is_temp TSRMLS_CC); in spl_heap_object_get_debug_info()
574 static HashTable* spl_pqueue_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ in spl_pqueue_object_get_debug_info()
576 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.c244 static HashTable* spl_object_storage_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ in spl_object_storage_debug_info()
255 *is_temp = 0; in spl_object_storage_debug_info()
H A Dspl_array.c751 static HashTable* spl_array_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ in spl_array_get_debug_info()
759 *is_temp = 0; in spl_array_get_debug_info()
H A Dspl_directory.c587 static HashTable* spl_filesystem_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ in spl_filesystem_object_get_debug_info()
596 *is_temp = 1; in spl_filesystem_object_get_debug_info()
/PHP-5.3/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.3/ext/mysqli/
H A Dmysqli.c452 HashTable * mysqli_object_get_debug_info(zval *object, int *is_temp TSRMLS_DC) in mysqli_object_get_debug_info()
476 *is_temp = 1; in mysqli_object_get_debug_info()
/PHP-5.3/ext/simplexml/
H A Dsimplexml.c1180 static HashTable * sxe_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ in sxe_get_debug_info()
1182 *is_temp = 1; in sxe_get_debug_info()

Completed in 65 milliseconds