Lines Matching defs:ce

251 		zend_class_entry *ce = Z_OBJCE_P(object);  in zend_get_object_classname()  local
568 zend_class_entry *ce = va_arg(*va, zend_class_entry *); in zend_parse_arg_impl() local
937 zend_class_entry *ce; in zend_parse_method_parameters() local
973 zend_class_entry *ce; in zend_parse_method_parameters_ex() local
1061 zend_class_entry *ce = *scope; in zval_update_class_constant() local
1965 ZEND_API void zend_check_magic_method_implementation(const zend_class_entry *ce, const zend_functio… in zend_check_magic_method_implementation()
2330 static int clean_module_class(const zend_class_entry **ce, int *module_number TSRMLS_DC) /* {{{ */ in clean_module_class()
3178 zend_class_entry *ce = Z_OBJCE_P(callable); /* TBFixed: what if it's overloaded? */ in zend_is_callable_ex() local
3414 ZEND_API int zend_declare_property_ex(zend_class_entry *ce, const char *name, int name_length, zval… in zend_declare_property_ex()
3514 ZEND_API int zend_declare_property(zend_class_entry *ce, const char *name, int name_length, zval *p… in zend_declare_property()
3520 ZEND_API int zend_declare_property_null(zend_class_entry *ce, const char *name, int name_length, in… in zend_declare_property_null()
3534 ZEND_API int zend_declare_property_bool(zend_class_entry *ce, const char *name, int name_length, lo… in zend_declare_property_bool()
3549 ZEND_API int zend_declare_property_long(zend_class_entry *ce, const char *name, int name_length, lo… in zend_declare_property_long()
3564 ZEND_API int zend_declare_property_double(zend_class_entry *ce, const char *name, int name_length, … in zend_declare_property_double()
3579 ZEND_API int zend_declare_property_string(zend_class_entry *ce, const char *name, int name_length, … in zend_declare_property_string()
3596 ZEND_API int zend_declare_property_stringl(zend_class_entry *ce, const char *name, int name_length,… in zend_declare_property_stringl()
3612 ZEND_API int zend_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length… in zend_declare_class_constant()
3618 ZEND_API int zend_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_l… in zend_declare_class_constant_null()
3633 ZEND_API int zend_declare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_l… in zend_declare_class_constant_long()
3648 ZEND_API int zend_declare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_l… in zend_declare_class_constant_bool()
3663 ZEND_API int zend_declare_class_constant_double(zend_class_entry *ce, const char *name, size_t name… in zend_declare_class_constant_double()
3678 ZEND_API int zend_declare_class_constant_stringl(zend_class_entry *ce, const char *name, size_t nam… in zend_declare_class_constant_stringl()
3694 ZEND_API int zend_declare_class_constant_string(zend_class_entry *ce, const char *name, size_t name… in zend_declare_class_constant_string()
3984 ZEND_API const char* zend_find_alias_name(zend_class_entry *ce, const char *name, zend_uint len) /*… in zend_find_alias_name()
4004 ZEND_API const char* zend_resolve_method_name(zend_class_entry *ce, zend_function *f) /* {{{ */ in zend_resolve_method_name()