Lines Matching defs:name_length

2886 ZEND_API zend_result zend_set_hash_symbol(zval *symbol, const char *name, size_t name_length, zend_…  in zend_set_hash_symbol()
3974 ZEND_API void zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zva… in zend_declare_property()
3982 ZEND_API void zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_property_null()
3991 ZEND_API void zend_declare_property_bool(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_property_bool()
4000 ZEND_API void zend_declare_property_long(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_property_long()
4009 …nd_declare_property_double(zend_class_entry *ce, const char *name, size_t name_length, double valu… in zend_declare_property_double()
4018 …nd_declare_property_string(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_property_string()
4027 …d_declare_property_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_property_stringl()
4078 …end_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value… in zend_declare_class_constant()
4092 …d_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_length) /* {{{ */ in zend_declare_class_constant_null()
4101 …eclare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long v… in zend_declare_class_constant_long()
4110 …eclare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_bool v… in zend_declare_class_constant_bool()
4119 …lare_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double valu… in zend_declare_class_constant_double()
4128 …are_class_constant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_class_constant_stringl()
4137 …lare_class_constant_string(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_class_constant_string()
4155 …ty(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zval *value… in zend_update_property()
4170 …_null(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length) /* {{{ */ in zend_update_property_null()
4179 …perty(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length) /* {{{ */ in zend_unset_property()
4194 …ol(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_long v… in zend_update_property_bool()
4203 …ng(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_long v… in zend_update_property_long()
4212 …le(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, double valu… in zend_update_property_double()
4221 …tr(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_string… in zend_update_property_str()
4230 …ng(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, const char … in zend_update_property_string()
4240 …gl(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, const char … in zend_update_property_stringl()
4286 …_update_static_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value… in zend_update_static_property()
4295 …pdate_static_property_null(zend_class_entry *scope, const char *name, size_t name_length) /* {{{ */ in zend_update_static_property_null()
4304 …te_static_property_bool(zend_class_entry *scope, const char *name, size_t name_length, zend_long v… in zend_update_static_property_bool()
4313 …te_static_property_long(zend_class_entry *scope, const char *name, size_t name_length, zend_long v… in zend_update_static_property_long()
4322 …_static_property_double(zend_class_entry *scope, const char *name, size_t name_length, double valu… in zend_update_static_property_double()
4331 …_static_property_string(zend_class_entry *scope, const char *name, size_t name_length, const char … in zend_update_static_property_string()
4341 …static_property_stringl(zend_class_entry *scope, const char *name, size_t name_length, const char … in zend_update_static_property_stringl()
4365 …ty(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_bool s… in zend_read_property()
4390 …nd_read_static_property(zend_class_entry *scope, const char *name, size_t name_length, zend_bool s… in zend_read_static_property()