Home
last modified time | relevance | path

Searched defs:value (Results 26 – 50 of 285) sorted by relevance

12345678910>>...12

/php-src/ext/intl/dateformat/
H A Ddateformat_attr.c71 UChar* value = value_buf; in PHP_FUNCTION() local
105 char* value = NULL; in PHP_FUNCTION() local
/php-src/ext/filter/
H A Dsanitizing_filters.c26 static void php_filter_encode_html(zval *value, const unsigned char *chars) in php_filter_encode_html()
61 static void php_filter_encode_url(zval *value, const unsigned char* chars, const int char_len, int … in php_filter_encode_url()
96 static void php_filter_strip(zval *value, zend_long flags) in php_filter_strip()
144 static void filter_map_apply(zval *value, filter_map *map) in filter_map_apply()
/php-src/ext/spl/
H A Dspl_array.stub.php21 public function offsetSet(mixed $key, mixed $value): void {}
27 public function append(mixed $value): void {}
112 public function offsetSet(mixed $key, mixed $value): void {}
124 public function append(mixed $value): void {}
H A Dspl_heap.stub.php18 public function insert(mixed $value, mixed $priority): true {}
93 public function insert(mixed $value): true {}
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dattr.c111 lexbor_str_t *value; in lxb_dom_attr_interface_destroy() local
211 const lxb_char_t *value, size_t value_len) in lxb_dom_attr_set_value()
260 lxb_char_t *value, size_t value_len) in lxb_dom_attr_set_value_wo_copy()
279 const lxb_char_t *value, size_t value_len) in lxb_dom_attr_set_existing_value()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dencoding.c107 const lxb_char_t *value, *value_end; in lxb_html_encoding_determine() local
232 const lxb_char_t *value, *value_end; in lxb_html_encoding_meta() local
425 const lxb_char_t **value, const lxb_char_t **value_end) in lxb_html_get_attribute()
/php-src/Zend/
H A Dzend_atomic.h44 volatile char value; member
52 volatile bool value; member
H A Dzend_API.c1391 zval *value; in zend_merge_properties() local
1954 ZEND_API void add_assoc_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_assoc_zval_ex()
2158 ZEND_API zend_result array_set_zval_key(HashTable *ht, zval *key, zval *value) /* {{{ */ in array_set_zval_key()
2305 ZEND_API void add_property_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ … in add_property_zval_ex()
4780 …e_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value) /* {{{ */ in zend_declare_class_constant()
4812 …ass_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, bool value) /* {{{ */ in zend_declare_class_constant_bool()
4821 …constant_double(zend_class_entry *ce, const char *name, size_t name_length, double value) /* {{{ */ in zend_declare_class_constant_double()
4845 …property_ex(zend_class_entry *scope, zend_object *object, zend_string *name, zval *value) /* {{{ */ in zend_update_property_ex()
4952 …t zend_update_static_property_ex(zend_class_entry *scope, zend_string *name, zval *value) /* {{{ */ in zend_update_static_property_ex()
5055 zval *value; in zend_read_property_ex() local
[all …]
H A Dzend_smart_str.c184 …END_FASTCALL smart_str_append_escaped_truncated(smart_str *str, const zend_string *value, size_t l… in smart_str_append_escaped_truncated()
193 ZEND_API void ZEND_FASTCALL smart_str_append_scalar(smart_str *dest, const zval *value, size_t trun… in smart_str_append_scalar()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_32.c46 sljit_s32 freg, sljit_f64 value) in sljit_emit_fset64()
50 sljit_f64 value; in sljit_emit_fset64() member
H A DsljitNativeRISCV_64.c130 sljit_s32 freg, sljit_f64 value) in sljit_emit_fset64()
134 sljit_f64 value; in sljit_emit_fset64() member
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c1224 static zend_never_inline void zend_assign_to_string_offset(zval *str, zval *dim, zval *value, zval … in zend_assign_to_string_offset()
1482 static void ZEND_FASTCALL zend_jit_assign_dim_helper(zval *object_ptr, zval *dim, zval *value, zval… in zend_jit_assign_dim_helper()
1775 zval *value; in zend_jit_fetch_global_helper() local
2161 static zval* ZEND_FASTCALL zend_jit_assign_const_to_typed_ref(zend_reference *ref, zval *value) in zend_jit_assign_const_to_typed_ref()
2166 static zval* ZEND_FASTCALL zend_jit_assign_tmp_to_typed_ref(zend_reference *ref, zval *value) in zend_jit_assign_tmp_to_typed_ref()
2171 static zval* ZEND_FASTCALL zend_jit_assign_var_to_typed_ref(zend_reference *ref, zval *value) in zend_jit_assign_var_to_typed_ref()
2176 static zval* ZEND_FASTCALL zend_jit_assign_cv_to_typed_ref(zend_reference *ref, zval *value) in zend_jit_assign_cv_to_typed_ref()
2207 static zval* ZEND_FASTCALL zend_jit_assign_const_to_typed_ref2(zend_reference *ref, zval *value, zv… in zend_jit_assign_const_to_typed_ref2()
2212 static zval* ZEND_FASTCALL zend_jit_assign_tmp_to_typed_ref2(zend_reference *ref, zval *value, zval… in zend_jit_assign_tmp_to_typed_ref2()
2217 static zval* ZEND_FASTCALL zend_jit_assign_var_to_typed_ref2(zend_reference *ref, zval *value, zval… in zend_jit_assign_var_to_typed_ref2()
[all …]
/php-src/ext/mysqlnd/
H A Dmysqlnd_debug.h159 #define DBG_RETURN_EX(dbg_obj, value) DBG_LEAVE_EX((dbg_obj), return (value);) argument
162 #define DBG_RETURN_EX2(dbg_obj1, dbg_obj2, value) DBG_LEAVE_EX2((dbg_obj1), (dbg_obj2), return (val… argument
174 #define DBG_RETURN_EX(dbg_obj, value) return (value) argument
189 #define DBG_RETURN(value) DBG_RETURN_EX(MYSQLND_G(dbg), (value)) argument
201 #define TRACE_ALLOC_RETURN(value) DBG_RETURN_EX2(MYSQLND_G(dbg), MYSQLND_G(trace_alloc), (value)) argument
213 #define DBG_RETURN(value) return (value) argument
224 #define TRACE_ALLOC_RETURN(value) return (value) argument
H A Dmysqlnd_statistics.h29 #define MYSQLND_STATS_UPDATE_VALUE(stats, statistic, value) \ argument
54 #define MYSQLND_INC_STATISTIC_W_VALUE(enabler, stats, statistic, value) \ argument
/php-src/ext/date/lib/
H A Dparse_tz.c58 static inline uint32_t timelib_conv_int_unsigned(uint32_t value) in timelib_conv_int_unsigned()
63 static inline uint64_t timelib_conv_int64_unsigned(uint64_t value) in timelib_conv_int64_unsigned()
68 static inline uint32_t timelib_conv_int_unsigned(uint32_t value) in timelib_conv_int_unsigned()
77 static inline uint64_t timelib_conv_int64_unsigned(uint64_t value) in timelib_conv_int64_unsigned()
91 #define timelib_conv_int_signed(value) ((int32_t) timelib_conv_int_unsigned((int32_t) value)) argument
92 #define timelib_conv_int64_signed(value) ((int64_t) timelib_conv_int64_unsigned((int64_t) value)) argument
/php-src/ext/standard/
H A Dhead.c80 PHPAPI zend_result php_setcookie(zend_string *name, zend_string *value, time_t expires, in php_setcookie()
198 zval *value; in php_head_parse_cookie_options_array() local
229 zend_string *name, *value = NULL, *path = NULL, *domain = NULL, *samesite = NULL; in php_setcookie_common() local
H A Dmath.c65 static inline double php_round_helper(double integral, double value, double exponent, int places, i… in php_round_helper()
164 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round()
246 zval *value; in PHP_FUNCTION() local
269 zval *value; in PHP_FUNCTION() local
288 zval *value; in PHP_FUNCTION() local
307 zval *value; in PHP_FUNCTION() local
846 zend_ulong value; in _php_math_longtobase() local
875 zend_ulong value; in _php_math_longtobase_pwr2() local
/php-src/ext/dba/libinifile/
H A Dinifile.c456 static int inifile_delete_replace_append(inifile *dba, const key_type *key, const val_type *value, … in inifile_delete_replace_append()
572 int inifile_replace(inifile *dba, const key_type *key, const val_type *value) in inifile_replace()
579 int inifile_replace_ex(inifile *dba, const key_type *key, const val_type *value, bool *found) in inifile_replace_ex()
586 int inifile_append(inifile *dba, const key_type *key, const val_type *value) in inifile_append()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dbst_map.c114 const lxb_char_t *key, size_t key_len, void *value) in lexbor_bst_map_insert()
214 void *value = entry->value; in lexbor_bst_map_remove() local
H A Davl.c91 lexbor_avl_node_make(lexbor_avl_t *avl, size_t type, void *value) in lexbor_avl_node_make()
259 size_t type, void *value) in lexbor_avl_insert()
401 void *value; in lexbor_avl_remove() local
H A Dstrtod.c60 uint64_t value; in lexbor_strtod_read_uint64() local
165 lexbor_diyfp_t value, pow, adj_pow, rounded; in lexbor_strtod_diyfp_strtod() local
/php-src/ext/dba/
H A Ddba.stub.php46 function dba_insert(string|array $key, string $value, $dba): bool {}
49 function dba_replace(string|array $key, string $value, $dba): bool {}
/php-src/ext/dom/
H A Dcdatasection.c38 char *value = NULL; in PHP_METHOD() local
H A Dcomment.c38 char *value = NULL; in PHP_METHOD() local
/php-src/ext/pdo/
H A Dpdo_stmt.stub.php17 public function bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool {}
62 public function setAttribute(int $attribute, mixed $value): bool {}

Completed in 126 milliseconds

12345678910>>...12