Lines Matching defs:name_length

2594 ZEND_API int zend_set_hash_symbol(zval *symbol, const char *name, int name_length, zend_bool is_ref…  in zend_set_hash_symbol()
3414 ZEND_API int zend_declare_property_ex(zend_class_entry *ce, const char *name, int name_length, zval… in zend_declare_property_ex()
3514 ZEND_API int zend_declare_property(zend_class_entry *ce, const char *name, int name_length, zval *p… in zend_declare_property()
3520 ZEND_API int zend_declare_property_null(zend_class_entry *ce, const char *name, int name_length, in… in zend_declare_property_null()
3534 ZEND_API int zend_declare_property_bool(zend_class_entry *ce, const char *name, int name_length, lo… in zend_declare_property_bool()
3549 ZEND_API int zend_declare_property_long(zend_class_entry *ce, const char *name, int name_length, lo… in zend_declare_property_long()
3564 ZEND_API int zend_declare_property_double(zend_class_entry *ce, const char *name, int name_length, … in zend_declare_property_double()
3579 ZEND_API int zend_declare_property_string(zend_class_entry *ce, const char *name, int name_length, … in zend_declare_property_string()
3596 ZEND_API int zend_declare_property_stringl(zend_class_entry *ce, const char *name, int name_length,… in zend_declare_property_stringl()
3612 ZEND_API int zend_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_class_constant()
3633 …eclare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, long value … in zend_declare_class_constant_long()
3648 …eclare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_bool v… in zend_declare_class_constant_bool()
3663 …lare_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double valu… in zend_declare_class_constant_double()
3678 …are_class_constant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_class_constant_stringl()
3694 …lare_class_constant_string(zend_class_entry *ce, const char *name, size_t name_length, const char … in zend_declare_class_constant_string()
3700 …te_property(zend_class_entry *scope, zval *object, const char *name, int name_length, zval *value … in zend_update_property()
3736 …operty_bool(zend_class_entry *scope, zval *object, const char *name, int name_length, long value T… in zend_update_property_bool()
3748 …operty_long(zend_class_entry *scope, zval *object, const char *name, int name_length, long value T… in zend_update_property_long()
3760 …erty_double(zend_class_entry *scope, zval *object, const char *name, int name_length, double value… in zend_update_property_double()
3772 …erty_string(zend_class_entry *scope, zval *object, const char *name, int name_length, const char *… in zend_update_property_string()
3784 …rty_stringl(zend_class_entry *scope, zval *object, const char *name, int name_length, const char *… in zend_update_property_stringl()
3796 ZEND_API int zend_update_static_property(zend_class_entry *scope, const char *name, int name_length in zend_update_static_property()
3845 …date_static_property_bool(zend_class_entry *scope, const char *name, int name_length, long value T… in zend_update_static_property_bool()
3857 …date_static_property_long(zend_class_entry *scope, const char *name, int name_length, long value T… in zend_update_static_property_long()
3869 …te_static_property_double(zend_class_entry *scope, const char *name, int name_length, double value… in zend_update_static_property_double()
3881 …te_static_property_string(zend_class_entry *scope, const char *name, int name_length, const char *… in zend_update_static_property_string()
3893 …e_static_property_stringl(zend_class_entry *scope, const char *name, int name_length, const char *… in zend_update_static_property_stringl()
3905 …ad_property(zend_class_entry *scope, zval *object, const char *name, int name_length, zend_bool si… in zend_read_property()
3930 ZEND_API zval *zend_read_static_property(zend_class_entry *scope, const char *name, int name_length in zend_read_static_property()