Searched refs:is_temp (Results 1 - 16 of 16) sorted by relevance
| /PHP_TRUNK/ext/intl/calendar/ |
| H A D | calendar_class.cpp | 149 static HashTable *Calendar_get_debug_info(zval *object, int *is_temp TSRMLS_DC) 156 *is_temp = 1;
|
| /PHP_TRUNK/ext/intl/timezone/ |
| H A D | timezone_class.cpp | 284 static HashTable *TimeZone_get_debug_info(zval *object, int *is_temp TSRMLS_DC) 294 *is_temp = 1;
|
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_observer.c | 313 static HashTable* spl_object_storage_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ 324 *is_temp = 0;
|
| H A D | spl_array.c | 794 static HashTable* spl_array_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ 802 *is_temp = 0;
|
| H A D | spl_directory.c | 586 static HashTable* spl_filesystem_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ 595 *is_temp = 1;
|
| H A D | spl_heap.c | 522 static HashTable* spl_heap_object_get_debug_info_helper(zend_class_entry *ce, zval *obj, int *is_temp TSRMLS_DC) { /* {{{ */ 529 *is_temp = 0; 571 static HashTable* spl_heap_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ 573 return spl_heap_object_get_debug_info_helper(spl_ce_SplHeap, obj, is_temp TSRMLS_CC); 577 static HashTable* spl_pqueue_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ 579 return spl_heap_object_get_debug_info_helper(spl_ce_SplPriorityQueue, obj, is_temp TSRMLS_CC);
|
| H A D | spl_dllist.c | 508 static HashTable* spl_dllist_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{{ */ 517 *is_temp = 0;
|
| /PHP_TRUNK/Zend/ |
| H A D | zend.c | 420 int is_temp; local 434 if ((properties = Z_OBJDEBUG_P(expr, is_temp)) == NULL) { 444 if (is_temp) {
|
| H A D | zend_object_handlers.h | 84 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 D | zend_closures.c | 320 static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ 326 *is_temp = 0;
|
| H A D | zend_object_handlers.c | 138 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ 140 *is_temp = 0;
|
| /PHP_TRUNK/ext/intl/breakiterator/ |
| H A D | breakiterator_class.cpp | 141 static HashTable *BreakIterator_get_debug_info(zval *object, int *is_temp TSRMLS_DC) 147 *is_temp = 1;
|
| /PHP_TRUNK/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_TRUNK/ext/simplexml/ |
| H A D | simplexml.c | 1214 static HashTable * sxe_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ 1216 *is_temp = 1;
|
| /PHP_TRUNK/ext/mysqli/ |
| H A D | mysqli.c | 454 HashTable * mysqli_object_get_debug_info(zval *object, int *is_temp TSRMLS_DC) 478 *is_temp = 1;
|
| /PHP_TRUNK/ext/standard/ |
| H A D | var.c | 93 int is_temp; local 126 is_temp = 0; 129 myht = Z_OBJDEBUG_PP(struc, is_temp); 148 if (is_temp) { 248 int is_temp = 0; local 282 myht = Z_OBJDEBUG_PP(struc, is_temp); 294 if (is_temp) {
|
Completed in 38 milliseconds