Lines Matching defs:name

2270 ZEND_API int zend_register_class_alias_ex(const char *name, int name_len, zend_class_entry *ce TSRM…  in zend_register_class_alias_ex()
2284 ZEND_API int zend_set_hash_symbol(zval *symbol, const char *name, int name_length, zend_bool is_ref… in zend_set_hash_symbol()
2360 static int zend_is_callable_check_class(const char *name, int name_len, zend_fcall_info_cache *fcc,… in zend_is_callable_check_class()
3101 ZEND_API int zend_declare_property_ex(zend_class_entry *ce, const char *name, int name_length, zval… in zend_declare_property_ex()
3175 ZEND_API int zend_declare_property(zend_class_entry *ce, char *name, int name_length, zval *propert… in zend_declare_property()
3181 ZEND_API int zend_declare_property_null(zend_class_entry *ce, char *name, int name_length, int acce… in zend_declare_property_null()
3195 ZEND_API int zend_declare_property_bool(zend_class_entry *ce, char *name, int name_length, long val… in zend_declare_property_bool()
3210 ZEND_API int zend_declare_property_long(zend_class_entry *ce, char *name, int name_length, long val… in zend_declare_property_long()
3225 ZEND_API int zend_declare_property_double(zend_class_entry *ce, char *name, int name_length, double… in zend_declare_property_double()
3240 ZEND_API int zend_declare_property_string(zend_class_entry *ce, char *name, int name_length, char *… in zend_declare_property_string()
3257 ZEND_API int zend_declare_property_stringl(zend_class_entry *ce, char *name, int name_length, char … in zend_declare_property_stringl()
3273 ZEND_API int zend_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length… in zend_declare_class_constant()
3279 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()
3294 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()
3309 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()
3324 ZEND_API int zend_declare_class_constant_double(zend_class_entry *ce, const char *name, size_t name… in zend_declare_class_constant_double()
3339 ZEND_API int zend_declare_class_constant_stringl(zend_class_entry *ce, const char *name, size_t nam… in zend_declare_class_constant_stringl()
3355 ZEND_API int zend_declare_class_constant_string(zend_class_entry *ce, const char *name, size_t name… in zend_declare_class_constant_string()
3361 ZEND_API void zend_update_property(zend_class_entry *scope, zval *object, char *name, int name_leng… in zend_update_property()
3385 ZEND_API void zend_update_property_null(zend_class_entry *scope, zval *object, char *name, int name… in zend_update_property_null()
3397 ZEND_API void zend_update_property_bool(zend_class_entry *scope, zval *object, char *name, int name… in zend_update_property_bool()
3409 ZEND_API void zend_update_property_long(zend_class_entry *scope, zval *object, char *name, int name… in zend_update_property_long()
3421 ZEND_API void zend_update_property_double(zend_class_entry *scope, zval *object, char *name, int na… in zend_update_property_double()
3433 ZEND_API void zend_update_property_string(zend_class_entry *scope, zval *object, char *name, int na… in zend_update_property_string()
3445 ZEND_API void zend_update_property_stringl(zend_class_entry *scope, zval *object, char *name, int n… in zend_update_property_stringl()
3457 ZEND_API int zend_update_static_property(zend_class_entry *scope, char *name, int name_length, zval… in zend_update_static_property()
3494 ZEND_API int zend_update_static_property_null(zend_class_entry *scope, char *name, int name_length … in zend_update_static_property_null()
3506 ZEND_API int zend_update_static_property_bool(zend_class_entry *scope, char *name, int name_length,… in zend_update_static_property_bool()
3518 ZEND_API int zend_update_static_property_long(zend_class_entry *scope, char *name, int name_length,… in zend_update_static_property_long()
3530 ZEND_API int zend_update_static_property_double(zend_class_entry *scope, char *name, int name_lengt… in zend_update_static_property_double()
3542 ZEND_API int zend_update_static_property_string(zend_class_entry *scope, char *name, int name_lengt… in zend_update_static_property_string()
3554 ZEND_API int zend_update_static_property_stringl(zend_class_entry *scope, char *name, int name_leng… in zend_update_static_property_stringl()
3566 ZEND_API zval *zend_read_property(zend_class_entry *scope, zval *object, char *name, int name_lengt… in zend_read_property()
3591 ZEND_API zval *zend_read_static_property(zend_class_entry *scope, char *name, int name_length, zend… in zend_read_static_property()