Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c585 zend_get_object_type(ce1), ZSTR_VAL(ce1->name)); in zend_accel_class_hash_copy()
/PHP-7.1/Zend/
H A Dzend_API.h556 ZEND_API const char *zend_get_object_type(const zend_class_entry *ce);
H A Dzend_compile.c1122 …RROR, "Cannot declare %s %s, because the name is already in use", zend_get_object_type(ce), ZSTR_V… in do_bind_class()
1156 …_ERROR, "Cannot declare %s, because the name is already in use", zend_get_object_type(Z_OBJCE_P(l… in do_bind_inherited_class()
1162 …RROR, "Cannot declare %s %s, because the name is already in use", zend_get_object_type(ce), ZSTR_V… in do_bind_inherited_class()
1171 …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.c1636 …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.c4222 ZEND_API const char *zend_get_object_type(const zend_class_entry *ce) /* {{{ */ in zend_get_object_type() function

Completed in 52 milliseconds