Home
last modified time | relevance | path

Searched refs:spaces (Results 1 – 25 of 83) sorted by last modified time

1234

/PHP-7.4/
H A DNEWS1097 . Fixed bug #79174 (cookie values with spaces fail to round-trip). (cmb)
1180 . Fixed bug #78929 (plus signs in cookie values are converted to spaces).
H A Dphp.ini-development1489 ; Use "," for multiple hosts. No spaces are allowed.
H A Dphp.ini-production1489 ; Use "," for multiple hosts. No spaces are allowed.
/PHP-7.4/ext/standard/
H A Dinfo.c1106 int spaces; in php_info_print_table_colspan_header() local
1111 spaces = (int)(74 - strlen(header)); in php_info_print_table_colspan_header()
1112 php_info_printf("%*s%s%*s\n", (int)(spaces/2), " ", header, (int)(spaces/2), " "); in php_info_print_table_colspan_header()
/PHP-7.4/build/
H A Dlibtool.m41331 # Ok, now we have the path, separated by spaces, we can step through it
/PHP-7.4/ext/soap/
H A Dsoap.c4677 smart_str spaces = {0}; local
4680 smart_str_appendc(&spaces, ' ');
4682 if (spaces.s) {
4683 smart_str_appendl(buf, ZSTR_VAL(spaces.s), ZSTR_LEN(spaces.s));
4805 if (spaces.s) {
4806 smart_str_appendl(buf, ZSTR_VAL(spaces.s), ZSTR_LEN(spaces.s));
4820 if (spaces.s) {
4821 smart_str_appendl(buf, ZSTR_VAL(spaces.s), ZSTR_LEN(spaces.s));
4834 if (spaces.s) {
4835 smart_str_appendl(buf, ZSTR_VAL(spaces.s), ZSTR_LEN(spaces.s));
[all …]
/PHP-7.4/ext/iconv/
H A Diconv.c1475 const char *spaces = NULL; in _php_iconv_mime_decode() local
1519 spaces = p1; in _php_iconv_mime_decode()
1770 spaces = NULL; in _php_iconv_mime_decode()
1896 spaces = p1; in _php_iconv_mime_decode()
1926 if (spaces != NULL && encoded_word == NULL) { in _php_iconv_mime_decode()
1927 _php_iconv_appendl(pretval, spaces, (size_t)(p1 - spaces), cd_pl); in _php_iconv_mime_decode()
1928 spaces = NULL; in _php_iconv_mime_decode()
1938 if (spaces != NULL) { in _php_iconv_mime_decode()
1939 _php_iconv_appendl(pretval, spaces, (size_t)(p1 - spaces), cd_pl); in _php_iconv_mime_decode()
1940 spaces = NULL; in _php_iconv_mime_decode()
[all …]
/PHP-7.4/scripts/dev/
H A Dtidy.php85 $spaces = strlen($matches[0]);
86 $tabs = intdiv($spaces, $tabSize);
87 $spaces -= $tabs * $tabSize;
88 return str_repeat("\t", $tabs) . str_repeat(" ", $spaces);
/PHP-7.4/ext/standard/tests/file/
H A Dcopy_variation3-win32.phpt2 Test copy() function: usage variations - destination file names(white spaces)
17 /* Test copy() function: In creation of destination file names containing white spaces
H A Dcopy_variation3.phpt2 Test copy() function: usage variations - destination file names(white spaces)
17 /* Test copy() function: In creation of destination file names containing white spaces
H A Dpathinfo_variaton.phpt49 /* pathname as spaces */
H A Dbasename-win32.phpt90 /* path with spaces */
H A Dbasename.phpt111 /* path with spaces */
/PHP-7.4/tests/basic/
H A Dbug78929.phpt2 Bug #78929 (plus signs in cookie values are converted to spaces)
/PHP-7.4/ext/standard/tests/strings/
H A Dvprintf_variation19.phpt14 echo "*** Testing vprintf() : with white spaces in format strings ***\n";
59 *** Testing vprintf() : with white spaces in format strings ***
H A Dvfprintf_variation19.phpt14 echo "*** Testing vfprintf() : with white spaces in format strings ***\n";
70 *** Testing vfprintf() : with white spaces in format strings ***
H A Dvfprintf_variation19_64bit.phpt14 echo "*** Testing vfprintf() : with white spaces in format strings ***\n";
70 *** Testing vfprintf() : with white spaces in format strings ***
H A Dvprintf_variation19_64bit.phpt14 echo "*** Testing vprintf() : with white spaces in format strings ***\n";
59 *** Testing vprintf() : with white spaces in format strings ***
H A Dtrim1.phpt21 /* second argument charlist as null - does not trim any white spaces */
/PHP-7.4/ext/ctype/tests/
H A Dctype_upper_variation3.phpt21 /*1*/ "This string contains just letters and spaces", // Simple string
H A Dctype_punct_variation3.phpt23 /*1*/ "This string contains just letters and spaces", // Simple string
H A Dctype_space_variation3.phpt22 /*1*/ "This string contains just letters and spaces", // Simple string
H A Dctype_xdigit_variation3.phpt22 /*1*/ "This string contains just letters and spaces", // Simple string
H A Dctype_alnum_variation3.phpt21 /*1*/ "This string contains just letters and spaces", // Simple string
H A Dctype_alpha_variation3.phpt22 /*1*/ "This string contains just letters and spaces", // Simple string

Completed in 72 milliseconds

1234