Home
last modified time | relevance | path

Searched refs:string (Results 26 – 50 of 6837) sorted by last modified time

12345678910>>...274

/PHP-7.4/ext/date/lib/
H A Dparse_date.c25017 add_pbf_error(s, TIMELIB_ERR_UNEXPECTED_DATA, "Unexpected data found.", string, begin); \
25022 add_pbf_error(s, TIMELIB_ERR_UNEXPECTED_DATA, "Unexpected data found.", string, begin); \
25122 char *ptr = string; in timelib_parse_from_format_with_map()
25283 add_pbf_error(s, TIMELIB_ERR_NO_MERIDIAN, "A meridian could not be found", string, begin); in timelib_parse_from_format_with_map()
25420 add_pbf_error(s, TIMELIB_ERR_INVALID_WEEK, "ISO Week must be between 1 and 53", string, begin); in timelib_parse_from_format_with_map()
25458 add_pbf_warning(s, TIMELIB_WARN_TRAILING_DATA, "Trailing data", string, ptr); in timelib_parse_from_format_with_map()
25460 add_pbf_error(s, TIMELIB_ERR_TRAILING_DATA, "Trailing data", string, ptr); in timelib_parse_from_format_with_map()
25480 add_pbf_error(s, TIMELIB_ERR_DATA_MISSING, "Data missing", string, ptr); in timelib_parse_from_format_with_map()
25522 add_pbf_warning(s, TIMELIB_WARN_INVALID_DATE, "The parsed date was invalid", string, ptr); in timelib_parse_from_format_with_map()
25529 add_pbf_warning(s, TIMELIB_WARN_INVALID_TIME, "The parsed time was invalid", string, ptr); in timelib_parse_from_format_with_map()
[all …]
/PHP-7.4/ext/ffi/
H A Dffi.g60 #include <string.h>
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_basic_009.phpt26 string(21) "GET /get.inc HTTP/1.1"
29 string(21) "GET /get.inc HTTP/1.1"
/PHP-7.4/ext/curl/
H A Dinterface.c1535 static int curl_fnmatch(void *ctx, const char *pattern, const char *string) in curl_fnmatch() argument
1550 ZVAL_STRING(&argv[2], string); in curl_fnmatch()
1778 static void curl_free_string(void **string) in curl_free_string() argument
1780 efree((char *)*string); in curl_free_string()
/PHP-7.4/ext/imap/
H A Dphp_imap.c2689 zend_string *string; in PHP_FUNCTION() local
2714 if (string) { in PHP_FUNCTION()
2715 RETVAL_STR(string); in PHP_FUNCTION()
4386 string = ZSTR_VAL(str); in PHP_FUNCTION()
4393 charset_token -= (zend_long)string; in PHP_FUNCTION()
4404 encoding_token -= (zend_long)string; in PHP_FUNCTION()
4406 end_token -= (zend_long)string; in PHP_FUNCTION()
4435 …for (i = 0; (string[offset + i] == ' ') || (string[offset + i] == 0x0a) || (string[offset + i] == … in PHP_FUNCTION()
4436 if ((string[offset + i] == '=') && (string[offset + i + 1] == '?') && (offset + i < end)) { in PHP_FUNCTION()
4472 int len = strlen(string); in _php_rfc822_soutr()
[all …]
/PHP-7.4/ext/standard/tests/filters/
H A Dbug81294.phpt11 $flt2 = stream_filter_append($f, "string.rot13", STREAM_FILTER_WRITE);
24 string(16) "%2BV-.%01%00grfg"
/PHP-7.4/Zend/tests/
H A Dbug66719.phpt38 string(1) "B"
39 string(1) "A"
40 string(1) "A"
41 string(1) "B"
42 string(1) "A"
43 string(1) "A"
/PHP-7.4/Zend/
H A Dzend_API.c3881 ZEND_API int zend_try_assign_typed_ref_string(zend_reference *ref, const char *string) /* {{{ */ in zend_try_assign_typed_ref_string() argument
3885 ZVAL_STRING(&tmp, string); in zend_try_assign_typed_ref_string()
3890 ZEND_API int zend_try_assign_typed_ref_stringl(zend_reference *ref, const char *string, size_t len)… in zend_try_assign_typed_ref_stringl() argument
3894 ZVAL_STRINGL(&tmp, string, len); in zend_try_assign_typed_ref_stringl()
/PHP-7.4/ext/date/
H A Dphp_date.h204 PHPAPI zend_long php_parse_date(char *string, zend_long *now);
/PHP-7.4/ext/bcmath/tests/
H A Dbug78238.phpt16 string(1) "0"
17 string(3) "0.0"
18 string(3) "0.0"
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_256_ico.phpt20 string(23) "width="32" height="256""
24 string(24) "image/vnd.microsoft.icon"
/PHP-7.4/ext/standard/
H A Dstring.c1605 char *string, *suffix = NULL; local
1609 Z_PARAM_STRING(string, string_len)
1614 RETURN_STR(php_basename(string, string_len, suffix, suffix_len));
H A Dinfo.c255 PHPAPI ZEND_COLD zend_string *php_info_html_esc(char *string) in php_info_html_esc() argument
257 return php_escape_html_entities((unsigned char *) string, strlen(string), 0, ENT_QUOTES, NULL); in php_info_html_esc()
/PHP-7.4/ext/standard/tests/strings/
H A Dbug72146.phpt10 string(6) "ABC123"
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_cache_slot_opt.phpt27 Typed property Test::$prop must be int, string used
29 Typed property Test::$prop must be int, string used
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_util.c286 int32_t grapheme_count_graphemes(UBreakIterator *bi, UChar *string, int32_t string_len) in grapheme_count_graphemes() argument
292 ubrk_setText(bi, string, string_len, &status); in grapheme_count_graphemes()
/PHP-7.4/ext/openssl/tests/
H A Dbug52093.phpt24 string(19) "9223372036854775807"
H A Dcheck_default_conf_path.phpt28 string(%d) "c:\program files%r( \(x86\)|)%r\common files\ssl\openssl.cnf"
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_76452.phpt24 string(4) "hihi"
26 string(4) "hihi"
H A Dbug_77863.phpt117 string(5) "false"
118 string(4) "true"
119 string(5) "false"
120 string(4) "true"
122 string(4) "true"
125 string(4) "true"
127 string(4) "true"
129 string(4) "true"
132 string(4) "true"
134 string(4) "true"
[all …]
H A Ddialect_1.phpt6 die('skip: PDO_FIREBIRD_TEST_DSN must contain a string "dialect=1"');
55 string(8) "2.000000"
56 string(4) "0.76"
57 string(19) "2019-06-12 00:00:00"
58 string(4) "0.76"
59 string(19) "2019-06-12 00:00:00"
H A Dbug_64037.phpt42 string(5) "-1.00"
43 string(5) "-0.99"
44 string(5) "-1.01"
/PHP-7.4/ext/pcre/tests/
H A Dbug81101.phpt21 string(29) "\SomethingRepositoryInterface"
23 string(28) "SomethingRepositoryInterface"
27 string(18) "\NotFoundException"
29 string(17) "NotFoundException"
/PHP-7.4/ext/intl/tests/locale/
H A Dbug72809.phpt16 string(5) "en_us"
17 string(5) "en_US"
18 string(5) "en_us"
/PHP-7.4/ext/standard/tests/
H A Dbug81048.phpt2 Bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion")

Completed in 130 milliseconds

12345678910>>...274