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  259 ext/opcache/zend_accelerator_util_funcs.c 					zend_hash_clone_zval(ret->value.ht, src->value.ht, 0);
zend_hash_clone_zval  376 ext/opcache/zend_accelerator_util_funcs.c 						zend_hash_clone_zval(ppz->value.ht, ((zval*)p->pDataPtr)->value.ht, 0);
zend_hash_clone_zval  612 ext/opcache/zend_accelerator_util_funcs.c 		zend_hash_clone_zval(op_array->static_variables, shared_statics, 0);
zend_hash_clone_zval  661 ext/opcache/zend_accelerator_util_funcs.c 	zend_hash_clone_zval(&ce->default_properties, &old_ce->default_properties, 0);
zend_hash_clone_zval  682 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  690 ext/opcache/zend_accelerator_util_funcs.c 	zend_hash_clone_zval(&ce->constants_table, &old_ce->constants_table, 0);