Lines Matching defs:value

1103 	zval *value;  in zend_merge_properties()  local
1430 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_assoc_zval_ex()
1511 ZEND_API int add_index_zval(zval *arg, zend_ulong index, zval *value) /* {{{ */ in add_index_zval()
1589 ZEND_API int add_next_index_zval(zval *arg, zval *value) /* {{{ */ in add_next_index_zval()
1660 ZEND_API int array_set_zval_key(HashTable *ht, zval *key, zval *value) /* {{{ */ in array_set_zval_key()
1815 ZEND_API int add_property_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_property_zval_ex()
3805 …rty_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_t… in zend_declare_property_bool()
3814 …rty_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_t… in zend_declare_property_long()
3823 …ty_double(zend_class_entry *ce, const char *name, size_t name_length, double value, int access_typ… in zend_declare_property_double()
3832 …_string(zend_class_entry *ce, const char *name, size_t name_length, const char *value, int access_… in zend_declare_property_string()
3841 …stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_t valu… in zend_declare_property_stringl()
3850 ZEND_API int zend_declare_class_constant_ex(zend_class_entry *ce, zend_string *name, zval *value, i… in zend_declare_class_constant_ex()
3887 …e_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value) /* {{{ */ in zend_declare_class_constant()
3910 …onstant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_declare_class_constant_long()
3919 …onstant_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_bool value) /* {{{ */ in zend_declare_class_constant_bool()
3928 …constant_double(zend_class_entry *ce, const char *name, size_t name_length, double value) /* {{{ */ in zend_declare_class_constant_double()
3937 …stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_t valu… in zend_declare_class_constant_stringl()
3946 …ant_string(zend_class_entry *ce, const char *name, size_t name_length, const char *value) /* {{{ */ in zend_declare_class_constant_string()
3952 …update_property_ex(zend_class_entry *scope, zval *object, zend_string *name, zval *value) /* {{{ */ in zend_update_property_ex()
3969 …zend_class_entry *scope, zval *object, const char *name, size_t name_length, zval *value) /* {{{ */ in zend_update_property()
4014 …_class_entry *scope, zval *object, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_property_bool()
4023 …_class_entry *scope, zval *object, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_property_long()
4032 …end_class_entry *scope, zval *object, const char *name, size_t name_length, double value) /* {{{ */ in zend_update_property_double()
4041 …ass_entry *scope, zval *object, const char *name, size_t name_length, zend_string *value) /* {{{ */ in zend_update_property_str()
4050 …lass_entry *scope, zval *object, const char *name, size_t name_length, const char *value) /* {{{ */ in zend_update_property_string()
4060 …s_entry *scope, zval *object, const char *name, size_t name_length, const char *value, size_t valu… in zend_update_property_stringl()
4070 …atic_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value) /* {{{ */ in zend_update_static_property()
4118 …erty_bool(zend_class_entry *scope, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_static_property_bool()
4127 …erty_long(zend_class_entry *scope, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_static_property_long()
4136 …perty_double(zend_class_entry *scope, const char *name, size_t name_length, double value) /* {{{ */ in zend_update_static_property_double()
4145 …_string(zend_class_entry *scope, const char *name, size_t name_length, const char *value) /* {{{ */ in zend_update_static_property_string()
4155 …ingl(zend_class_entry *scope, const char *name, size_t name_length, const char *value, size_t valu… in zend_update_static_property_stringl()
4167 zval property, *value; in zend_read_property_ex() local
4186 zval *value; in zend_read_property() local