Home
last modified time | relevance | path

Searched refs:t (Results 251 – 275 of 1568) sorted by relevance

1...<<11121314151617181920>>...63

/PHP-5.5/ext/standard/tests/strings/
H A Dstrcspn_variation10.phpt45 "\t",
46 "t\ ",
47 '\t',
48 "\t\ ",
49 " \t",
50 "\t\i\100\xa"
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation14.phpt18 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
19 "a+", "a+b", "a+t",
20 "w+", "w+b", "w+t",
21 "x+", "x+b", "x+t");
130 -- Testing fgetcsv() with file opened using r+t mode --
163 -- Testing fgetcsv() with file opened using a+t mode --
196 -- Testing fgetcsv() with file opened using w+t mode --
229 -- Testing fgetcsv() with file opened using x+t mode --
H A Dbug43522.phpt14 echo "\t" . stream_get_line($fp, 10, $delim) . "\n";
15 echo "\t" . stream_get_line($fp, 10, $delim) . "\n";
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re179 while (**ptr == ' ' || **ptr == '\t') {
205 t->is_localtime = 1;
208 t->dst = 0;
213 t->is_localtime = 1;
216 t->dst = 0;
265 space = [ \t]+;
377 [ .,\t/]
407 int t;
485 t = scan(&in);
487 printf("%d\n", t);
[all …]
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re84 int t;
99 if (t == PDO_PARSER_BIND || t == PDO_PARSER_BIND_POS) {
100 if (t == PDO_PARSER_BIND) {
282 t = plc->pos - ptr;
283 if (t) {
285 newbuffer += t;
295 if (t) {
296 memcpy(newbuffer, ptr, t);
297 newbuffer += t;
394 int t;
[all …]
/PHP-5.5/ext/imap/tests/
H A Dimap_utf8_to_mutf7_basic.phpt12 var_dump(imap_utf8_to_mutf7("täst"));
22 string(8) "t&AOQ-st"
/PHP-5.5/ext/intl/tests/
H A Dsymfony_format_type_int32_intl5.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_int64_intl1.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_int64_intl2.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_int64_intl3.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_int64_intl4.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_int64_intl5.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_int64_intl6.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_int64_intl7.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_int64_intl8.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_double_intl1.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_double_intl2.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_double_intl3.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_double_intl4.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_int32_intl4.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
/PHP-5.5/ext/dom/tests/
H A DDOMCharacterData_data_basic_002.phpt15 $cdata = $document->createCDATASection('t');
25 <root><![CDATA[t]]></root>
/PHP-5.5/ext/xml/tests/
H A Dbug49687.phpt16 foreach ($tests as $t) {
17 echo bin2hex(utf8_decode($t)), "\n";
/PHP-5.5/ext/mysql/tests/
H A Dskipifconnectfailure.inc10 die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysql_errno(), mysql_error()));
13 die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysql_errno(), mysql_error()));
/PHP-5.5/Zend/tests/
H A Dbug34062.phpt10 // If you remove one, it won't crash
16 f2(0, 0, 0); // Won't crash if less than 3 zeros here
/PHP-5.5/Zend/tests/traits/
H A Dbug55424.phpt29 $t = new MyClass();
31 $t->setRequired();

Completed in 39 milliseconds

1...<<11121314151617181920>>...63