Searched refs:is_temp (Results 1 - 13 of 13) sorted by relevance
| /PHP_5_3/ext/dom/ |
| H A D | php_dom.c | 469 static HashTable* dom_get_debug_info_helper(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ 480 *is_temp = 1; 544 static HashTable* dom_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ 546 return dom_get_debug_info_helper(object, is_temp TSRMLS_CC);
|
| /PHP_5_3/ext/simplexml/ |
| H A D | simplexml.c | 1180 static HashTable * sxe_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ 1182 *is_temp = 1;
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_heap.c | 523 static HashTable* spl_heap_object_get_debug_info_helper(zend_class_entry *ce, zval *obj, int *is_temp TSRMLS_DC) { /* {{{ */ 530 *is_temp = 0; 568 static HashTable* spl_heap_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ 570 return spl_heap_object_get_debug_info_helper(spl_ce_SplHeap, obj, is_temp TSRMLS_CC); 574 static HashTable* spl_pqueue_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ 576 return spl_heap_object_get_debug_info_helper(spl_ce_SplPriorityQueue, obj, is_temp TSRMLS_CC);
|
| H A D | spl_observer.c | 244 static HashTable* spl_object_storage_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ 255 *is_temp = 0;
|
| H A D | spl_directory.c | 587 static HashTable* spl_filesystem_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ 596 *is_temp = 1;
|
| H A D | spl_array.c | 751 static HashTable* spl_array_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ 759 *is_temp = 0;
|
| H A D | spl_dllist.c | 506 static HashTable* spl_dllist_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{{ */ 515 *is_temp = 0;
|
| /PHP_5_3/ext/standard/ |
| H A D | var.c | 93 int is_temp; local 126 is_temp = 0; 129 myht = Z_OBJDEBUG_PP(struc, is_temp); 144 if (is_temp) { 246 int is_temp = 0; local 280 myht = Z_OBJDEBUG_PP(struc, is_temp); 296 if (is_temp) {
|
| /PHP_5_3/Zend/ |
| H A D | zend.c | 395 int is_temp; local 409 if ((properties = Z_OBJDEBUG_P(expr, is_temp)) == NULL) { 419 if (is_temp) {
|
| H A D | zend_closures.c | 230 static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ 236 *is_temp = 0;
|
| H A D | zend_object_handlers.h | 83 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 D | zend_object_handlers.c | 62 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ 64 *is_temp = 0;
|
| /PHP_5_3/ext/mysqli/ |
| H A D | mysqli.c | 452 HashTable * mysqli_object_get_debug_info(zval *object, int *is_temp TSRMLS_DC) 476 *is_temp = 1;
|
Completed in 34 milliseconds