Lines Matching defs:name_length

3330 ZEND_API zend_result zend_set_hash_symbol(zval *symbol, const char *name, size_t name_length, bool …  in zend_set_hash_symbol()
4460 ZEND_API void zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zva… in zend_declare_property()
4468 ZEND_API void zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_property_null()
4477 ZEND_API void zend_declare_property_bool(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_property_bool()
4486 ZEND_API void zend_declare_property_long(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_property_long()
4495 …nd_declare_property_double(zend_class_entry *ce, const char *name, size_t name_length, double valu… in zend_declare_property_double()
4504 …nd_declare_property_string(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_property_string()
4513 …d_declare_property_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_property_stringl()
4568 …end_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value… in zend_declare_class_constant()
4582 …d_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_length) /* {{{ */ in zend_declare_class_constant_null()
4591 …eclare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long v… in zend_declare_class_constant_long()
4600 …eclare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, bool value)… in zend_declare_class_constant_bool()
4609 …lare_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double valu… in zend_declare_class_constant_double()
4618 …are_class_constant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_class_constant_stringl()
4627 …lare_class_constant_string(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_class_constant_string()
4645 …ty(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zval *value… in zend_update_property()
4660 …_null(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length) /* {{{ */ in zend_update_property_null()
4669 …perty(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length) /* {{{ */ in zend_unset_property()
4684 …ol(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_long v… in zend_update_property_bool()
4693 …ng(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_long v… in zend_update_property_long()
4702 …le(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, double valu… in zend_update_property_double()
4711 …tr(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_string… in zend_update_property_str()
4720 …ng(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, const char … in zend_update_property_string()
4730 …gl(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, const char … in zend_update_property_stringl()
4776 …_update_static_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value… in zend_update_static_property()
4785 …pdate_static_property_null(zend_class_entry *scope, const char *name, size_t name_length) /* {{{ */ in zend_update_static_property_null()
4794 …te_static_property_bool(zend_class_entry *scope, const char *name, size_t name_length, zend_long v… in zend_update_static_property_bool()
4803 …te_static_property_long(zend_class_entry *scope, const char *name, size_t name_length, zend_long v… in zend_update_static_property_long()
4812 …_static_property_double(zend_class_entry *scope, const char *name, size_t name_length, double valu… in zend_update_static_property_double()
4821 …_static_property_string(zend_class_entry *scope, const char *name, size_t name_length, const char … in zend_update_static_property_string()
4831 …static_property_stringl(zend_class_entry *scope, const char *name, size_t name_length, const char … in zend_update_static_property_stringl()
4855 …ty(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, bool silent… in zend_read_property()
4880 …nd_read_static_property(zend_class_entry *scope, const char *name, size_t name_length, bool silent… in zend_read_static_property()