Home
last modified time | relevance | path

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

1234

/PHP-7.4/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)
/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/Zend/tests/
H A Dflexible-heredoc-error2.phpt2 Flexible heredoc syntax 2: mixing spaces and tabs in body
14 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
H A Dflexible-nowdoc-error2.phpt2 Flexible nowdoc syntax 2: mixing spaces and tabs in body
14 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
H A Dflexible-heredoc-error1.phpt2 Flexible heredoc syntax 1: different indentation for body (spaces) ending marker (tabs)
14 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
H A Dflexible-heredoc-error3.phpt2 Flexible heredoc syntax error 3: mixing spaces and tabs in ending marker
14 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
H A Dflexible-nowdoc-error1.phpt2 Flexible nowdoc syntax 1: different indentation for body (spaces) ending marker (tabs)
14 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
H A Dflexible-heredoc-error5.phpt2 Flexible heredoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
11 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
H A Dflexible-nowdoc-error3.phpt2 Flexible nowdoc syntax error 3: mixing spaces and tabs in ending marker
14 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
H A Dflexible-nowdoc-error5.phpt2 Flexible nowdoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
11 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
H A Dflexible-heredoc-error12.phpt13 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line 5
/PHP-7.4/ext/tidy/tests/
H A D030.phpt15 'indent-spaces' => 3); // Integer
21 var_dump($c['indent-spaces']);
/PHP-7.4/ext/standard/tests/http/
H A Dbug47021.phpt36 $spaces = str_repeat(' ', $num_spaces);
40 . "Content-Type:{$spaces}text/plain{$trailing}\r\n"
41 . "Transfer-Encoding:{$spaces}Chunked{$trailing}\r\n\r\n"
45 . "Content-Length:{$spaces}5{$trailing}\r\n\r\n"
/PHP-7.4/ext/standard/tests/strings/
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 ***
/PHP-7.4/tests/basic/
H A Dbug78929.phpt2 Bug #78929 (plus signs in cookie values are converted to spaces)
/PHP-7.4/ext/filter/tests/
H A D044.phpt2 Integer validation with spaces
/PHP-7.4/ext/standard/tests/streams/
H A Dbug65483.phpt2 Bug #65483: quoted-printable encode stream filter incorrectly encoding spaces

Completed in 43 milliseconds

1234