old_ce 273 ext/opcache/zend_accelerator_util_funcs.c static void zend_hash_clone_methods(HashTable *ht, HashTable *source, zend_class_entry *old_ce, zend_class_entry *ce) old_ce 331 ext/opcache/zend_accelerator_util_funcs.c static void zend_hash_clone_prop_info(HashTable *ht, HashTable *source, zend_class_entry *old_ce) old_ce 394 ext/opcache/zend_accelerator_util_funcs.c zend_class_entry *old_ce = ce; old_ce 397 ext/opcache/zend_accelerator_util_funcs.c *pce = ce = ARENA_REALLOC(old_ce); old_ce 400 ext/opcache/zend_accelerator_util_funcs.c if (old_ce->default_properties_table) { old_ce 401 ext/opcache/zend_accelerator_util_funcs.c ce->default_properties_table = emalloc(sizeof(zval) * old_ce->default_properties_count); old_ce 402 ext/opcache/zend_accelerator_util_funcs.c src = old_ce->default_properties_table; old_ce 403 ext/opcache/zend_accelerator_util_funcs.c end = src + old_ce->default_properties_count; old_ce 411 ext/opcache/zend_accelerator_util_funcs.c zend_hash_clone_methods(&ce->function_table, &old_ce->function_table, old_ce, ce); old_ce 414 ext/opcache/zend_accelerator_util_funcs.c if (old_ce->default_static_members_table) { old_ce 415 ext/opcache/zend_accelerator_util_funcs.c ce->default_static_members_table = emalloc(sizeof(zval) * old_ce->default_static_members_count); old_ce 416 ext/opcache/zend_accelerator_util_funcs.c src = old_ce->default_static_members_table; old_ce 417 ext/opcache/zend_accelerator_util_funcs.c end = src + old_ce->default_static_members_count; old_ce 427 ext/opcache/zend_accelerator_util_funcs.c zend_hash_clone_prop_info(&ce->properties_info, &old_ce->properties_info, old_ce); old_ce 430 ext/opcache/zend_accelerator_util_funcs.c zend_hash_clone_constants(&ce->constants_table, &old_ce->constants_table); old_ce 837 ext/pdo/pdo_stmt.c zend_class_entry *ce = NULL, *old_ce = NULL; old_ce 924 ext/pdo/pdo_stmt.c old_ce = stmt->fetch.cls.ce; old_ce 1163 ext/pdo/pdo_stmt.c stmt->fetch.cls.ce = old_ce; old_ce 1301 ext/pdo/pdo_stmt.c zend_class_entry *old_ce; old_ce 1317 ext/pdo/pdo_stmt.c old_ce = stmt->fetch.cls.ce; old_ce 1349 ext/pdo/pdo_stmt.c stmt->fetch.cls.ce = old_ce; old_ce 1387 ext/pdo/pdo_stmt.c zend_class_entry *old_ce; old_ce 1400 ext/pdo/pdo_stmt.c old_ce = stmt->fetch.cls.ce; old_ce 1523 ext/pdo/pdo_stmt.c stmt->fetch.cls.ce = old_ce;