/PHP-5.3/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.3/ext/tidy/tests/ |
H A D | 030.phpt | 15 'indent-spaces' => 3, // Integer 22 var_dump($c['indent-spaces']);
|
/PHP-5.3/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.3/ext/filter/tests/ |
H A D | 044.phpt | 2 Integer validation with spaces
|
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | printf.c | 219 static char spaces[] = " "; in vxprintf() local 220 #define etSPACESIZE (sizeof(spaces)-1) in vxprintf() 611 (*func)(arg,spaces,etSPACESIZE); in vxprintf() 614 if( nspace>0 ) (*func)(arg,spaces,nspace); in vxprintf() 627 (*func)(arg,spaces,etSPACESIZE); in vxprintf() 630 if( nspace>0 ) (*func)(arg,spaces,nspace); in vxprintf()
|
/PHP-5.3/ext/iconv/ |
H A D | iconv.c | 1334 const char *spaces = NULL; in _php_iconv_mime_decode() local 1378 spaces = p1; in _php_iconv_mime_decode() 1600 spaces = NULL; in _php_iconv_mime_decode() 1729 spaces = p1; in _php_iconv_mime_decode() 1759 if (spaces != NULL && encoded_word == NULL) { in _php_iconv_mime_decode() 1760 _php_iconv_appendl(pretval, spaces, (size_t)(p1 - spaces), cd_pl); in _php_iconv_mime_decode() 1761 spaces = NULL; in _php_iconv_mime_decode() 1771 if (spaces != NULL) { in _php_iconv_mime_decode() 1772 _php_iconv_appendl(pretval, spaces, (size_t)(p1 - spaces), cd_pl); in _php_iconv_mime_decode() 1773 spaces = NULL; in _php_iconv_mime_decode() [all …]
|
/PHP-5.3/ext/ctype/tests/ |
H A D | ctype_print_variation3.phpt | 22 /*1*/ "This string contains just letters and spaces", // Simple string
|