Home
last modified time | relevance | path

Searched refs:t (Results 151 – 175 of 1414) sorted by relevance

12345678910>>...57

/PHP-5.3/ext/pdo/tests/
H A Dpdo_033.phpt25 $db->query("CREATE TABLE test (t char($len))");
26 $db->query("INSERT INTO test (t) VALUES($quoted)");
41 …[t] => !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz…
/PHP-5.3/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-5.3/ext/standard/tests/file/
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_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_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 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 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 …]
H A Dglob_basic.phpt30 sort_var_dump( glob($dirname."/*.t?t") );
31 sort_var_dump( glob($dirname."/*.t*t") );
H A Dfgetcsv_variation21.phpt20 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
21 "a+", "a+b", "a+t",
22 "w+", "w+b", "w+t",
23 "x+", "x+b", "x+t");
112 -- Testing fgetcsv() with file opened using r+t mode --
136 -- Testing fgetcsv() with file opened using a+t mode --
160 -- Testing fgetcsv() with file opened using w+t mode --
184 -- Testing fgetcsv() with file opened using x+t mode --
/PHP-5.3/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-5.3/Zend/
H A Dzend_ini_scanner.l266 register char *s, *t; in zend_ini_escape_string() local
272 s = t = Z_STRVAL_P(lval); in zend_ini_escape_string()
279 *t++ = '\\'; in zend_ini_escape_string()
285 *t++ = '\\'; in zend_ini_escape_string()
286 *t++ = *s; in zend_ini_escape_string()
291 *t++ = *s; in zend_ini_escape_string()
295 *t++ = '\\'; in zend_ini_escape_string()
296 *t++ = *s; in zend_ini_escape_string()
300 *t++ = *s; in zend_ini_escape_string()
307 *t = 0; in zend_ini_escape_string()
/PHP-5.3/ext/mbstring/tests/
H A Dzend_multibyte-01.phpt20 �\�\�\("�h���~�t�@�\");
23 �h���~�t�@�\
H A Dmb_strstr_basic.phpt30 echo "\n-- ASCII string: needle doesn't exist --\n";
40 echo "\n-- Multibyte string: needle doesn't exist --\n";
54 -- ASCII string: needle doesn't exist --
62 -- Multibyte string: needle doesn't exist --
/PHP-5.3/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 Derrmsg_014.phpt11 $t = new test;
12 $t->__clone();
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-5.3/ext/date/tests/
H A Dbug34676.phpt12 $t = strtotime("2005-12-22 ". $test);
13 printf("%-10s => %s\n", $test, date(DATE_ISO8601, $t));
/PHP-5.3/ext/standard/
H A Dcrypt_sha512.c170 unsigned int t; in sha512_process_block() local
185 for (t = 0; t < 16; ++t) { in sha512_process_block()
186 W[t] = SWAP (*words); in sha512_process_block()
190 for (t = 16; t < 80; ++t) { in sha512_process_block()
191 W[t] = R1 (W[t - 2]) + W[t - 7] + R0 (W[t - 15]) + W[t - 16]; in sha512_process_block()
195 for (t = 0; t < 80; ++t) { in sha512_process_block()
196 uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha512_process_block()
/PHP-5.3/ext/standard/tests/general_functions/
H A Dgetopt.phpt4 -v -h -d test -m 1234 -t -j
22 ["t"]=>
/PHP-5.3/tests/classes/
H A Dctor_dtor_inheritance.phpt49 $t = new base();
50 unset($t);
52 $t = new derived();
53 unset($t);

Completed in 25 milliseconds

12345678910>>...57