Home
last modified time | relevance | path

Searched refs:spaces (Results 26 – 50 of 83) sorted by relevance

1234

/PHP-7.4/ext/standard/tests/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 Dwordwrap_variation5.phpt2 Test wordwrap() function : usage variations - valid break arguments(spaces)
11 *test wordwrap() with break arguments as single spaces
H A Ducwords_variation3.phpt18 // multiple spaces
33 // using other white spaces
H A Ducwords_variation4.phpt18 // multiple spaces
35 // using other white spaces
H A Dsprintf_f_2.phpt63 var_dump(sprintf("[%10s]", $s)); // right-justification with spaces
64 var_dump(sprintf("[%-10s]", $s)); // left-justification with spaces
H A Ddirname_variation.phpt42 /* path as 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 Dbasename_basic-win32.phpt52 /* path with spaces */
H A Dbasename_basic.phpt52 /* path with spaces */
H A Dreadlink_realpath_variation3.phpt16 /* linkname as spaces */
/PHP-7.4/ext/ctype/tests/
H A Dctype_print_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
H A Dctype_digit_variation3.phpt22 /*1*/ "This string contains just letters and spaces", // Simple string
H A Dctype_lower_variation3.phpt22 /*1*/ "This string contains just letters and spaces", // Simple string
H A Dctype_upper_variation3.phpt21 /*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_graph_variation3.phpt22 /*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
/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/ext/standard/tests/array/
H A Darray_unshift_variation9.phpt208 double quoted string. with different white spaces"
225 double quoted string. with different white spaces"
H A Darray_intersect_assoc_variation3.phpt156 double quoted string. with different white spaces"
164 double quoted string. with different white spaces"

Completed in 29 milliseconds

1234