Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...57

/PHP-5.3/ext/standard/tests/strings/
H A Dwordwrap_variation5.phpt58 string(43) "T e s t i n g w o r d r a p f u n c t i o n"
59 string(64) "T e s t i n g w o r d r a p f u n c t i o n"
H A Daddcslashes_001.phpt10 $string = "goodyear12345NULL\0truefalse\a\v\f\b\n\r\t";
19 "\t",
68 \t"
H A Daddcslashes_002.phpt8 $string = "goodyear12345NULL\0truefalse\a\v\f\b\n\r\t";
29 string(44) "goodyear12345NULL\000truefalse\a\v\f\b\n\r\t"
/PHP-5.3/ext/gd/libgd/
H A Dwebpng.c164 int t; in main() local
168 t = gdImageGetTransparent (im); in main()
169 if (t != (-1)) in main()
171 printf ("First 100%% transparent index: %d\n", t); in main()
/PHP-5.3/ext/standard/tests/file/
H A Dfgetcsv_variation20.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/fileinfo/libmagic/
H A Dfile.h215 #define IS_LIBMAGIC_STRING(t) \ argument
216 ((t) == FILE_STRING || \
217 (t) == FILE_PSTRING || \
218 (t) == FILE_BESTRING16 || \
219 (t) == FILE_LESTRING16 || \
220 (t) == FILE_REGEX || \
221 (t) == FILE_SEARCH || \
222 (t) == FILE_DEFAULT)
H A Dsoftmagic.c347 int64_t t = 0; in mprint() local
550 t = ms->offset; in mprint()
554 t = ms->offset; in mprint()
595 uint32_t t; in moffset() local
602 return t; in moffset()
1657 char *t; in convert_libmagic_pattern() local
1661 t[j++] = '~'; in convert_libmagic_pattern()
1667 t[j] = '~'; in convert_libmagic_pattern()
1674 t[j++] = '~'; in convert_libmagic_pattern()
1677 t[j++] = 'i'; in convert_libmagic_pattern()
[all …]
/PHP-5.3/ext/date/lib/
H A Dparse_iso_intervals.re214 while (**ptr == ' ' || **ptr == '\t') {
240 t->is_localtime = 1;
243 t->dst = 0;
248 t->is_localtime = 1;
251 t->dst = 0;
300 space = [ \t]+;
412 [ .,\t/]
442 int t;
520 t = scan(&in);
522 printf("%d\n", t);
[all …]
/PHP-5.3/ext/date/tests/
H A Dbug34771.phpt15 $t = strtotime("2005-12-22 ". $test);
16 printf("%-10s => %s\n", $test, date(DATE_ISO8601, $t));
H A D008.phpt7 $t = mktime(0,0,0, 6, 27, 2006);
10 var_dump(getdate($t));
/PHP-5.3/ext/intl/tests/
H A Dsymfony_format_type_int32_intl1.phpt13 // doesn't always show if you're rapidly running this test repeatedly.
36 echo "== didn't crash ==".PHP_EOL;
49 == didn't crash ==
H A Dsymfony_format_type_int32_intl3.phpt17 echo "== didn't crash ==".PHP_EOL;
32 == didn't crash ==
H A Dsymfony_format_type_int32_intl6.phpt17 echo "== didn't crash ==".PHP_EOL;
32 == didn't crash ==
H A Dsymfony_format_type_int32_intl7.phpt17 echo "== didn't crash ==".PHP_EOL;
32 == didn't crash ==
/PHP-5.3/ext/sysvshm/tests/
H A D005.phpt8 $key = ftok(__FILE__, 't');
48 Warning: shm_get_var(): variable key 1000 doesn't exist in %s005.php on line %d
51 Warning: shm_get_var(): variable key -10000 doesn't exist in %s005.php on line %d
/PHP-5.3/ext/imap/tests/
H A Dimap_open_error.phpt41 Warning: imap_open(): Couldn't open stream in %s on line %d
43 Warning: imap_open(): Couldn't open stream in %s on line %d
47 Notice: Unknown: Can't open mailbox : no such mailbox (errflg=2) in Unknown on line 0
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_error_oo.phpt34 if (!is_string($tmp) || !preg_match("/Table '\w*\.test' doesn't exist/su", $tmp))
35 …printf("[006] Expecting string/[Table... doesn't exit], got %s/%s. [%d] %s\n", gettype($tmp), $tmp…
44 Warning: main(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_error.phpt37 if (!is_string($tmp) || !preg_match("/Table '\w*\.test' doesn't exist/su", $tmp))
38 …printf("[006] Expecting string/[Table... doesn't exit], got %s/%s. [%d] %s\n", gettype($tmp), $tmp…
47 Warning: mysqli_error(): Couldn't fetch mysqli in %s on line %d
/PHP-5.3/ext/standard/tests/array/
H A Dkrsort_variation5.phpt28 "\f" => "\f", "\n" =>"\n", "\r" => "\r", "\t" => "\t", "\xhh" => "\xhh",
34 't' => "TTTT", 'T' => "ttt", 'W' => "ww", 'X' => "x", 'x' => "X", 'O' => "oraNGe",
170 ["t"]=>
196 ["t"]=>
222 ["t"]=>
H A Dksort_variation5.phpt28 "\f" => "\f", "\n" =>"\n", "\r" => "\r", "\t" => "\t", "\xhh" => "\xhh",
34 't' => "TTTT", 'T' => "ttt", 'W' => "ww", 'X' => "x", 'x' => "X", 'O' => "oraNGe",
182 ["t"]=>
208 ["t"]=>
234 ["t"]=>
H A Dmax_basic.phpt15 var_dump(max("", "t", "b"));
30 string(1) "t"
/PHP-5.3/ext/interbase/
H A Dphp_ibase_udf.c218 struct tm t; in call_php() local
272 isc_decode_sql_date((ISC_DATE*)argv[i]->dsc_address, &t); in call_php()
273 ZVAL_STRINGL(argp[i], d, strftime(d, sizeof(d), INI_STR("ibase.dateformat"), &t),1); in call_php()
277 isc_decode_sql_time((ISC_TIME*)argv[i]->dsc_address, &t); in call_php()
278 ZVAL_STRINGL(argp[i], d, strftime(d, sizeof(d), INI_STR("ibase.timeformat"), &t),1); in call_php()
282 isc_decode_timestamp((ISC_TIMESTAMP*)argv[i]->dsc_address, &t); in call_php()
283 ZVAL_STRINGL(argp[i], d, strftime(d, sizeof(d), INI_STR("ibase.timestampformat"), &t),1); in call_php()
/PHP-5.3/ext/openssl/tests/
H A Dbug38261.phpt15 $t = new test;
18 var_dump(openssl_x509_parse($t));
/PHP-5.3/ext/zlib/tests/
H A Dzlib_wrapper_ftruncate_basic.phpt29 Warning: ftruncate(): Can't truncate this stream! in %s on line %d
31 Warning: ftruncate(): Can't truncate this stream! in %s on line %d
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput1409 /\w+(?=\t)/
496 (?: [\040\t] | \(
508 (?: [\040\t] | \(
511 (?: [\040\t] | \(
559 (?: [\040\t] | \(
562 (?: [\040\t] | \(
4695 /^(?&t)(?(DEFINE)(?<t>a\Kb))$/
4792 /(?&t)(?#()(?(DEFINE)(?<t>a))/
4825 /^(?&t)*+(?(DEFINE)(?<t>a))\w$/
4830 /^(?&t)*(?(DEFINE)(?<t>a))\w$/
[all …]

Completed in 44 milliseconds

1...<<11121314151617181920>>...57