Home
last modified time | relevance | path

Searched refs:t (Results 201 – 225 of 1731) sorted by relevance

12345678910>>...70

/PHP-7.1/ext/standard/tests/file/
H A Dfputcsv_variation3.phpt94 -- file opened in r+t --
118 -- file opened in a+t --
142 -- file opened in w+t --
166 -- file opened in x+t --
190 -- file opened in r+t --
214 -- file opened in a+t --
238 -- file opened in w+t --
262 -- file opened in x+t --
286 -- file opened in r+t --
310 -- file opened in a+t --
[all …]
H A Dfgetcsv_variation2.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
33 "a+", "a+b", "a+t",
34 "w+", "w+b", "w+t",
35 "x+", "x+b", "x+t");
144 -- Testing fgetcsv() with file opened using r+t mode --
174 -- Testing fgetcsv() with file opened using a+t mode --
204 -- Testing fgetcsv() with file opened using w+t mode --
234 -- Testing fgetcsv() with file opened using x+t mode --
294 -- Testing fgetcsv() with file opened using r+t mode --
324 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation1.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
33 "a+", "a+b", "a+t",
34 "w+", "w+b", "w+t",
35 "x+", "x+b", "x+t");
143 -- Testing fgetcsv() with file opened using r+t mode --
173 -- Testing fgetcsv() with file opened using a+t mode --
203 -- Testing fgetcsv() with file opened using w+t mode --
233 -- Testing fgetcsv() with file opened using x+t mode --
293 -- Testing fgetcsv() with file opened using r+t mode --
323 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation7.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
33 "a+", "a+b", "a+t",
34 "w+", "w+b", "w+t",
35 "x+", "x+b", "x+t");
143 -- Testing fgetcsv() with file opened using r+t mode --
173 -- Testing fgetcsv() with file opened using a+t mode --
203 -- Testing fgetcsv() with file opened using w+t mode --
233 -- Testing fgetcsv() with file opened using x+t mode --
293 -- Testing fgetcsv() with file opened using r+t mode --
323 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation31.phpt31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
32 "a+", "a+b", "a+t",
33 "w+", "w+b", "w+t",
34 "x+", "x+b", "x+t");
127 -- Testing fgetcsv() with file opened using r+t mode --
148 -- Testing fgetcsv() with file opened using a+t mode --
169 -- Testing fgetcsv() with file opened using w+t mode --
190 -- Testing fgetcsv() with file opened using x+t mode --
232 -- Testing fgetcsv() with file opened using r+t mode --
253 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation22.phpt31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
32 "a+", "a+b", "a+t",
33 "w+", "w+b", "w+t",
34 "x+", "x+b", "x+t");
125 -- Testing fgetcsv() with file opened using r+t mode --
146 -- Testing fgetcsv() with file opened using a+t mode --
167 -- Testing fgetcsv() with file opened using w+t mode --
188 -- Testing fgetcsv() with file opened using x+t mode --
230 -- Testing fgetcsv() with file opened using r+t mode --
251 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation29.phpt31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
32 "a+", "a+b", "a+t",
33 "w+", "w+b", "w+t",
34 "x+", "x+b", "x+t");
126 -- Testing fgetcsv() with file opened using r+t mode --
147 -- Testing fgetcsv() with file opened using a+t mode --
168 -- Testing fgetcsv() with file opened using w+t mode --
189 -- Testing fgetcsv() with file opened using x+t mode --
231 -- Testing fgetcsv() with file opened using r+t mode --
252 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation30.phpt31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
32 "a+", "a+b", "a+t",
33 "w+", "w+b", "w+t",
34 "x+", "x+b", "x+t");
125 -- Testing fgetcsv() with file opened using r+t mode --
146 -- Testing fgetcsv() with file opened using a+t mode --
167 -- Testing fgetcsv() with file opened using w+t mode --
188 -- Testing fgetcsv() with file opened using x+t mode --
230 -- Testing fgetcsv() with file opened using r+t mode --
251 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetc_basic.phpt226 string(1) "t"
238 string(1) "t"
246 string(1) "t"
252 string(1) "t"
264 string(1) "t"
272 string(1) "t"
278 string(1) "t"
290 string(1) "t"
298 string(1) "t"
304 string(1) "t"
[all …]
/PHP-7.1/appveyor/
H A Dtest.bat5 echo "%SDK_RUNNER%" doesn't exist
9 cmd /c %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\appveyor\test_task.bat
/PHP-7.1/ext/intl/tests/
H A Dsymfony_format_type_int32_intl2.phpt9 // there are 7 sets of args that crash PHP (and other args that don't), each of those 7 is now a se…
20 echo "== didn't crash ==".PHP_EOL;
33 == didn't crash ==
H A Didn.phpt12 echo idn_to_ascii("t\xC3\xA4st.de")."\n";
18 t%C3%A4st.de
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_errorinfo.phpt78 …2]: Base table or view not found: 1146 Table '%s.ihopeitdoesnotexist' doesn't exist in %s on line …
85 %unicode|string%(%d) "Table '%s.ihopeitdoesnotexist' doesn't exist"
88 …: SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.test' doesn't exist in %s on line …
96 %unicode|string%(%d) "Table '%s.test' doesn't exist"
108 …2]: Base table or view not found: 1146 Table '%s.ihopeitdoesnotexist' doesn't exist in %s on line …
119 …: SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.test' doesn't exist in %s on line …
126 %unicode|string%(%d) "Table '%s.test' doesn't exist"
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput14191 (?: [\040\t] | \(
203 (?: [\040\t] | \(
206 (?: [\040\t] | \(
254 (?: [\040\t] | \(
257 (?: [\040\t] | \(
282 (?: [\040\t] | \(
285 (?: [\040\t] | \(
297 (?: [\040\t] | \(
324 (?: [\040\t] | \(
336 (?: [\040\t] | \(
[all …]
/PHP-7.1/ext/date/tests/
H A Dbug34676.phpt12 $t = strtotime("2005-12-22 ". $test);
13 printf("%-10s => %s\n", $test, date(DATE_ISO8601, $t));
/PHP-7.1/Zend/tests/
H A Derrmsg_003.phpt13 $t = new test;
14 $t->foo();
H A Derrmsg_004.phpt2 errmsg: can't use function return value in write context
15 Fatal error: Can't use function return value in write context in %s on line %d
H A Dmagic_by_ref_002.phpt10 $t = new test;
11 $t->prop = 1;
H A Dmagic_by_ref_003.phpt10 $t = new test;
12 var_dump($t->$name);
H A Dmagic_by_ref_004.phpt10 $t = new test;
13 var_dump($t->$name);
/PHP-7.1/ext/json/tests/
H A Dbug64695.phpt7 $t = array('test' => '123343e871700');
8 var_dump(json_encode($t, JSON_NUMERIC_CHECK));
/PHP-7.1/ext/standard/tests/general_functions/
H A Dgetopt.phpt4 -v -h -d test -m 1234 -t -j
22 ["t"]=>
/PHP-7.1/ext/standard/tests/strings/
H A Dstrip_tags_variation4.phpt20 "<abc>hello</abc> \t\tworld... <ppp>strip_tags_test</ppp>",
21 '<abc>hello</abc> \t\tworld... <ppp>strip_tags_test</ppp>',
22 "<%?php hello\t world?%>",
23 '<%?php hello\t world?%>',
53 string(34) "hello \t\tworld... strip_tags_test"
H A Dstrip_tags_variation7.phpt19 "<abc>hello</abc> \t\tworld... <ppp>strip_tags_test</ppp>",
20 '<abc>hello</abc> \t\tworld... <ppp>strip_tags_test</ppp>',
21 "<%?php hello\t world?%>",
22 '<%?php hello\t world?%>',
51 string(45) "<abc>hello</abc> \t\tworld... strip_tags_test"
/PHP-7.1/Zend/
H A Dzend_ini_scanner.l316 register char *s, *t; in zend_ini_escape_string() local
322 s = t = Z_STRVAL_P(lval); in zend_ini_escape_string()
329 *t++ = '\\'; in zend_ini_escape_string()
335 *t++ = '\\'; in zend_ini_escape_string()
336 *t++ = *s; in zend_ini_escape_string()
341 *t++ = *s; in zend_ini_escape_string()
345 *t++ = '\\'; in zend_ini_escape_string()
346 *t++ = *s; in zend_ini_escape_string()
350 *t++ = *s; in zend_ini_escape_string()
357 *t = 0; in zend_ini_escape_string()

Completed in 44 milliseconds

12345678910>>...70