Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c628 zend_class_entry *ce1 = Z_PTR(p->val); in zend_accel_class_hash_copy() local
629 if (!(ce1->ce_flags & ZEND_ACC_ANON_CLASS)) { in zend_accel_class_hash_copy()
631 zend_set_compiled_filename(ce1->info.user.filename); in zend_accel_class_hash_copy()
632 CG(zend_lineno) = ce1->info.user.line_start; in zend_accel_class_hash_copy()
635 zend_get_object_type(ce1), ZSTR_VAL(ce1->name)); in zend_accel_class_hash_copy()

Completed in 12 milliseconds