Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 2314) sorted by last modified time

12345678910>>...93

/PHP-7.3/
H A DNEWS443 . Fixed bug #79282 (Use-of-uninitialized-value in exif). (CVE-2020-7064)
461 . Fixed bug #79062 (Property with heredoc default value returns false for
682 . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
720 . Fixed bug #78624 (session_gc return value for user defined session
732 . Fixed bug #78641 (addGlob can modify given remove_path value). (cmb)
942 value). (Ignace Nyamagana Butera)
1123 . Fixed bug #76717 (var_export() does not create a parsable value for
1981 . Fixed bug #76477 (Opcache causes empty return value).
2205 . Fixed bug #75938 (Modulus value not stored in variable). (Nikita)
2400 loosely-equal value). (pmmaga)
[all …]
H A Dconfigure.ac1074 AC_MSG_ERROR([Invalid value passed to --enable-fd-setsize!])
1684 | database, set the value BEQUEATH_DETACH=YES in Oracle Net's |
H A Drun-tests.php1124 $bin_env[$key] = $value;
2384 $value = trim($setting[1]);
2395 $ini_settings[$name] = $value;
2407 if (is_array($value)) {
2408 foreach($value as $val) {
2413 if (substr(PHP_OS, 0, 3) == "WIN" && !empty($value) && $value{0} == '"') {
2414 $len = strlen($value);
2417 $value{0} = "'";
2418 $value{$len - 1} = "'";
2421 $value = addslashes($value);
[all …]
H A Dacinclude.m475 dnl PHP_DEFINE(WHAT [, value[, directory]])
77 dnl Creates builddir/include/what.h and in there #define WHAT value
86 dnl Adds variable with it's value into Makefile, e.g.:
695 dnl Sets PHP_ARG_NAME either to the user value or to the default value.
720 dnl Sets PHP_ARG_NAME either to the user value or to the default value.
1051 dnl _PHP_CHECK_SIZEOF(type, cross-value, extra-headers [, found-action [, not-found-action]])
1097 dnl PHP_CHECK_SIZEOF(type, cross-value, extra-headers)
/PHP-7.3/ext/zip/
H A Dphp_zip.c370 #define REGISTER_ZIP_CLASS_CONST_LONG(const_name, value) \ argument
371 …d_declare_class_constant_long(zip_class_entry, const_name, sizeof(const_name)-1, (zend_long)value);
/PHP-7.3/ext/phar/
H A Dphar_object.c1394 zval *value; in phar_build() local
1410 value = iter->funcs->get_current_data(iter); in phar_build()
1416 if (!value) { in phar_build()
1422 switch (Z_TYPE_P(value)) { in phar_build()
1426 php_stream_from_zval_no_verify(fp, value); in phar_build()
1461 if (instanceof_function(Z_OBJCE_P(value), spl_ce_SplFileInfo)) { in phar_build()
1464 …spl_filesystem_object *intern = (spl_filesystem_object*)((char*)Z_OBJ_P(value) - Z_OBJ_P(value)->h… in phar_build()
1515 fname = Z_STRVAL_P(value); in phar_build()
1516 fname_len = Z_STRLEN_P(value); in phar_build()
5215 ZEND_ARG_INFO(0, value)
[all …]
/PHP-7.3/ext/pdo_firebird/
H A Dfirebird_statement.c560 char *value; in firebird_stmt_param_hook() local
684 value = NULL; in firebird_stmt_param_hook()
695 if (firebird_stmt_get_col(stmt, param->paramno, &value, &value_len, &caller_frees)) { in firebird_stmt_param_hook()
698 if (value) { in firebird_stmt_param_hook()
699 ZVAL_STRINGL(parameter, value, value_len); in firebird_stmt_param_hook()
703 if (value) { in firebird_stmt_param_hook()
704 ZVAL_LONG(parameter, *(zend_long*)value); in firebird_stmt_param_hook()
719 if (value && caller_frees) { in firebird_stmt_param_hook()
720 efree(value); in firebird_stmt_param_hook()
/PHP-7.3/ext/filter/
H A Dlogical_filters.c217 p = Z_STRVAL_P(value); in php_filter_int()
245 zval_ptr_dtor(value); in php_filter_int()
315 zval_ptr_dtor(value); in php_filter_boolean()
316 ZVAL_BOOL(value, ret); in php_filter_boolean()
421 zval_ptr_dtor(value); in php_filter_float()
563 if (Z_TYPE_P(value) != IS_STRING || old_len != Z_STRLEN_P(value)) { in php_filter_validate_url()
568 url = php_url_parse_ex(Z_STRVAL_P(value), Z_STRLEN_P(value)); in php_filter_validate_url()
818 if (memchr(Z_STRVAL_P(value), ':', Z_STRLEN_P(value))) { in php_filter_validate_ip()
820 } else if (memchr(Z_STRVAL_P(value), '.', Z_STRLEN_P(value))) { in php_filter_validate_ip()
866 res = _php_filter_validate_ipv6(Z_STRVAL_P(value), Z_STRLEN_P(value)); in php_filter_validate_ip()
[all …]
/PHP-7.3/ext/imap/
H A Dphp_imap.c3417 add_property_string(&dparam, "value", dpar->value); in PHP_FUNCTION()
3435 if (par->value) { in PHP_FUNCTION()
3436 add_property_string(&param, "value", par->value); in PHP_FUNCTION()
3580 #define PHP_RFC822_PARSE_ADRLIST(target, value) \ in PHP_FUNCTION() argument
3581 str_copy = estrndup(Z_STRVAL_P(value), Z_STRLEN_P(value)); \ in PHP_FUNCTION()
3690 tmp_param->value = cpystr(Z_STRVAL_P(pvalue)); in PHP_FUNCTION()
3933 l2 = strlen(custom_headers_param->value); in PHP_FUNCTION()
3962 cookie = param->value; in PHP_FUNCTION()
4726 add_property_string(&dparam, "value", dpar->value); in _php_imap_add_body()
4744 if (par->value) { in _php_imap_add_body()
[all …]
/PHP-7.3/ext/simplexml/
H A Dsimplexml.c388 if (!value) in change_node_zval()
393 switch (Z_TYPE_P(value)) { in change_node_zval()
504 if (value) { in sxe_prop_dim_write()
513 value = &zval_copy; in sxe_prop_dim_write()
521 value = sxe_get_value(value, &zval_copy); in sxe_prop_dim_write()
567 zval_ptr_dtor(value); in sxe_prop_dim_write()
605 if (value) { in sxe_prop_dim_write()
646 zval_ptr_dtor(value); in sxe_prop_dim_write()
1105 zval value; in sxe_get_prop_hash() local
1282 zval value; in SXE_METHOD() local
[all …]
/PHP-7.3/ext/soap/
H A Dphp_sdl.c1256 WSDL_CACHE_GET_INT(x->value, in); in sdl_deserialize_resriction_int()
1270 x->value = sdl_deserialize_string(in); in sdl_deserialize_resriction_char()
1898 WSDL_CACHE_PUT_INT(x->value, out); in sdl_serialize_resriction_int()
1909 sdl_serialize_string(x->value, out); in sdl_serialize_resriction_char()
2395 prest->value = strdup((*rest)->value); in make_persistent_restriction_char_int()
H A Dphp_xml.c75 static void soap_Comment(void *ctx, const xmlChar *value) in soap_Comment() argument
275 …tribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns) in get_node_with_attribute_ex() argument
288 if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) { in get_node_with_attribute_ex()
296 …cursive_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns) in get_node_with_attribute_recursive_ex() argument
301 if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) { in get_node_with_attribute_recursive_ex()
306 …p = get_node_with_attribute_recursive_ex(node->children, name, name_ns, attribute, value, attr_ns); in get_node_with_attribute_recursive_ex()
316 int parse_namespace(const xmlChar *inval, char **value, char **namespace) in parse_namespace() argument
322 (*value) = estrdup(++found); in parse_namespace()
324 (*value) = estrdup((char*)inval); in parse_namespace()
/PHP-7.3/ext/standard/
H A Durl.c438 int value; in php_htoi() local
444 value = (c >= '0' && c <= '9' ? c - '0' : c - 'a' + 10) * 16; in php_htoi()
449 value += c >= '0' && c <= '9' ? c - '0' : c - 'a' + 10; in php_htoi()
451 return (value); in php_htoi()
/PHP-7.3/ext/standard/tests/strings/
H A Durl_t.phpt74 'http://user:@pass@host/path?argument?value#etc',
762 --> http://user:@pass@host/path?argument?value#etc: array(7) {
774 string(14) "argument?value"
/PHP-7.3/ext/standard/tests/url/
H A Dparse_url_basic_001.phpt708 --> http://user:@pass@host/path?argument?value#etc: array(7) {
720 string(14) "argument?value"
H A Dparse_url_basic_003.phpt92 --> http://user:@pass@host/path?argument?value#etc : string(4) "host"
H A Dparse_url_basic_005.phpt92 --> http://user:@pass@host/path?argument?value#etc : string(4) "user"
H A Dparse_url_unterminated.phpt710 --> http://user:@pass@host/path?argument?value#etc: array(7) {
722 string(14) "argument?value"
H A Dparse_url_basic_004.phpt92 --> http://user:@pass@host/path?argument?value#etc : NULL
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_expire_password.phpt22 die("SKIP Failed to query MariaDB @@disconnect_on_expired_password value");
/PHP-7.3/build/
H A Dlibtool.m4861 # We know the value 262144 and hardcode it with a safety zone (like BSD)
908 # It appears as though 1/2 is a usable value.
1189 # do not overwrite the value of need_locks provided by the user
3039 # Determine the default libpath from the value encoded in an empty executable.
3050 # Determine the default libpath from the value encoded in an empty executable.
3730 # non-empty value in the environment. Most likely only useful for
5730 # Determine the default libpath from the value encoded in an empty executable.
5740 # Determine the default libpath from the value encoded in an empty executable.
/PHP-7.3/ext/snmp/
H A Dsnmp.c167 ZEND_ARG_INFO(0, value)
226 ZEND_ARG_INFO(0, value)
293 ZEND_ARG_INFO(0, value)
347 ZEND_ARG_INFO(0, value)
950 convert_to_string_ex(value); in php_snmp_parse_oid()
968 objid_query->vars[objid_query->count].value = Z_STRVAL_P(value); in php_snmp_parse_oid()
1016 objid_query->vars[objid_query->count].value = Z_STRVAL_P(value); in php_snmp_parse_oid()
1369 zval *oid, *value, *type; in php_snmp() local
1971 hnd->write_func(obj, value); in php_snmp_write_property()
2005 zval_ptr_dtor(value); in php_snmp_has_property()
[all …]
/PHP-7.3/ext/odbc/
H A Dphp_odbc.c530 char *value; in PHP_INI_DISP() local
535 value = ZSTR_VAL(ini_entry->value); in PHP_INI_DISP()
540 if (value) { in PHP_INI_DISP()
554 char *value; in PHP_INI_DISP() local
559 value = ZSTR_VAL(ini_entry->value); in PHP_INI_DISP()
564 if (value) { in PHP_INI_DISP()
584 char *value; in PHP_INI_DISP() local
589 value = ZSTR_VAL(ini_entry->value); in PHP_INI_DISP()
594 if (value) { in PHP_INI_DISP()
619 value = ZSTR_VAL(ini_entry->value); in PHP_INI_DISP()
[all …]
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c5331 int value; /* weighted value */ member
5757 if (alt->value == 0) return ; in select_opt_map()
5758 if (now->value == 0) { in select_opt_map()
5763 vn = z / now->value; in select_opt_map()
5764 va = z / alt->value; in select_opt_map()
5776 if (m->value <= 0) return -1; in comp_opt_exact_or_map()
5785 am = COMP_EM_BASE * 5 * 2 / m->value; in comp_opt_exact_or_map()
5795 if (to->value == 0) return ; in alt_merge_opt_map()
5811 to->value = val; in alt_merge_opt_map()
6077 if (xo.map.value > 0) in optimize_nodes()
[all …]
/PHP-7.3/ext/dom/
H A Ddocument.c45 ZEND_ARG_INFO(0, value)
88 ZEND_ARG_INFO(0, value)
701 char *name, *value = NULL; in PHP_FUNCTION() local
762 char *value; in PHP_FUNCTION() local
770 node = xmlNewDocText(docp, (xmlChar *) value); in PHP_FUNCTION()
791 char *value; in PHP_FUNCTION() local
799 node = xmlNewDocComment(docp, (xmlChar *) value); in PHP_FUNCTION()
820 char *value; in PHP_FUNCTION() local
849 char *name, *value = NULL; in PHP_FUNCTION() local
862 node = xmlNewPI((xmlChar *) name, (xmlChar *) value); in PHP_FUNCTION()
[all …]

Completed in 162 milliseconds

12345678910>>...93