Lines Matching defs:name_length

3518 ZEND_API zend_result zend_set_hash_symbol(zval *symbol, const char *name, size_t name_length, bool …  in zend_set_hash_symbol()
4663 ZEND_API void zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zva… in zend_declare_property()
4671 ZEND_API void zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_property_null()
4680 ZEND_API void zend_declare_property_bool(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_property_bool()
4689 ZEND_API void zend_declare_property_long(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_property_long()
4698 …nd_declare_property_double(zend_class_entry *ce, const char *name, size_t name_length, double valu… in zend_declare_property_double()
4707 …nd_declare_property_string(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_property_string()
4716 …d_declare_property_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_property_stringl()
4780 …end_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value… in zend_declare_class_constant()
4794 …d_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_length) /* {{{ */ in zend_declare_class_constant_null()
4803 …eclare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long v… in zend_declare_class_constant_long()
4812 …eclare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, bool value)… in zend_declare_class_constant_bool()
4821 …lare_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double valu… in zend_declare_class_constant_double()
4830 …are_class_constant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_class_constant_stringl()
4839 …lare_class_constant_string(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_class_constant_string()
4857 …ty(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zval *value… in zend_update_property()
4872 …_null(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length) /* {{{ */ in zend_update_property_null()
4881 …perty(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length) /* {{{ */ in zend_unset_property()
4896 …ol(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_long v… in zend_update_property_bool()
4905 …ng(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_long v… in zend_update_property_long()
4914 …le(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, double valu… in zend_update_property_double()
4923 …tr(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_string… in zend_update_property_str()
4932 …ng(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, const char … in zend_update_property_string()
4942 …gl(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, const char … in zend_update_property_stringl()
4988 …_update_static_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value… in zend_update_static_property()
4997 …pdate_static_property_null(zend_class_entry *scope, const char *name, size_t name_length) /* {{{ */ in zend_update_static_property_null()
5006 …te_static_property_bool(zend_class_entry *scope, const char *name, size_t name_length, zend_long v… in zend_update_static_property_bool()
5015 …te_static_property_long(zend_class_entry *scope, const char *name, size_t name_length, zend_long v… in zend_update_static_property_long()
5024 …_static_property_double(zend_class_entry *scope, const char *name, size_t name_length, double valu… in zend_update_static_property_double()
5033 …_static_property_string(zend_class_entry *scope, const char *name, size_t name_length, const char … in zend_update_static_property_string()
5043 …static_property_stringl(zend_class_entry *scope, const char *name, size_t name_length, const char … in zend_update_static_property_stringl()
5067 …ty(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, bool silent… in zend_read_property()
5092 …nd_read_static_property(zend_class_entry *scope, const char *name, size_t name_length, bool silent… in zend_read_static_property()