Lines Matching defs:value

1073 	zval *value;  in zend_merge_properties()  local
1400 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_assoc_zval_ex()
1481 ZEND_API int add_index_zval(zval *arg, zend_ulong index, zval *value) /* {{{ */ in add_index_zval()
1559 ZEND_API int add_next_index_zval(zval *arg, zval *value) /* {{{ */ in add_next_index_zval()
1630 ZEND_API int array_set_zval_key(HashTable *ht, zval *key, zval *value) /* {{{ */ in array_set_zval_key()
1785 ZEND_API int add_property_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_property_zval_ex()
3707 …rty_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_t… in zend_declare_property_bool()
3716 …rty_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_t… in zend_declare_property_long()
3725 …ty_double(zend_class_entry *ce, const char *name, size_t name_length, double value, int access_typ… in zend_declare_property_double()
3734 …_string(zend_class_entry *ce, const char *name, size_t name_length, const char *value, int access_… in zend_declare_property_string()
3743 …stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_t valu… in zend_declare_property_stringl()
3752 ZEND_API int zend_declare_class_constant_ex(zend_class_entry *ce, zend_string *name, zval *value, i… in zend_declare_class_constant_ex()
3789 …e_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value) /* {{{ */ in zend_declare_class_constant()
3809 …onstant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_declare_class_constant_long()
3818 …onstant_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_bool value) /* {{{ */ in zend_declare_class_constant_bool()
3827 …constant_double(zend_class_entry *ce, const char *name, size_t name_length, double value) /* {{{ */ in zend_declare_class_constant_double()
3836 …stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_t valu… in zend_declare_class_constant_stringl()
3845 …ant_string(zend_class_entry *ce, const char *name, size_t name_length, const char *value) /* {{{ */ in zend_declare_class_constant_string()
3851 …update_property_ex(zend_class_entry *scope, zval *object, zend_string *name, zval *value) /* {{{ */ in zend_update_property_ex()
3868 …zend_class_entry *scope, zval *object, const char *name, size_t name_length, zval *value) /* {{{ */ in zend_update_property()
3913 …_class_entry *scope, zval *object, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_property_bool()
3922 …_class_entry *scope, zval *object, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_property_long()
3931 …end_class_entry *scope, zval *object, const char *name, size_t name_length, double value) /* {{{ */ in zend_update_property_double()
3940 …ass_entry *scope, zval *object, const char *name, size_t name_length, zend_string *value) /* {{{ */ in zend_update_property_str()
3949 …lass_entry *scope, zval *object, const char *name, size_t name_length, const char *value) /* {{{ */ in zend_update_property_string()
3959 …s_entry *scope, zval *object, const char *name, size_t name_length, const char *value, size_t valu… in zend_update_property_stringl()
3969 …atic_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value) /* {{{ */ in zend_update_static_property()
4017 …erty_bool(zend_class_entry *scope, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_static_property_bool()
4026 …erty_long(zend_class_entry *scope, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_static_property_long()
4035 …perty_double(zend_class_entry *scope, const char *name, size_t name_length, double value) /* {{{ */ in zend_update_static_property_double()
4044 …_string(zend_class_entry *scope, const char *name, size_t name_length, const char *value) /* {{{ */ in zend_update_static_property_string()
4054 …ingl(zend_class_entry *scope, const char *name, size_t name_length, const char *value, size_t valu… in zend_update_static_property_stringl()
4066 zval property, *value; in zend_read_property_ex() local
4085 zval *value; in zend_read_property() local