Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c475 if (old_ce == new_entry->scope) {
587 if (prop_info->ce == old_ce) {
633 zend_class_entry *old_ce = ce; local
639 *ce = *old_ce;
642 if (old_ce->refcount != 1) {
644 accel_xlat_set(old_ce, ce);
648 if (old_ce->default_properties_table) {
653 if (old_ce->default_properties_table[i]) {
664 zend_hash_clone_methods(&ce->function_table, &old_ce->function_table, old_ce, ce TSRMLS_CC);
668 if (old_ce->default_static_members_table) {
[all …]
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c857 zend_class_entry *ce = NULL, *old_ce = NULL; in do_fetch() local
945 old_ce = stmt->fetch.cls.ce; in do_fetch()
1189 stmt->fetch.cls.ce = old_ce; in do_fetch()
1329 zend_class_entry *old_ce; in PHP_METHOD() local
1345 old_ce = stmt->fetch.cls.ce; in PHP_METHOD()
1379 stmt->fetch.cls.ce = old_ce; in PHP_METHOD()
1417 zend_class_entry *old_ce; in PHP_METHOD() local
1430 old_ce = stmt->fetch.cls.ce; in PHP_METHOD()
1555 stmt->fetch.cls.ce = old_ce; in PHP_METHOD()

Completed in 14 milliseconds