Lines Matching defs:name_length

3222 ZEND_API zend_result zend_set_hash_symbol(zval *symbol, const char *name, size_t name_length, bool …  in zend_set_hash_symbol()
4352 ZEND_API void zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zva… in zend_declare_property()
4360 ZEND_API void zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_property_null()
4369 ZEND_API void zend_declare_property_bool(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_property_bool()
4378 ZEND_API void zend_declare_property_long(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_property_long()
4387 …nd_declare_property_double(zend_class_entry *ce, const char *name, size_t name_length, double valu… in zend_declare_property_double()
4396 …nd_declare_property_string(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_property_string()
4405 …d_declare_property_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_property_stringl()
4460 …end_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value… in zend_declare_class_constant()
4474 …d_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_length) /* {{{ */ in zend_declare_class_constant_null()
4483 …eclare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long v… in zend_declare_class_constant_long()
4492 …eclare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, bool value)… in zend_declare_class_constant_bool()
4501 …lare_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double valu… in zend_declare_class_constant_double()
4510 …are_class_constant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_class_constant_stringl()
4519 …lare_class_constant_string(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_class_constant_string()
4537 …ty(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zval *value… in zend_update_property()
4552 …_null(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length) /* {{{ */ in zend_update_property_null()
4561 …perty(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length) /* {{{ */ in zend_unset_property()
4576 …ol(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_long v… in zend_update_property_bool()
4585 …ng(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_long v… in zend_update_property_long()
4594 …le(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, double valu… in zend_update_property_double()
4603 …tr(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zend_string… in zend_update_property_str()
4612 …ng(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, const char … in zend_update_property_string()
4622 …gl(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, const char … in zend_update_property_stringl()
4668 …_update_static_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value… in zend_update_static_property()
4677 …pdate_static_property_null(zend_class_entry *scope, const char *name, size_t name_length) /* {{{ */ in zend_update_static_property_null()
4686 …te_static_property_bool(zend_class_entry *scope, const char *name, size_t name_length, zend_long v… in zend_update_static_property_bool()
4695 …te_static_property_long(zend_class_entry *scope, const char *name, size_t name_length, zend_long v… in zend_update_static_property_long()
4704 …_static_property_double(zend_class_entry *scope, const char *name, size_t name_length, double valu… in zend_update_static_property_double()
4713 …_static_property_string(zend_class_entry *scope, const char *name, size_t name_length, const char … in zend_update_static_property_string()
4723 …static_property_stringl(zend_class_entry *scope, const char *name, size_t name_length, const char … in zend_update_static_property_stringl()
4747 …ty(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, bool silent… in zend_read_property()
4772 …nd_read_static_property(zend_class_entry *scope, const char *name, size_t name_length, bool silent… in zend_read_static_property()