Lines Matching defs:name_length

2802 ZEND_API int zend_set_hash_symbol(zval *symbol, const char *name, int name_length, zend_bool is_ref…  in zend_set_hash_symbol()
3941 ZEND_API int zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zval… in zend_declare_property()
3950 ZEND_API int zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length,… in zend_declare_property_null()
3959 ZEND_API int zend_declare_property_bool(zend_class_entry *ce, const char *name, size_t name_length,… in zend_declare_property_bool()
3968 ZEND_API int zend_declare_property_long(zend_class_entry *ce, const char *name, size_t name_length,… in zend_declare_property_long()
3977 …nd_declare_property_double(zend_class_entry *ce, const char *name, size_t name_length, double valu… in zend_declare_property_double()
3986 …nd_declare_property_string(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_property_string()
3995 …d_declare_property_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_property_stringl()
4045 ZEND_API int zend_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_class_constant()
4062 …d_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_length) /* {{{ */ in zend_declare_class_constant_null()
4071 …eclare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long v… in zend_declare_class_constant_long()
4080 …eclare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_bool v… in zend_declare_class_constant_bool()
4089 …lare_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double valu… in zend_declare_class_constant_double()
4098 …are_class_constant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_class_constant_stringl()
4107 …lare_class_constant_string(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_class_constant_string()
4127 …_property(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zval *value… in zend_update_property()
4142 …roperty_null(zend_class_entry *scope, zval *object, const char *name, size_t name_length) /* {{{ */ in zend_update_property_null()
4151 …set_property(zend_class_entry *scope, zval *object, const char *name, size_t name_length) /* {{{ */ in zend_unset_property()
4166 …erty_bool(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zend_long v… in zend_update_property_bool()
4175 …erty_long(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zend_long v… in zend_update_property_long()
4184 …ty_double(zend_class_entry *scope, zval *object, const char *name, size_t name_length, double valu… in zend_update_property_double()
4193 …perty_str(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zend_string… in zend_update_property_str()
4202 …ty_string(zend_class_entry *scope, zval *object, const char *name, size_t name_length, const char … in zend_update_property_string()
4212 …y_stringl(zend_class_entry *scope, zval *object, const char *name, size_t name_length, const char … in zend_update_property_stringl()
4258 …_update_static_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value… in zend_update_static_property()
4267 …pdate_static_property_null(zend_class_entry *scope, const char *name, size_t name_length) /* {{{ */ in zend_update_static_property_null()
4276 …te_static_property_bool(zend_class_entry *scope, const char *name, size_t name_length, zend_long v… in zend_update_static_property_bool()
4285 …te_static_property_long(zend_class_entry *scope, const char *name, size_t name_length, zend_long v… in zend_update_static_property_long()
4294 …_static_property_double(zend_class_entry *scope, const char *name, size_t name_length, double valu… in zend_update_static_property_double()
4303 …_static_property_string(zend_class_entry *scope, const char *name, size_t name_length, const char … in zend_update_static_property_string()
4313 …static_property_stringl(zend_class_entry *scope, const char *name, size_t name_length, const char … in zend_update_static_property_stringl()
4338 …_property(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zend_bool s… in zend_read_property()
4363 …nd_read_static_property(zend_class_entry *scope, const char *name, size_t name_length, zend_bool s… in zend_read_static_property()