zend_hash_clone_zval   49 ext/opcache/zend_accelerator_util_funcs.c static void zend_hash_clone_zval(HashTable *ht, HashTable *source, int bind);
zend_hash_clone_zval  249 ext/opcache/zend_accelerator_util_funcs.c 						zend_hash_clone_zval(node->u.val->value.ht, ast->u.val->value.ht, 0);
zend_hash_clone_zval  309 ext/opcache/zend_accelerator_util_funcs.c 					zend_hash_clone_zval(ret->value.ht, src->value.ht, 0);
zend_hash_clone_zval  433 ext/opcache/zend_accelerator_util_funcs.c 						zend_hash_clone_zval(ppz->value.ht, ((zval*)p->pDataPtr)->value.ht, 0);
zend_hash_clone_zval  674 ext/opcache/zend_accelerator_util_funcs.c 		zend_hash_clone_zval(op_array->static_variables, shared_statics, 0);
zend_hash_clone_zval  723 ext/opcache/zend_accelerator_util_funcs.c 	zend_hash_clone_zval(&ce->default_properties, &old_ce->default_properties, 0);
zend_hash_clone_zval  744 ext/opcache/zend_accelerator_util_funcs.c 	zend_hash_clone_zval(&ce->default_static_members, &old_ce->default_static_members, 1);
zend_hash_clone_zval  752 ext/opcache/zend_accelerator_util_funcs.c 	zend_hash_clone_zval(&ce->constants_table, &old_ce->constants_table, 0);