Home
last modified time | relevance | path

Searched refs:t (Results 126 – 150 of 1414) sorted by relevance

12345678910>>...57

/PHP-5.3/ext/soap/tests/bugs/
H A Dbug42151.phpt17 echo 'I don\'t get executed either.' . "\n";
29 SOAP-ERROR: Parsing WSDL: Couldn't load from 'httpx://' : failed to load external entity "httpx://"
32 I don't get executed either.
/PHP-5.3/ext/date/tests/
H A Doo_002.phpt16 $t = new _t("Asia/Tokyo");
17 var_dump($t->getName());
18 $c = clone $t;
H A Dbig_year.phpt9 $t = mktime(0,0,0,1,1,292277026596);
11 var_dump(date("r", $t));
/PHP-5.3/Zend/tests/
H A Dbug38624.phpt14 throw new Exception( "doesn't work" );
19 throw new Exception( "doesn't work" );
29 Fatal error: Uncaught exception 'Exception' with message 'doesn't work' in %s:%d
H A Dbug20242.phpt7 $t = new test;
8 $t->show_method();
/PHP-5.3/ext/standard/tests/strings/
H A Dstrcspn_variation6.phpt69 "\t",
70 "t\ ",
71 '\t',
72 "\t\ ",
73 " \t",
74 "\t\i\100\xaa"
/PHP-5.3/ext/standard/tests/array/
H A Dshuffle_variation5.phpt88 string\([0-9]*\) "[0-9 a-z \n \0 \t]*"
90 string\([0-9]*\) "[0-9 a-z \n \0 \t]*"
92 string\([0-9]*\) "[0-9 a-z \n \0 \t]*"
94 string\([0-9]*\) "[0-9 a-z \n \0 \t]*"
96 string\([0-9]*\) "[0-9 a-z \n \0 \t]*"
98 string\([0-9]*\) "[0-9 a-z \n \0 \t]*"
H A Darray_unshift_variation8.phpt24 '\t\r\v The quick brown fo\fx jumped over the lazy dog',
26 'hello world\\t',
27 'This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t'
94 string(53) "\t\r\v The quick brown fo\fx jumped over the lazy dog"
107 string(53) "\t\r\v The quick brown fo\fx jumped over the lazy dog"
156 string(13) "hello world\t"
169 string(13) "hello world\t"
187 string(74) "This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t"
200 string(74) "This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t"
/PHP-5.3/ext/date/lib/
H A Dtimelib.h90 int timelib_apply_localtime(timelib_time *t, unsigned int localtime);
94 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz);
101 timelib_sll timelib_get_current_offset(timelib_time *t);
114 void timelib_rel_time_dtor(timelib_rel_time* t);
119 void timelib_time_dtor(timelib_time* t);
123 void timelib_time_offset_dtor(timelib_time_offset* t);
/PHP-5.3/ext/standard/
H A Dcrypt_sha256.c115 unsigned int t; in sha256_process_block() local
160 for (t = 0; t < 16; ++t) { in sha256_process_block()
161 W[t] = SWAP (*words); in sha256_process_block()
164 for (t = 16; t < 64; ++t) in sha256_process_block()
165 W[t] = R1 (W[t - 2]) + W[t - 7] + R0 (W[t - 15]) + W[t - 16]; in sha256_process_block()
168 for (t = 0; t < 64; ++t) { in sha256_process_block()
169 uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha256_process_block()
/PHP-5.3/ext/pdo/
H A Dpdo_sql_parser.c437 int t; in pdo_parse_params() local
452 if (t == PDO_PARSER_BIND || t == PDO_PARSER_BIND_POS) { in pdo_parse_params()
453 if (t == PDO_PARSER_BIND) { in pdo_parse_params()
632 t = plc->pos - ptr; in pdo_parse_params()
633 if (t) { in pdo_parse_params()
635 newbuffer += t; in pdo_parse_params()
645 if (t) { in pdo_parse_params()
646 memcpy(newbuffer, ptr, t); in pdo_parse_params()
647 newbuffer += t; in pdo_parse_params()
744 int t;
[all …]
/PHP-5.3/ext/standard/tests/file/
H A Dfgetcsv_variation18.phpt30 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
31 "a+", "a+b", "a+t",
32 "w+", "w+b", "w+t",
33 "x+", "x+b", "x+t");
131 -- Testing fgetcsv() with file opened using r+t mode --
155 -- Testing fgetcsv() with file opened using a+t mode --
179 -- Testing fgetcsv() with file opened using w+t mode --
203 -- Testing fgetcsv() with file opened using x+t mode --
251 -- Testing fgetcsv() with file opened using r+t mode --
275 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfputcsv_variation2.phpt94 -- file opened in r+t --
118 -- file opened in a+t --
142 -- file opened in w+t --
166 -- file opened in x+t --
190 -- file opened in r+t --
214 -- file opened in a+t --
238 -- file opened in w+t --
262 -- file opened in x+t --
286 -- file opened in r+t --
310 -- file opened in a+t --
[all …]
H A Dfputcsv_variation3.phpt94 -- file opened in r+t --
118 -- file opened in a+t --
142 -- file opened in w+t --
166 -- file opened in x+t --
190 -- file opened in r+t --
214 -- file opened in a+t --
238 -- file opened in w+t --
262 -- file opened in x+t --
286 -- file opened in r+t --
310 -- file opened in a+t --
[all …]
H A Dfputcsv_variation4.phpt94 -- file opened in r+t --
118 -- file opened in a+t --
142 -- file opened in w+t --
166 -- file opened in x+t --
190 -- file opened in r+t --
214 -- file opened in a+t --
238 -- file opened in w+t --
262 -- file opened in x+t --
286 -- file opened in r+t --
310 -- file opened in a+t --
[all …]
H A Dfgetcsv_variation1.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
33 "a+", "a+b", "a+t",
34 "w+", "w+b", "w+t",
35 "x+", "x+b", "x+t");
143 -- Testing fgetcsv() with file opened using r+t mode --
173 -- Testing fgetcsv() with file opened using a+t mode --
203 -- Testing fgetcsv() with file opened using w+t mode --
233 -- Testing fgetcsv() with file opened using x+t mode --
293 -- Testing fgetcsv() with file opened using r+t mode --
323 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation2.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
33 "a+", "a+b", "a+t",
34 "w+", "w+b", "w+t",
35 "x+", "x+b", "x+t");
144 -- Testing fgetcsv() with file opened using r+t mode --
174 -- Testing fgetcsv() with file opened using a+t mode --
204 -- Testing fgetcsv() with file opened using w+t mode --
234 -- Testing fgetcsv() with file opened using x+t mode --
294 -- Testing fgetcsv() with file opened using r+t mode --
324 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation7.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
33 "a+", "a+b", "a+t",
34 "w+", "w+b", "w+t",
35 "x+", "x+b", "x+t");
143 -- Testing fgetcsv() with file opened using r+t mode --
173 -- Testing fgetcsv() with file opened using a+t mode --
203 -- Testing fgetcsv() with file opened using w+t mode --
233 -- Testing fgetcsv() with file opened using x+t mode --
293 -- Testing fgetcsv() with file opened using r+t mode --
323 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
/PHP-5.3/ext/interbase/
H A Dibase_query.c585 &t.tm_mon, &t.tm_mday, &t.tm_year, &t.tm_hour, &t.tm_min, &t.tm_sec); in _php_ibase_bind_array()
593 t.tm_mon--; in _php_ibase_bind_array()
602 n = sscanf(Z_STRVAL_P(val), "%d%*[/]%d%*[/]%d", &t.tm_mon, &t.tm_mday, &t.tm_year); in _php_ibase_bind_array()
610 t.tm_mon--; in _php_ibase_bind_array()
619 n = sscanf(Z_STRVAL_P(val), "%d%*[:]%d%*[:]%d", &t.tm_hour, &t.tm_min, &t.tm_sec); in _php_ibase_bind_array()
689 struct tm t; in _php_ibase_bind() local
1320 struct tm t; in _php_ibase_var_zval() local
1401 t.tm_isdst = -1; in _php_ibase_var_zval()
1414 t.tm_year + 1900, t.tm_hour, t.tm_min, t.tm_sec); in _php_ibase_var_zval()
1417 …l = slprintf(string_data, sizeof(string_data), "%02d/%02d/%4d", t.tm_mon + 1, t.tm_mday, t.tm_year… in _php_ibase_var_zval()
[all …]
/PHP-5.3/tests/classes/
H A Dbug24445.phpt7 $t = new Test;
8 var_dump(get_parent_class($t));
/PHP-5.3/tests/lang/
H A Dbug26182.phpt17 $t = new A ();
19 print_r($t);
/PHP-5.3/ext/sqlite/
H A Dsess_sqlite.c142 time_t t; in PS_WRITE_FUNC() local
147 t = time(NULL); in PS_WRITE_FUNC()
152 …printf(db, "REPLACE INTO session_data VALUES('%q', '%q', %d)", NULL, NULL, &error, key, binary, t); in PS_WRITE_FUNC()
176 time_t t = time(NULL); in PS_GC_FUNC() local
180 NULL, NULL, NULL, t, maxlifetime); in PS_GC_FUNC()
/PHP-5.3/ext/oci8/tests/
H A Ddrcp_cclass1.phpt17 $t = time();
18 $cc1 = 'cc1_'.$t;
19 $cc2 = 'cc2_'.$t;
43 $s = oci_parse($c, "select cclass_name from v\$cpool_cc_stats where cclass_name like '%.cc__$t' ord…
/PHP-5.3/sapi/fpm/fpm/events/
H A Dkqueue.c121 struct timespec t; in fpm_event_kqueue_wait() local
128 t.tv_sec = timeout / 1000; in fpm_event_kqueue_wait()
129 t.tv_nsec = (timeout % 1000) * 1000 * 1000; in fpm_event_kqueue_wait()
132 ret = kevent(kfd, NULL, 0, kevents, nkevents, &t); in fpm_event_kqueue_wait()
/PHP-5.3/ext/hash/
H A Dbench.php89 foreach ($time as $a => $t) {
90 printf("%-12s %02.6f\n", $a, $t);

Completed in 45 milliseconds

12345678910>>...57