Lines Matching defs:value
1173 zval *value; in zend_merge_properties() local
1522 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_assoc_zval_ex()
1681 ZEND_API int array_set_zval_key(HashTable *ht, zval *key, zval *value) /* {{{ */ in array_set_zval_key()
1802 ZEND_API int add_property_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_property_zval_ex()
3959 …rty_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_t… in zend_declare_property_bool()
3968 …rty_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long value, int access_t… in zend_declare_property_long()
3977 …ty_double(zend_class_entry *ce, const char *name, size_t name_length, double value, int access_typ… in zend_declare_property_double()
3986 …_string(zend_class_entry *ce, const char *name, size_t name_length, const char *value, int access_… in zend_declare_property_string()
3995 …stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_t valu… in zend_declare_property_stringl()
4004 ZEND_API int zend_declare_class_constant_ex(zend_class_entry *ce, zend_string *name, zval *value, i… in zend_declare_class_constant_ex()
4045 …e_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value) /* {{{ */ in zend_declare_class_constant()
4071 …onstant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_declare_class_constant_long()
4080 …onstant_bool(zend_class_entry *ce, const char *name, size_t name_length, zend_bool value) /* {{{ */ in zend_declare_class_constant_bool()
4089 …constant_double(zend_class_entry *ce, const char *name, size_t name_length, double value) /* {{{ */ in zend_declare_class_constant_double()
4098 …stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_t valu… in zend_declare_class_constant_stringl()
4107 …ant_string(zend_class_entry *ce, const char *name, size_t name_length, const char *value) /* {{{ */ in zend_declare_class_constant_string()
4113 …update_property_ex(zend_class_entry *scope, zval *object, zend_string *name, zval *value) /* {{{ */ in zend_update_property_ex()
4127 …zend_class_entry *scope, zval *object, const char *name, size_t name_length, zval *value) /* {{{ */ in zend_update_property()
4166 …_class_entry *scope, zval *object, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_property_bool()
4175 …_class_entry *scope, zval *object, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_property_long()
4184 …end_class_entry *scope, zval *object, const char *name, size_t name_length, double value) /* {{{ */ in zend_update_property_double()
4193 …ass_entry *scope, zval *object, const char *name, size_t name_length, zend_string *value) /* {{{ */ in zend_update_property_str()
4202 …lass_entry *scope, zval *object, const char *name, size_t name_length, const char *value) /* {{{ */ in zend_update_property_string()
4212 …s_entry *scope, zval *object, const char *name, size_t name_length, const char *value, size_t valu… in zend_update_property_stringl()
4222 ZEND_API int zend_update_static_property_ex(zend_class_entry *scope, zend_string *name, zval *value… in zend_update_static_property_ex()
4258 …atic_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value) /* {{{ */ in zend_update_static_property()
4276 …erty_bool(zend_class_entry *scope, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_static_property_bool()
4285 …erty_long(zend_class_entry *scope, const char *name, size_t name_length, zend_long value) /* {{{ */ in zend_update_static_property_long()
4294 …perty_double(zend_class_entry *scope, const char *name, size_t name_length, double value) /* {{{ */ in zend_update_static_property_double()
4303 …_string(zend_class_entry *scope, const char *name, size_t name_length, const char *value) /* {{{ */ in zend_update_static_property_string()
4313 …ingl(zend_class_entry *scope, const char *name, size_t name_length, const char *value, size_t valu… in zend_update_static_property_stringl()
4325 zval property, *value; in zend_read_property_ex() local
4340 zval *value; in zend_read_property() local