Lines Matching defs:value

1072 	zval *value;  in zend_merge_properties()  local
1404 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_assoc_zval_ex()
1485 ZEND_API int add_index_zval(zval *arg, zend_ulong index, zval *value) /* {{{ */ in add_index_zval()
1563 ZEND_API int add_next_index_zval(zval *arg, zval *value) /* {{{ */ in add_next_index_zval()
1634 ZEND_API int array_set_zval_key(HashTable *ht, zval *key, zval *value) /* {{{ */ in array_set_zval_key()
1789 ZEND_API int add_property_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_property_zval_ex()
3705 …rty_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_t… in zend_declare_property_bool()
3714 …rty_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_t… in zend_declare_property_long()
3723 …ty_double(zend_class_entry *ce, const char *name, size_t name_length, double value, int access_typ… in zend_declare_property_double()
3732 …_string(zend_class_entry *ce, const char *name, size_t name_length, const char *value, int access_… in zend_declare_property_string()
3741 …stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_t valu… in zend_declare_property_stringl()
3750 …e_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value) /* {{{ */ in zend_declare_class_constant()
3769 …onstant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_declare_class_constant_long()
3778 …onstant_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_bool value) /* {{{ */ in zend_declare_class_constant_bool()
3787 …constant_double(zend_class_entry *ce, const char *name, size_t name_length, double value) /* {{{ */ in zend_declare_class_constant_double()
3796 …stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_t valu… in zend_declare_class_constant_stringl()
3805 …ant_string(zend_class_entry *ce, const char *name, size_t name_length, const char *value) /* {{{ */ in zend_declare_class_constant_string()
3811 …update_property_ex(zend_class_entry *scope, zval *object, zend_string *name, zval *value) /* {{{ */ in zend_update_property_ex()
3828 …zend_class_entry *scope, zval *object, const char *name, size_t name_length, zval *value) /* {{{ */ in zend_update_property()
3873 …_class_entry *scope, zval *object, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_property_bool()
3882 …_class_entry *scope, zval *object, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_property_long()
3891 …end_class_entry *scope, zval *object, const char *name, size_t name_length, double value) /* {{{ */ in zend_update_property_double()
3900 …ass_entry *scope, zval *object, const char *name, size_t name_length, zend_string *value) /* {{{ */ in zend_update_property_str()
3909 …lass_entry *scope, zval *object, const char *name, size_t name_length, const char *value) /* {{{ */ in zend_update_property_string()
3919 …s_entry *scope, zval *object, const char *name, size_t name_length, const char *value, size_t valu… in zend_update_property_stringl()
3929 …atic_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value) /* {{{ */ in zend_update_static_property()
3977 …erty_bool(zend_class_entry *scope, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_static_property_bool()
3986 …erty_long(zend_class_entry *scope, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_static_property_long()
3995 …perty_double(zend_class_entry *scope, const char *name, size_t name_length, double value) /* {{{ */ in zend_update_static_property_double()
4004 …_string(zend_class_entry *scope, const char *name, size_t name_length, const char *value) /* {{{ */ in zend_update_static_property_string()
4014 …ingl(zend_class_entry *scope, const char *name, size_t name_length, const char *value, size_t valu… in zend_update_static_property_stringl()
4026 zval property, *value; in zend_read_property() local