Home
last modified time | relevance | path

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

/PHP-7.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c577 zend_get_object_type(ce1), ZSTR_VAL(ce1->name)); in zend_accel_class_hash_copy()
614 zend_get_object_type(ce1), ZSTR_VAL(ce1->name)); in zend_accel_class_hash_copy_from_shm()
/PHP-7.3/Zend/
H A Dzend_API.h549 ZEND_API const char *zend_get_object_type(const zend_class_entry *ce);
H A Dzend_compile.c1106 …RROR, "Cannot declare %s %s, because the name is already in use", zend_get_object_type(ce), ZSTR_V… in do_bind_class()
1140 …_ERROR, "Cannot declare %s, because the name is already in use", zend_get_object_type(Z_OBJCE_P(l… in do_bind_inherited_class()
1148 …RROR, "Cannot declare %s %s, because the name is already in use", zend_get_object_type(ce), ZSTR_V… in do_bind_inherited_class()
1157 …RROR, "Cannot declare %s %s, because the name is already in use", zend_get_object_type(ce), ZSTR_V… in do_bind_inherited_class()
H A Dzend_builtin_functions.c1581 …NING, "Cannot declare %s %s, because the name is already in use", zend_get_object_type(ce), alias_… in ZEND_FUNCTION()
H A Dzend_API.c4304 ZEND_API const char *zend_get_object_type(const zend_class_entry *ce) /* {{{ */ in zend_get_object_type() function

Completed in 119 milliseconds