Home
last modified time | relevance | path

Searched refs:spaces (Results 1 – 25 of 81) sorted by relevance

1234

/PHP-5.5/ext/standard/tests/file/
H A Dbasename_variation1.phpt40 "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 Dbasename_variation2.phpt22 "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 Dbasename_variation1-win32.phpt40 "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 Dbasename_variation2-win32.phpt22 "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 Dbug53848.phpt2 Bug #53848 (fgetcsv removes leading spaces from fields)
H A Dcopy_variation3-win32.phpt2 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 Dcopy_variation3.phpt2 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 Dbasename_basic-win32.phpt52 /* path with spaces */
H A Dbasename_basic.phpt52 /* path with spaces */
/PHP-5.5/ext/tidy/tests/
H A D030.phpt15 'indent-spaces' => 3, // Integer
22 var_dump($c['indent-spaces']);
/PHP-5.5/ext/standard/tests/strings/
H A Dbug72433.phpt5 // Fill any potential freed spaces until now.
16 // We now have multiple freed spaces. Fill all of them.
H A Dsprintf_variation53.phpt10 echo "*** Testing sprintf() : with white spaces in format strings ***\n";
36 *** Testing sprintf() : with white spaces in format strings ***
H A Dvsprintf_variation19.phpt14 echo "*** Testing vsprintf() : with white spaces in format strings ***\n";
57 *** Testing vsprintf() : with white spaces in format strings ***
H A Dvsprintf_variation19_64bit.phpt14 echo "*** Testing vsprintf() : with white spaces in format strings ***\n";
57 *** Testing vsprintf() : with white spaces in format 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 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 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
/PHP-5.5/ext/filter/tests/
H A D044.phpt2 Integer validation with spaces
/PHP-5.5/ext/standard/tests/streams/
H A Dbug65483.phpt2 Bug #65483: quoted-printable encode stream filter incorrectly encoding spaces
/PHP-5.5/ext/iconv/
H A Diconv.c1432 const char *spaces = NULL; in _php_iconv_mime_decode() local
1476 spaces = p1; in _php_iconv_mime_decode()
1698 spaces = NULL; in _php_iconv_mime_decode()
1827 spaces = p1; in _php_iconv_mime_decode()
1857 if (spaces != NULL && encoded_word == NULL) { in _php_iconv_mime_decode()
1858 _php_iconv_appendl(pretval, spaces, (size_t)(p1 - spaces), cd_pl); in _php_iconv_mime_decode()
1859 spaces = NULL; in _php_iconv_mime_decode()
1869 if (spaces != NULL) { in _php_iconv_mime_decode()
1870 _php_iconv_appendl(pretval, spaces, (size_t)(p1 - spaces), cd_pl); in _php_iconv_mime_decode()
1871 spaces = NULL; in _php_iconv_mime_decode()
[all …]

Completed in 36 milliseconds

1234