Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...66

/PHP-5.6/ext/mbstring/tests/
H A Dmb_strrichr_basic.phpt37 echo "\n-- ASCII string: needle doesn't exist --\n";
46 echo "\n-- Multibyte string: needle doesn't exist --\n";
60 -- ASCII string: needle doesn't exist --
68 -- Multibyte string: needle doesn't exist --
/PHP-5.6/tests/classes/
H A Diterators_002.phpt60 $t = new c();
62 foreach($t as $k => $v) {
63 foreach($t as $w) {
69 unset($t);
H A D__set_data_corrupt.phpt10 public $pp = array('t'=>null);
13 echo $this->t ='f';
/PHP-5.6/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.6/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.6/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.6/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.6/ext/dom/tests/
H A DDOMCharacterData_data_basic_002.phpt15 $cdata = $document->createCDATASection('t');
25 <root><![CDATA[t]]></root>
/PHP-5.6/ext/intl/tests/
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 ==
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 ==
/PHP-5.6/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.6/ext/xml/tests/
H A Dbug49687.phpt16 foreach ($tests as $t) {
17 echo bin2hex(utf8_decode($t)), "\n";

Completed in 33 milliseconds

1...<<11121314151617181920>>...66