Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 6837) sorted by last modified time

12345678910>>...274

/PHP-7.4/
H A DNEWS162 . Fixed bug #81400 (Unterminated string in dns_get_record() results). (cmb)
273 . Fixed bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion").
285 . Fixed bug #80972 (Memory exhaustion on invalid string offset). (girgias)
666 . Fixed bug #80049 (Memleak when coercing integers to string via variadic
680 . Fixed bug #80002 (calc free space for new interned string is wrong).
752 . Fixed bug #79951 (Memory leak in str_replace of empty string). (Nikita)
776 . Fixed bug #79779 (Assertion failure when assigning property of string
796 . Fixed bug #79787 (mb_strimwidth does not trim string). (XXiang)
1318 and string offsets.
1811 subject string shorter). (Nikita)
[all …]
H A Dconfigure.ac62 #include <string.h>
665 #include <string.h>
/PHP-7.4/ext/standard/tests/
H A Dbug81727.phpt12 string(7) "correct"
14 string(7) "Awesome"
/PHP-7.4/ext/pgsql/tests/
H A Dbug81720.phpt26 Object of class stdClass could not be converted to string
27 Object of class stdClass could not be converted to string
H A D06copy_2.phpt29 string(1) "1"
/PHP-7.4/ext/filter/tests/
H A Dbug81708.phpt11 $input = "+" . str_repeat("1", 2); // avoid string interning
20 string(3) "+11"
H A Dbug47435.phpt23 string(7) "FC00::1"
25 string(2) "::"
27 string(3) "::1"
29 string(11) "fe80:5:6::1"
31 string(12) "2001:0db8::1"
33 string(5) "5f::1"
35 string(7) "3ff3::1"
H A Dbug61700.phpt15 string(18) "::ffff:192.168.1.1"
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_x509_checkpurpose_basic.phpt2 int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose [, array $cainfo = array() [, string
68 …ckpurpose ( mixed $x509cert , int $purpose [, array $cainfo = array() [, string $untrustedfile ]] …
/PHP-7.4/Zend/tests/
H A Dbug81626.phpt7 public static function __callStatic(string $name, array $args): string
17 string(2) "ok"
/PHP-7.4/ext/dba/tests/
H A Ddba_tcadb.phpt36 string(13) "The 6th value"
38 string(27) "Content 2 replaced 2nd time"
40 string(23) "The last content string"
53 string(13) "The 6th value"
55 string(27) "Content 2 replaced 2nd time"
57 string(23) "The last content string"
/PHP-7.4/ext/intl/tests/
H A Ddateformat_get_set_calendar_variant5.phpt43 string(9) "gregorian"
44 string(12) "Europe/Minsk"
48 string(7) "islamic"
49 string(12) "Europe/Minsk"
53 string(9) "gregorian"
54 string(3) "UTC"
H A Ddateformat_get_set_calendar_variant_icu70.phpt42 string(9) "gregorian"
43 string(12) "Europe/Minsk"
47 string(7) "islamic"
48 string(12) "Europe/Minsk"
52 string(9) "gregorian"
53 string(3) "UTC"
/PHP-7.4/ext/mbstring/
H A Dmbstring.c910 mbfl_string string; in php_mb_zend_encoding_detector() local
2425 string.encoding, in PHP_FUNCTION()
2445 string.encoding, in PHP_FUNCTION()
2487 mbfl_string string; in PHP_FUNCTION() local
3020 len = string.len; in PHP_FUNCTION()
3063 mbfl_string string; in PHP_FUNCTION() local
3179 string.len = length; in php_mb_convert_encoding_ex()
3549 mbfl_string string; in PHP_FUNCTION() local
3850 mbfl_string string; in mb_recursive_encoder_detector_feed() local
4828 string.len = length; in php_mb_check_encoding_impl()
[all …]
/PHP-7.4/ext/date/
H A Dphp_date.c1120 smart_str string = {0}; in date_format() local
1270 smart_str_0(&string); in date_format()
1276 return string.s; in date_format()
1302 zend_string *string; in php_format_date() local
1319 return string; in php_format_date()
1488 …parsed_time = timelib_strtotime(string, strlen(string), &error, DATE_TIMEZONEDB, php_date_parse_tz… in php_parse_date()
4562 smart_str string = {0}; in date_interval_format() local
4614 smart_str_appendc(&string, format[i]); in date_interval_format()
4619 smart_str_0(&string); in date_interval_format()
4621 if (string.s == NULL) { in date_interval_format()
[all …]
/PHP-7.4/ext/pcre/tests/
H A Dbug81424a.phpt17 string(1) "M"
/PHP-7.4/ext/mysqli/tests/
H A Dbug79375.phpt21 function testStmtStoreResult(mysqli $mysqli, string $name) {
35 function testStmtGetResult(mysqli $mysqli, string $name) {
49 function testNormalQuery(mysqli $mysqli, string $name) {
61 function testStmtUseResult(mysqli $mysqli, string $name) {
76 function testResultFetchRow(mysqli $mysqli, string $name) {
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt38 # true gets cast to string (because the implied default is string)
39 # true-as-string is 1, so this "works"
45 # Expected to fail; unless told otherwise, PDO assumes string inputs
46 # false -> "" as string, which pgsql doesn't like
74 # true gets cast to string (because the implied default is string)
75 # true-as-string is 1, so this "works"
81 # Expected to fail; unless told otherwise, PDO assumes string inputs
82 # false -> "" as string, which pgsql doesn't like
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc75 * @var string|array
82 * @var string
92 * @var string
112 * @var string
173 * @return string
798 * @return string
806 * @return string
833 * @return string
852 * @return string
889 * @return string
[all …]
H A Dstatus.inc44 * @param string $type
65 * @param string $body
68 * @param string $header
69 * @param string $footer
76 string $body,
78 string $rowPattern,
79 string $header = '',
119 * @param string $body
130 * @param string $body
154 * @param string $body
[all …]
/PHP-7.4/ext/standard/tests/filters/
H A Dbug81475.phpt6 stream_filter_append($stdout, 'string.toupper');
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch36 #include <string.h>
589 file_magwarn(ms, "'~' invalid for string types");
1018 #include <string.h>
1081 #include <string.h>
1401 #include <string.h>
2243 #include <string.h>
2613 #include <string.h>
3151 #include <string.h>
3636 #include <string.h>
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt7 /* Prototype : string finfo_file(resource finfo, char *file_name [, int options [, resource contex…
28 string(28) "text/x-php; charset=us-ascii"
29 string(%d) "PHP script, ASCII text%A"
30 string(28) "text/plain; charset=us-ascii"
/PHP-7.4/ext/date/tests/
H A Dbug78984.phpt15 string(6) "+00:00"
/PHP-7.4/ext/date/lib/
H A Dparse_date.re1849 add_error(&in, TIMELIB_ERR_EMPTY_STRING, "Empty string");
1909 add_pbf_error(s, TIMELIB_ERR_UNEXPECTED_DATA, "Unexpected data found.", string, begin); \
1914 add_pbf_error(s, TIMELIB_ERR_UNEXPECTED_DATA, "Unexpected data found.", string, begin); \
2014 char *ptr = string;
2048 /* Loop over the format string */
2053 /* There are 2 cases where the input string and format string
2350 add_pbf_warning(s, TIMELIB_WARN_TRAILING_DATA, "Trailing data", string, ptr);
2352 add_pbf_error(s, TIMELIB_ERR_TRAILING_DATA, "Trailing data", string, ptr);
2372 add_pbf_error(s, TIMELIB_ERR_DATA_MISSING, "Data missing", string, ptr);
2414 add_pbf_warning(s, TIMELIB_WARN_INVALID_DATE, "The parsed date was invalid", string, ptr);
[all …]

Completed in 73 milliseconds

12345678910>>...274