removed 1301 Zend/zend_hash.c ZEND_API void _zend_hash_splice(HashTable *ht, uint nDataSize, copy_ctor_func_t pCopyConstructor, uint offset, uint length, void **list, uint list_count, HashTable *removed ZEND_FILE_LINE_DC) /* {{{ */ removed 1314 Zend/zend_hash.c if (removed != NULL) { removed 1318 Zend/zend_hash.c zend_hash_next_index_insert(removed, p->pData, sizeof(zval *), &new_entry); removed 1320 Zend/zend_hash.c zend_hash_quick_update(removed, p->arKey, p->nKeyLength, p->h, p->pData, sizeof(zval *), &new_entry); removed 232 Zend/zend_hash.h ZEND_API void _zend_hash_splice(HashTable *ht, uint nDataSize, copy_ctor_func_t pCopyConstructor, uint offset, uint length, void **list, uint list_count, HashTable *removed ZEND_FILE_LINE_DC); removed 233 Zend/zend_hash.h #define zend_hash_splice(ht, nDataSize, pCopyConstructor, offset, length, list, list_count, removed) \ removed 234 Zend/zend_hash.h _zend_hash_splice(ht, nDataSize, pCopyConstructor, offset, length, list, list_count, removed ZEND_FILE_LINE_CC) removed 1719 ext/openssl/openssl.c int removed=0; removed 1725 ext/openssl/openssl.c ++removed; removed 1730 ext/openssl/openssl.c return removed; removed 55238 ext/sqlite3/libsqlite/sqlite3.c int removed = 0; removed 55259 ext/sqlite3/libsqlite/sqlite3.c removed = 1; removed 55262 ext/sqlite3/libsqlite/sqlite3.c return removed; removed 1809 ext/standard/array.c PHPAPI void php_splice(HashTable *ht, zend_uint offset, zend_uint length, zval ***list, zend_uint list_count, HashTable *removed TSRMLS_DC) /* {{{ */ removed 1811 ext/standard/array.c zend_hash_splice(ht, sizeof(zval *), (copy_ctor_func_t) zval_add_ref, offset, length, (void **) list, list_count, removed); removed 106 ext/standard/php_array.h PHPAPI void php_splice(HashTable *ht, zend_uint offset, zend_uint length, zval ***list, zend_uint list_count, HashTable *removed TSRMLS_DC); removed 644 sapi/phpdbg/phpdbg_watch.c int removed = ((zval *)oldPtr)->refcount__gc != watch->addr.zv->refcount__gc && !zend_symtable_exists(watch->parent_container, watch->name_in_parent, watch->name_in_parent_len + 1); removed 648 sapi/phpdbg/phpdbg_watch.c if (removed || show_value) { removed 650 sapi/phpdbg/phpdbg_watch.c if ((Z_TYPE_P((zval *)oldPtr) == IS_ARRAY || Z_TYPE_P((zval *)oldPtr) == IS_OBJECT) && removed) { removed 657 sapi/phpdbg/phpdbg_watch.c if (PHPDBG_G(flags) & PHPDBG_SHOW_REFCOUNTS && (removed || show_ref)) { removed 662 sapi/phpdbg/phpdbg_watch.c if (removed) {