Searched refs:old_ce (Results 1 - 2 of 2) sorted by relevance

/PHP_TRUNK/ext/pdo/
H A Dpdo_stmt.c857 zend_class_entry *ce = NULL, *old_ce = NULL; local
945 old_ce = stmt->fetch.cls.ce;
1191 stmt->fetch.cls.ce = old_ce;
1338 zend_class_entry *old_ce; local
1354 old_ce = stmt->fetch.cls.ce;
1388 stmt->fetch.cls.ce = old_ce;
1426 zend_class_entry *old_ce; local
1439 old_ce = stmt->fetch.cls.ce;
1564 stmt->fetch.cls.ce = old_ce;
/PHP_TRUNK/ext/opcache/
H A Dzend_accelerator_util_funcs.c340 static void zend_hash_clone_methods(HashTable *ht, HashTable *source, zend_class_entry *old_ce, zend_class_entry *ce TSRMLS_DC) argument
428 if (old_ce == new_entry->scope) {
452 static void zend_hash_clone_prop_info(HashTable *ht, HashTable *source, zend_class_entry *old_ce, zend_class_entry *ce TSRMLS_DC) argument
540 if (prop_info->ce == old_ce) {
586 zend_class_entry *old_ce = ce; local
592 *ce = *old_ce;
595 if (old_ce->refcount != 1) {
597 accel_xlat_set(old_ce, ce);
601 if (old_ce->default_properties_table) {
604 ce->default_properties_table = emalloc(sizeof(zval*) * old_ce
[all...]

Completed in 7 milliseconds