Lines Matching defs:name_length

2653 ZEND_API int zend_set_hash_symbol(zval *symbol, const char *name, int name_length, zend_bool is_ref…  in zend_set_hash_symbol()
3470 ZEND_API int zend_declare_property_ex(zend_class_entry *ce, const char *name, int name_length, zval… in zend_declare_property_ex()
3569 ZEND_API int zend_declare_property(zend_class_entry *ce, const char *name, int name_length, zval *p… in zend_declare_property()
3575 ZEND_API int zend_declare_property_null(zend_class_entry *ce, const char *name, int name_length, in… in zend_declare_property_null()
3589 ZEND_API int zend_declare_property_bool(zend_class_entry *ce, const char *name, int name_length, lo… in zend_declare_property_bool()
3604 ZEND_API int zend_declare_property_long(zend_class_entry *ce, const char *name, int name_length, lo… in zend_declare_property_long()
3619 ZEND_API int zend_declare_property_double(zend_class_entry *ce, const char *name, int name_length, … in zend_declare_property_double()
3634 ZEND_API int zend_declare_property_string(zend_class_entry *ce, const char *name, int name_length, … in zend_declare_property_string()
3651 ZEND_API int zend_declare_property_stringl(zend_class_entry *ce, const char *name, int name_length,… in zend_declare_property_stringl()
3667 ZEND_API int zend_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_class_constant()
3688 …eclare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, long value … in zend_declare_class_constant_long()
3703 …eclare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_bool v… in zend_declare_class_constant_bool()
3718 …lare_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double valu… in zend_declare_class_constant_double()
3733 …are_class_constant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_class_constant_stringl()
3749 …lare_class_constant_string(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_class_constant_string()
3755 …te_property(zend_class_entry *scope, zval *object, const char *name, int name_length, zval *value … in zend_update_property()
3815 …operty_bool(zend_class_entry *scope, zval *object, const char *name, int name_length, long value T… in zend_update_property_bool()
3827 …operty_long(zend_class_entry *scope, zval *object, const char *name, int name_length, long value T… in zend_update_property_long()
3839 …erty_double(zend_class_entry *scope, zval *object, const char *name, int name_length, double value… in zend_update_property_double()
3851 …erty_string(zend_class_entry *scope, zval *object, const char *name, int name_length, const char *… in zend_update_property_string()
3863 …rty_stringl(zend_class_entry *scope, zval *object, const char *name, int name_length, const char *… in zend_update_property_stringl()
3875 ZEND_API int zend_update_static_property(zend_class_entry *scope, const char *name, int name_length in zend_update_static_property()
3924 …date_static_property_bool(zend_class_entry *scope, const char *name, int name_length, long value T… in zend_update_static_property_bool()
3936 …date_static_property_long(zend_class_entry *scope, const char *name, int name_length, long value T… in zend_update_static_property_long()
3948 …te_static_property_double(zend_class_entry *scope, const char *name, int name_length, double value… in zend_update_static_property_double()
3960 …te_static_property_string(zend_class_entry *scope, const char *name, int name_length, const char *… in zend_update_static_property_string()
3972 …e_static_property_stringl(zend_class_entry *scope, const char *name, int name_length, const char *… in zend_update_static_property_stringl()
3984 …ad_property(zend_class_entry *scope, zval *object, const char *name, int name_length, zend_bool si… in zend_read_property()
4009 ZEND_API zval *zend_read_static_property(zend_class_entry *scope, const char *name, int name_length in zend_read_static_property()