Searched refs:is_temp (Results 1 - 13 of 13) sorted by relevance
| /PHP_5_4/Zend/ |
| H A D | zend_closures.c | 321 static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ 327 *is_temp = 0;
|
| 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.c | 419 int is_temp; local 433 if ((properties = Z_OBJDEBUG_P(expr, is_temp)) == NULL) { 443 if (is_temp) {
|
| 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_5_4/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_4/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_5_4/ext/spl/ |
| 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_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_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_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_dllist.c | 508 static HashTable* spl_dllist_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{{ */ 517 *is_temp = 0;
|
| /PHP_5_4/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) {
|
| /PHP_5_4/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;
|
Completed in 36 milliseconds