Home
last modified time | relevance | path

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

/PHP-5.6/ext/opcache/
H A Dzend_accelerator_util_funcs.c537 if (old_ce == new_entry->scope) {
649 if (prop_info->ce == old_ce) {
695 zend_class_entry *old_ce = ce; local
701 *ce = *old_ce;
704 if (old_ce->refcount != 1) {
706 accel_xlat_set(old_ce, ce);
710 if (old_ce->default_properties_table) {
715 if (old_ce->default_properties_table[i]) {
726 zend_hash_clone_methods(&ce->function_table, &old_ce->function_table, old_ce, ce TSRMLS_CC);
730 if (old_ce->default_static_members_table) {
[all …]
/PHP-5.6/ext/pdo/
H A Dpdo_stmt.c845 zend_class_entry *ce = NULL, *old_ce = NULL; in do_fetch() local
933 old_ce = stmt->fetch.cls.ce; in do_fetch()
1177 stmt->fetch.cls.ce = old_ce; in do_fetch()
1317 zend_class_entry *old_ce; in PHP_METHOD() local
1333 old_ce = stmt->fetch.cls.ce; in PHP_METHOD()
1367 stmt->fetch.cls.ce = old_ce; in PHP_METHOD()
1405 zend_class_entry *old_ce; in PHP_METHOD() local
1418 old_ce = stmt->fetch.cls.ce; in PHP_METHOD()
1543 stmt->fetch.cls.ce = old_ce; in PHP_METHOD()

Completed in 12 milliseconds