Lines Matching defs:value

1130 	zval *value;  in zend_merge_properties()  local
1434 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_assoc_zval_ex()
1521 ZEND_API int add_index_zval(zval *arg, zend_ulong index, zval *value) /* {{{ */ in add_index_zval()
1600 ZEND_API int add_next_index_zval(zval *arg, zval *value) /* {{{ */ in add_next_index_zval()
1671 ZEND_API int array_set_zval_key(HashTable *ht, zval *key, zval *value) /* {{{ */ in array_set_zval_key()
1820 ZEND_API int add_property_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_property_zval_ex()
3808 …rty_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_t… in zend_declare_property_bool()
3817 …rty_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_t… in zend_declare_property_long()
3826 …ty_double(zend_class_entry *ce, const char *name, size_t name_length, double value, int access_typ… in zend_declare_property_double()
3835 …_string(zend_class_entry *ce, const char *name, size_t name_length, const char *value, int access_… in zend_declare_property_string()
3844 …stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_t valu… in zend_declare_property_stringl()
3853 ZEND_API int zend_declare_class_constant_ex(zend_class_entry *ce, zend_string *name, zval *value, i… in zend_declare_class_constant_ex()
3894 …e_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value) /* {{{ */ in zend_declare_class_constant()
3920 …onstant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_declare_class_constant_long()
3929 …onstant_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_bool value) /* {{{ */ in zend_declare_class_constant_bool()
3938 …constant_double(zend_class_entry *ce, const char *name, size_t name_length, double value) /* {{{ */ in zend_declare_class_constant_double()
3947 …stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_t valu… in zend_declare_class_constant_stringl()
3956 …ant_string(zend_class_entry *ce, const char *name, size_t name_length, const char *value) /* {{{ */ in zend_declare_class_constant_string()
3962 …update_property_ex(zend_class_entry *scope, zval *object, zend_string *name, zval *value) /* {{{ */ in zend_update_property_ex()
3979 …zend_class_entry *scope, zval *object, const char *name, size_t name_length, zval *value) /* {{{ */ in zend_update_property()
4024 …_class_entry *scope, zval *object, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_property_bool()
4033 …_class_entry *scope, zval *object, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_property_long()
4042 …end_class_entry *scope, zval *object, const char *name, size_t name_length, double value) /* {{{ */ in zend_update_property_double()
4051 …ass_entry *scope, zval *object, const char *name, size_t name_length, zend_string *value) /* {{{ */ in zend_update_property_str()
4060 …lass_entry *scope, zval *object, const char *name, size_t name_length, const char *value) /* {{{ */ in zend_update_property_string()
4070 …s_entry *scope, zval *object, const char *name, size_t name_length, const char *value, size_t valu… in zend_update_property_stringl()
4080 ZEND_API int zend_update_static_property_ex(zend_class_entry *scope, zend_string *name, zval *value in zend_update_static_property_ex()
4111 …atic_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value) /* {{{ */ in zend_update_static_property()
4129 …erty_bool(zend_class_entry *scope, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_static_property_bool()
4138 …erty_long(zend_class_entry *scope, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_static_property_long()
4147 …perty_double(zend_class_entry *scope, const char *name, size_t name_length, double value) /* {{{ */ in zend_update_static_property_double()
4156 …_string(zend_class_entry *scope, const char *name, size_t name_length, const char *value) /* {{{ */ in zend_update_static_property_string()
4166 …ingl(zend_class_entry *scope, const char *name, size_t name_length, const char *value, size_t valu… in zend_update_static_property_stringl()
4178 zval property, *value; in zend_read_property_ex() local
4197 zval *value; in zend_read_property() local