Lines Matching defs:name_length
3604 ZEND_API zend_result zend_set_hash_symbol(zval *symbol, const char *name, size_t name_length, bool … in zend_set_hash_symbol()
4796 ZEND_API void zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zva… in zend_declare_property()
4804 ZEND_API void zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length… in zend_declare_property_null()
4813 ZEND_API void zend_declare_property_bool(zend_class_entry *ce, const char *name, size_t name_length… in zend_declare_property_bool()
4822 ZEND_API void zend_declare_property_long(zend_class_entry *ce, const char *name, size_t name_length… in zend_declare_property_long()
4831 …nd_declare_property_double(zend_class_entry *ce, const char *name, size_t name_length, double valu… in zend_declare_property_double()
4840 …nd_declare_property_string(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_property_string()
4849 …d_declare_property_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_property_stringl()
4913 …end_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value… in zend_declare_class_constant()
4927 …d_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_length) /* {{{ */ in zend_declare_class_constant_null()
4936 …eclare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long v… in zend_declare_class_constant_long()
4945 …eclare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, bool value)… in zend_declare_class_constant_bool()
4954 …lare_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double valu… in zend_declare_class_constant_double()
4963 …are_class_constant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_class_constant_stringl()
4972 …lare_class_constant_string(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_class_constant_string()
4990 …ty(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zval *value… in zend_update_property()
5005 …_null(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length) /* {{{ */ in zend_update_property_null()
5014 …perty(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length) /* {{{ */ in zend_unset_property()
5029 …ol(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_long v… in zend_update_property_bool()
5038 …ng(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_long v… in zend_update_property_long()
5047 …le(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, double valu… in zend_update_property_double()
5056 …tr(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_string… in zend_update_property_str()
5065 …ng(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, const char … in zend_update_property_string()
5075 …gl(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, const char … in zend_update_property_stringl()
5121 …_update_static_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value… in zend_update_static_property()
5130 …pdate_static_property_null(zend_class_entry *scope, const char *name, size_t name_length) /* {{{ */ in zend_update_static_property_null()
5139 …te_static_property_bool(zend_class_entry *scope, const char *name, size_t name_length, zend_long v… in zend_update_static_property_bool()
5148 …te_static_property_long(zend_class_entry *scope, const char *name, size_t name_length, zend_long v… in zend_update_static_property_long()
5157 …_static_property_double(zend_class_entry *scope, const char *name, size_t name_length, double valu… in zend_update_static_property_double()
5166 …_static_property_string(zend_class_entry *scope, const char *name, size_t name_length, const char … in zend_update_static_property_string()
5176 …static_property_stringl(zend_class_entry *scope, const char *name, size_t name_length, const char … in zend_update_static_property_stringl()
5200 …ty(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, bool silent… in zend_read_property()
5225 …nd_read_static_property(zend_class_entry *scope, const char *name, size_t name_length, bool silent… in zend_read_static_property()