Home
last modified time | relevance | path

Searched refs:t (Results 176 – 200 of 1731) sorted by relevance

12345678910>>...70

/PHP-7.1/tests/classes/
H A Dprivate_005b.phpt24 $t = new pass();
25 $t->do_show();
30 echo "Done\n"; // shouldn't be displayed
H A Dbug24445.phpt7 $t = new Test;
8 var_dump(get_parent_class($t));
/PHP-7.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_5.phpt21 $item = "Árvíztűrő tükörfúrógép"; // cp1250 specific chars
47 getting basename of %s\Árvíztűrő tükörfúrógép33
48 string(33) "Árvíztűrő tükörfúrógép33"
50 string(%d) "%s\Árvíztűrő tükörfúrógép33"
/PHP-7.1/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-7.1/ext/standard/tests/strings/
H A Dstrcspn_variation6.phpt69 "\t",
70 "t\ ",
71 '\t',
72 "\t\ ",
73 " \t",
74 "\t\i\100\xaa"
H A Dhtml_entity_decode_win1252.phpt41 echo "Special test for  (shouldn't decode):\n";
45 echo "Special test for  (shouldn't decode):\n";
49 echo "Special test for  (shouldn't decode):\n";
53 echo "Special test for  (shouldn't decode):\n";
57 echo "Special test for  (shouldn't decode):\n";
73 Special test for  (shouldn't decode):
76 Special test for  (shouldn't decode):
79 Special test for  (shouldn't decode):
82 Special test for  (shouldn't decode):
85 Special test for  (shouldn't decode):
/PHP-7.1/ext/pdo/
H A Dpdo_sql_parser.c403 int t; in pdo_parse_params() local
418 if (t == PDO_PARSER_BIND || t == PDO_PARSER_BIND_POS) { in pdo_parse_params()
419 if (t == PDO_PARSER_BIND) { in pdo_parse_params()
616 t = plc->pos - ptr; in pdo_parse_params()
617 if (t) { in pdo_parse_params()
619 newbuffer += t; in pdo_parse_params()
629 if (t) { in pdo_parse_params()
630 memcpy(newbuffer, ptr, t); in pdo_parse_params()
631 newbuffer += t; in pdo_parse_params()
727 int t;
[all …]
/PHP-7.1/ext/standard/
H A Dcrypt_sha256.c109 unsigned int t; in sha256_process_block() local
154 for (t = 0; t < 16; ++t) { in sha256_process_block()
155 W[t] = SWAP (*words); in sha256_process_block()
158 for (t = 16; t < 64; ++t) in sha256_process_block()
159 W[t] = R1 (W[t - 2]) + W[t - 7] + R0 (W[t - 15]) + W[t - 16]; in sha256_process_block()
162 for (t = 0; t < 64; ++t) { in sha256_process_block()
163 uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha256_process_block()
H A Dhttp_fopen_wrapper.c446 char *t; in php_stream_url_wrap_http_ex() local
459 t = ZSTR_VAL(tmp); in php_stream_url_wrap_http_ex()
467 if ((s = strstr(t, "user-agent:")) && in php_stream_url_wrap_http_ex()
472 if ((s = strstr(t, "host:")) && in php_stream_url_wrap_http_ex()
477 if ((s = strstr(t, "from:")) && in php_stream_url_wrap_http_ex()
482 if ((s = strstr(t, "authorization:")) && in php_stream_url_wrap_http_ex()
492 if ((s = strstr(t, "content-type:")) && in php_stream_url_wrap_http_ex()
497 if ((s = strstr(t, "connection:")) && in php_stream_url_wrap_http_ex()
512 if (s == t) { in php_stream_url_wrap_http_ex()
517 user_headers[s - t] = 0; in php_stream_url_wrap_http_ex()
[all …]
/PHP-7.1/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_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 …]
/PHP-7.1/tests/lang/
H A Dbug26182.phpt17 $t = new A ();
19 print_r($t);
/PHP-7.1/Zend/tests/generators/finally/
H A Dreturn_yield.phpt5 function foo($f, $t) {
6 for ($i = $f; $i <= $t; $i++) {
H A Dyield_return.phpt5 function foo($f, $t) {
6 for ($i = $f; $i <= $t; $i++) {
/PHP-7.1/ext/interbase/
H A Dibase_query.c587 &t.tm_mon, &t.tm_mday, &t.tm_year, &t.tm_hour, &t.tm_min, &t.tm_sec); in _php_ibase_bind_array()
595 t.tm_mon--; in _php_ibase_bind_array()
604 n = sscanf(Z_STRVAL_P(val), "%d%*[/]%d%*[/]%d", &t.tm_mon, &t.tm_mday, &t.tm_year); in _php_ibase_bind_array()
612 t.tm_mon--; in _php_ibase_bind_array()
621 n = sscanf(Z_STRVAL_P(val), "%d%*[:]%d%*[:]%d", &t.tm_hour, &t.tm_min, &t.tm_sec); in _php_ibase_bind_array()
691 struct tm t; in _php_ibase_bind() local
1320 struct tm t; in _php_ibase_var_zval() local
1396 t.tm_isdst = -1; in _php_ibase_var_zval()
1409 t.tm_year + 1900, t.tm_hour, t.tm_min, t.tm_sec); in _php_ibase_var_zval()
1412 …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-7.1/Zend/tests/generators/
H A Dunused_return_value.phpt2 There shouldn't be any leaks when the genertor's return value isn't used
/PHP-7.1/ext/date/tests/
H A Dbig_year.phpt9 $t = mktime(0,0,0,1,1,292277026596);
11 var_dump(date("r", $t));
/PHP-7.1/ext/intl/tests/
H A Dtransliterator_create_from_rule_error.phpt9 $t = Transliterator::createFromRules();
12 $t = Transliterator::createFromRules("a","b");
15 $t = Transliterator::createFromRules("\x8Fss");
23 $t = Transliterator::createFromRules($rules);
30 $t = Transliterator::createFromRules($rules);
/PHP-7.1/ext/mysqli/tests/
H A Dbug66124.phpt36 printf("Can't prepare\n");
46 printf("Can't execute\n");
58 printf("Can't select\n");
76 printf("Can't execute\n");
87 printf("Can't select\n");
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_xclass.c67 pcre_uchar t; in PRIV() local
98 while ((t = *data++) != XCL_END) in PRIV()
101 if (t == XCL_SINGLE) in PRIV()
113 else if (t == XCL_RANGE) in PRIV()
134 BOOL isprop = t == XCL_PROP; in PRIV()
/PHP-7.1/ext/hash/
H A Dbench.php89 foreach ($time as $a => $t) {
90 printf("%-12s %02.6f\n", $a, $t);
/PHP-7.1/Zend/tests/
H A Dbug20242.phpt7 $t = new test;
8 $t->show_method();
/PHP-7.1/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()

Completed in 63 milliseconds

12345678910>>...70