/PHP-5.4/ext/standard/tests/file/ |
H A D | basename_variation1.phpt | 40 "dir with spaces/foo.bar", 41 "dir with spaces\\foo.bar", 73 basename for path A:/dir with spaces/foo.bar is: 76 string(23) "dir with spaces\foo.bar" 96 string(23) "dir with spaces\foo.bar" 116 string(26) "A:\dir with spaces\foo.bar" 136 string(23) "dir with spaces\foo.bar" 156 string(23) "dir with spaces\foo.bar" 176 string(29) "blah:\dir with spaces\foo.bar" 216 string(23) "dir with spaces\foo.bar" [all …]
|
H A D | basename_variation2.phpt | 22 "dir with spaces/foo.bar", 23 "dir with spaces\\foo.bar", 233 string(19) "dir with spaces\foo" 235 string(23) "dir with spaces\foo.bar" 237 string(23) "dir with spaces\foo.bar" 239 string(23) "dir with spaces\foo.bar" 241 string(23) "dir with spaces\foo.bar" 243 string(16) "dir with spaces\" 245 string(23) "dir with spaces\foo.bar" 247 string(23) "dir with spaces\foo.bar" [all …]
|
H A D | basename_variation1-win32.phpt | 40 "dir with spaces/foo.bar", 41 "dir with spaces\\foo.bar", 73 basename for path A:/dir with spaces/foo.bar is: 75 basename for path A:/dir with spaces\foo.bar is: 93 basename for path Z:/dir with spaces/foo.bar is: 95 basename for path Z:/dir with spaces\foo.bar is: 113 basename for path A:\dir with spaces/foo.bar is: 115 basename for path A:\dir with spaces\foo.bar is: 213 basename for path ~/dir with spaces/foo.bar is: 215 basename for path ~/dir with spaces\foo.bar is: [all …]
|
H A D | basename_variation2-win32.phpt | 22 "dir with spaces/foo.bar", 23 "dir with spaces\\foo.bar", 214 basename for path dir with spaces/foo.bar, supplying suffix .b is: 216 basename for path dir with spaces/foo.bar, supplying suffix . is: 218 basename for path dir with spaces/foo.bar, supplying suffix is: 228 basename for path dir with spaces/foo.bar, supplying suffix / is: 230 basename for path dir with spaces/foo.bar, supplying suffix \ is: 236 basename for path dir with spaces\foo.bar, supplying suffix . is: 238 basename for path dir with spaces\foo.bar, supplying suffix is: 248 basename for path dir with spaces\foo.bar, supplying suffix / is: [all …]
|
H A D | bug53848.phpt | 2 Bug #53848 (fgetcsv removes leading spaces from fields)
|
H A D | copy_variation3-win32.phpt | 2 Test copy() function: usage variations - destination file names(white spaces) 15 /* Test copy() function: In creation of destination file names containing white spaces
|
H A D | copy_variation3.phpt | 2 Test copy() function: usage variations - destination file names(white spaces) 15 /* Test copy() function: In creation of destination file names containing white spaces
|
H A D | basename_basic-win32.phpt | 52 /* path with spaces */
|
H A D | basename_basic.phpt | 52 /* path with spaces */
|
/PHP-5.4/ext/tidy/tests/ |
H A D | 030.phpt | 15 'indent-spaces' => 3, // Integer 22 var_dump($c['indent-spaces']);
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | sprintf_variation53.phpt | 10 echo "*** Testing sprintf() : with white spaces in format strings ***\n"; 36 *** Testing sprintf() : with white spaces in format strings ***
|
H A D | vsprintf_variation19.phpt | 14 echo "*** Testing vsprintf() : with white spaces in format strings ***\n"; 57 *** Testing vsprintf() : with white spaces in format strings ***
|
H A D | vsprintf_variation19_64bit.phpt | 14 echo "*** Testing vsprintf() : with white spaces in format strings ***\n"; 57 *** Testing vsprintf() : with white spaces in format strings ***
|
H A D | vprintf_variation19.phpt | 14 echo "*** Testing vprintf() : with white spaces in format strings ***\n"; 59 *** Testing vprintf() : with white spaces in format strings ***
|
H A D | vprintf_variation19_64bit.phpt | 14 echo "*** Testing vprintf() : with white spaces in format strings ***\n"; 59 *** Testing vprintf() : with white spaces in format strings ***
|
H A D | vfprintf_variation19.phpt | 14 echo "*** Testing vfprintf() : with white spaces in format strings ***\n"; 70 *** Testing vfprintf() : with white spaces in format strings ***
|
H A D | vfprintf_variation19_64bit.phpt | 14 echo "*** Testing vfprintf() : with white spaces in format strings ***\n"; 70 *** Testing vfprintf() : with white spaces in format strings ***
|
H A D | wordwrap_variation5.phpt | 2 Test wordwrap() function : usage variations - valid break arguments(spaces) 11 *test wordwrap() with break arguments as single spaces
|
H A D | ucwords_variation3.phpt | 18 // multiple spaces 33 // using other white spaces
|
H A D | ucwords_variation4.phpt | 18 // multiple spaces 35 // using other white spaces
|
H A D | sprintf_f_2.phpt | 63 var_dump(sprintf("[%10s]", $s)); // right-justification with spaces 64 var_dump(sprintf("[%-10s]", $s)); // left-justification with spaces
|
/PHP-5.4/ext/filter/tests/ |
H A D | 044.phpt | 2 Integer validation with spaces
|
/PHP-5.4/ext/standard/tests/streams/ |
H A D | bug65483.phpt | 2 Bug #65483: quoted-printable encode stream filter incorrectly encoding spaces
|
/PHP-5.4/ext/iconv/ |
H A D | iconv.c | 1402 const char *spaces = NULL; in _php_iconv_mime_decode() local 1446 spaces = p1; in _php_iconv_mime_decode() 1668 spaces = NULL; in _php_iconv_mime_decode() 1797 spaces = p1; in _php_iconv_mime_decode() 1827 if (spaces != NULL && encoded_word == NULL) { in _php_iconv_mime_decode() 1828 _php_iconv_appendl(pretval, spaces, (size_t)(p1 - spaces), cd_pl); in _php_iconv_mime_decode() 1829 spaces = NULL; in _php_iconv_mime_decode() 1839 if (spaces != NULL) { in _php_iconv_mime_decode() 1840 _php_iconv_appendl(pretval, spaces, (size_t)(p1 - spaces), cd_pl); in _php_iconv_mime_decode() 1841 spaces = NULL; in _php_iconv_mime_decode() [all …]
|
/PHP-5.4/ext/ctype/tests/ |
H A D | ctype_print_variation3.phpt | 22 /*1*/ "This string contains just letters and spaces", // Simple string
|