Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 1414) sorted by relevance

12345678910>>...57

/PHP-5.3/ext/standard/tests/strings/
H A Dcrc32_variation4.phpt65 /t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t
H A Dcrc32_variation2.phpt41 '\thello world\t',
60 /t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t
H A Dcrc32_variation3.phpt41 "\thello world\t",
62 /t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t
H A Dtrim.phpt10 'ABC' === trim(" \\0\\t\\nABC \\0\\t\\n")
11 "ABC \\0\\t\\n" === ltrim(" \\0\\t\\nABC \\0\\t\\n")
12 " \\0\\t\\nABC" === rtrim(" \\0\\t\\nABC \\0\\t\\n")
13 " \\0\\t\\nABC \\0\\t\\n" === trim(" \\0\\t\\nABC \\0\\t\\n",'')
14 " \\0\\t\\nABC \\0\\t\\n" === ltrim(" \\0\\t\\nABC \\0\\t\\n",'')
15 " \\0\\t\\nABC \\0\\t\\n" === rtrim(" \\0\\t\\nABC \\0\\t\\n",'')
H A Dbug55674.phpt5 var_dump(str_getcsv("0\t\t\"2\"\n", "\t"));
6 var_dump(str_getcsv("0\t \t'2'\n", "\t", "'"));
8 var_dump(str_getcsv(" \t \t\t\t ", "\t"));
H A Ducwords_variation4.phpt20 "t e s t i n g u c w o r d s ",
25 "(t)",
26 " ( t )t",
30 "\"t\"\"t\",test, t",
31 "\'t \'t\',test",
33 "P't'y 't it's ",
77 string(3) "(t)"
79 string(7) " ( T )t"
83 string(14) ""t""t",test, T"
85 string(14) "\'t \'t\',test"
[all …]
H A Ducwords_variation3.phpt20 't e s t i n g u c w o r d s ',
25 '(t)',
26 ' ( t )t',
30 '"t""t",test, t',
31 '\'t \'t\',test',
41 't@@#$% %test ^test &test *test +test -test',
43 '/test/r\test\ucwords\t\y\y\u\3 \yy\ /uu/',
70 string(3) "(t)"
72 string(7) " ( T )t"
76 string(14) ""t""t",test, T"
[all …]
H A Dhtmlspecialchars_decode_variation4.phpt19 …'Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string…
20 '\nRoy's height &gt\t; Sam's\v height\f',
21 '\r\tRoy's height &gt\r; Sam\t's height',
46 string(88) "Roy&#039;s height > Sam&#039;s height... \t\t 13 < 15...\n\r " double quote\f\v string …
47 string(88) "Roy&#039;s height > Sam&#039;s height... \t\t 13 < 15...\n\r " double quote\f\v string …
48 string(98) "Roy&#039;s height > Sam&#039;s height... \t\t 13 < 15...\n\r &quot; double quote\f\v st…
49 string(78) "Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string ""
51 string(48) "\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f"
52 string(48) "\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f"
54 string(38) "\nRoy's height &gt\t; Sam's\v height\f"
[all …]
/PHP-5.3/tests/classes/
H A Dinterface_doubled.phpt47 $t = new class_a();
48 echo $t->test('if_a');
49 echo $t->test('if_b');
50 echo $t->test('if_c');
51 echo $t->test('if_d');
64 $t = new class_b();
81 $t = new class_c();
98 $t = new class_d();
115 $t = new class_e();
132 $t = new class_f();
[all …]
/PHP-5.3/ext/fileinfo/libmagic/
H A Dcdf_time.c110 t /= CDF_TIME_PREC; in cdf_timestamp_to_timespec()
111 tm.tm_sec = (int)(t % 60); in cdf_timestamp_to_timespec()
112 t /= 60; in cdf_timestamp_to_timespec()
114 tm.tm_min = (int)(t % 60); in cdf_timestamp_to_timespec()
115 t /= 60; in cdf_timestamp_to_timespec()
117 tm.tm_hour = (int)(t % 24); in cdf_timestamp_to_timespec()
118 t /= 24; in cdf_timestamp_to_timespec()
124 t -= rdays - 1; in cdf_timestamp_to_timespec()
150 (void)&t; in cdf_timespec_to_timestamp()
160 *t = tm.tm_sec; in cdf_timespec_to_timestamp()
[all …]
/PHP-5.3/ext/date/tests/
H A D004.phpt13 var_dump(date("w", $t));
14 var_dump(date("z", $t));
15 var_dump(date("n", $t));
16 var_dump(date("t", $t));
17 var_dump(date("L", $t));
18 var_dump(date("a", $t));
19 var_dump(date("B", $t));
20 var_dump(date("g", $t));
21 var_dump(date("G", $t));
22 var_dump(date("Z", $t));
[all …]
H A D009.phpt12 $t = mktime(0,0,0, 6, 27, 2006);
17 …c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V %W %w %x %X %y %Y %Z %z %%", $
18 var_dump(strftime("%%q %%a", $t));
19 var_dump(strftime("%q", $t));
20 var_dump(strftime("blah", $t));
25 …c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V %W %w %x %X %y %Y %Z %z %%", $
26 var_dump(gmstrftime("%%q %%a", $t));
27 var_dump(gmstrftime("%q", $t));
28 var_dump(gmstrftime("blah", $t));
/PHP-5.3/Zend/
H A Dbench.php387 $t = end_test($t, "simple"); variable
389 $t = end_test($t, "simplecall"); variable
391 $t = end_test($t, "simpleucall"); variable
395 $t = end_test($t, "mandel"); variable
397 $t = end_test($t, "mandel2"); variable
401 $t = end_test($t, "ary(50000)"); variable
405 $t = end_test($t, "ary3(2000)"); variable
407 $t = end_test($t, "fibo(30)"); variable
411 $t = end_test($t, "hash2(500)"); variable
415 $t = end_test($t, "matrix(20)"); variable
[all …]
/PHP-5.3/ext/standard/tests/serialize/
H A Dbug14293.phpt5 class t
7 function t()
19 $t = new t();
20 $data = serialize($t);
22 $t = unserialize($data);
23 var_dump($t);
30 O:1:"t":2:{s:1:"a";s:5:"hello";s:1:"b";N;}
31 object(t)#%d (2) {
H A D001.phpt7 class t
9 function t()
58 $t = new t();
59 $data = serialize($t);
61 $t = unserialize($data);
62 var_dump($t);
64 $t = new s();
65 $data = serialize($t);
67 $t = unserialize($data);
68 var_dump($t);
[all …]
/PHP-5.3/Zend/tests/
H A Dbug30828.phpt9 foreach ($bt as $t) {
10 print $t['class'].$t['type'].$t['function']."\n";
17 foreach ($bt as $t) {
18 print $t['class'].$t['type'].$t['function']."\n";
25 foreach ($bt as $t) {
26 print $t['class'].$t['type'].$t['function']."\n";
H A Dbug29210.phpt22 echo "test_func1 isn't callable from inside\n";
72 echo "test_func1 isn't callable from outside\n";
77 echo "test_func2 isn't callable from outside\n";
82 echo "test_func3 isn't callable from outside\n";
87 echo "test_func4 isn't callable from outside\n";
97 test_func1 isn't callable from outside
98 test_func2 isn't callable from outside
99 test_func3 isn't callable from outside
100 test_func4 isn't callable from outside
101 test_func1 isn't callable from child
[all …]
/PHP-5.3/sapi/continuity/
H A Dcapi.c67 httpTtrans *t; member
192 httpFstart_response(rc->t); in sapi_capi_send_headers()
241 value = lstFset_get(rc->t->vars, "uri"); in sapi_capi_register_server_variables()
248 value = lstFset_get(rc->t->vars, "ccode"); in sapi_capi_register_server_variables()
253 value = lstFset_get(rc->t->vars, "query"); in sapi_capi_register_server_variables()
261 value = lstFset_get(rc->t->req_hdrs, "host"); in sapi_capi_register_server_variables()
278 value = lstFset_get(rc->t->vars, "method"); in sapi_capi_register_server_variables()
283 value = lstFset_get(rc->t->vars, "query"); in sapi_capi_register_server_variables()
288 value = lstFset_get(rc->t->vars, "docroot"); in sapi_capi_register_server_variables()
334 value = lstFset_get(rc->t->vars, "path"); in sapi_capi_register_server_variables()
[all …]
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_xclass.c69 pcre_uchar t; in PRIV() local
95 while ((t = *data++) != XCL_END) in PRIV()
98 if (t == XCL_SINGLE) in PRIV()
110 else if (t == XCL_RANGE) in PRIV()
135 if (t == XCL_PROP) return !negated; in PRIV()
140 prop->chartype == ucp_Lt) == (t == XCL_PROP)) return !negated; in PRIV()
149 if ((data[1] == prop->chartype) == (t == XCL_PROP)) return !negated; in PRIV()
153 if ((data[1] == prop->script) == (t == XCL_PROP)) return !negated; in PRIV()
165 == (t == XCL_PROP)) in PRIV()
172 c == CHAR_FF || c == CHAR_CR) == (t == XCL_PROP)) in PRIV()
[all …]
/PHP-5.3/ext/enchant/tests/
H A Dbug13181.phpt12 $t = enchant_broker_request_dict($rBroker, 'en');
13 var_dump($t);
14 return $t;
21 $t = enchant_broker_init();
22 var_dump($t);
23 return $t;
30 $t = enchant_broker_request_dict($broker, 'en');
31 var_dump($t);
32 return $t;
/PHP-5.3/ext/date/lib/
H A Dtimelib.c35 timelib_time *t; in timelib_time_ctor() local
38 return t; in timelib_time_ctor()
43 timelib_rel_time *t; in timelib_rel_time_ctor() local
46 return t; in timelib_rel_time_ctor()
83 TIMELIB_TIME_FREE(t); in timelib_time_dtor()
88 TIMELIB_TIME_FREE(t); in timelib_rel_time_dtor()
96 return t; in timelib_time_offset_ctor()
102 TIMELIB_TIME_FREE(t); in timelib_time_offset_dtor()
107 timelib_tzinfo *t; in timelib_tzinfo_ctor() local
111 return t; in timelib_tzinfo_ctor()
[all …]
H A Dunixtime2tm.c223 t->z = gmt_offset->offset; in timelib_set_timezone()
230 t->dst = gmt_offset->is_dst; in timelib_set_timezone()
231 t->tz_info = tz; in timelib_set_timezone()
232 if (t->tz_abbr) { in timelib_set_timezone()
233 free(t->tz_abbr); in timelib_set_timezone()
235 t->tz_abbr = strdup(gmt_offset->abbr); in timelib_set_timezone()
238 t->have_zone = 1; in timelib_set_timezone()
239 t->zone_type = TIMELIB_ZONETYPE_ID; in timelib_set_timezone()
252 if (!t->tz_info) { in timelib_apply_localtime()
257 timelib_unixtime2local(t, t->sse); in timelib_apply_localtime()
[all …]
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Drandom.c38 unsigned char t; in randomByte() local
69 t = prng.s[prng.j]; in randomByte()
71 prng.s[i] = t; in randomByte()
79 t = prng.s[prng.i]; in randomByte()
80 prng.j += t; in randomByte()
82 prng.s[prng.j] = t; in randomByte()
83 t += prng.s[prng.i]; in randomByte()
84 return prng.s[t]; in randomByte()
/PHP-5.3/ext/pdo_oci/tests/
H A Dpdo_oci_quote1.phpt48 ["t"]=>
57 ["t"]=>
66 ["t"]=>
75 ["t"]=>
84 ["t"]=>
93 ["t"]=>
104 ["t"]=>
114 ["t"]=>
123 ["t"]=>
132 ["t"]=>
[all …]
/PHP-5.3/ext/spl/tests/
H A Dbug45622b.phpt2 Ensure fix to bug45622 doesn't cause __isset() to be called when ArrayObject::ARRAY_AS_PROPS is use…
13 echo "Doesn't trigger __get.\n";
16 echo "Doesn't trigger __set.\n";
19 echo "Doesn't trigger __unset.\n";
22 echo "Shouldn't trigger __isset.\n";
26 Doesn't trigger __get.
29 Doesn't trigger __set.
30 Doesn't trigger __unset.
33 Shouldn't trigger __isset.

Completed in 49 milliseconds

12345678910>>...57