Home
last modified time | relevance | path

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

12345678910>>...71

/PHP-7.4/ext/json/tests/
H A Dbug64874_part1.phpt21 decode("true\t");
27 decode(" true\t");
31 decode("\ttrue\t");
35 decode("\ntrue\t");
39 decode("\rtrue\t");
/PHP-7.4/tests/classes/
H A Dbug24445.phpt7 $t = new Test;
8 var_dump(get_parent_class($t));
/PHP-7.4/tests/lang/
H A Dbug26182.phpt17 $t = new A ();
19 print_r($t);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_string_utils.c231 PCRE2_UCHAR *t = str1; in PRIV() local
232 while (*str2 != 0) *t++ = *str2++; in PRIV()
233 *t = 0; in PRIV()
234 return t - str1; in PRIV()
/PHP-7.4/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.4/ext/simplexml/tests/
H A Dbug69169.phpt12 <item s="t" />
18 $b = str_replace(array("\n", "\r", "\t"), "", $a);
43 [s] => t
/PHP-7.4/ext/intl/tests/
H A Dini_use_exceptions_basic.phpt8 $t = transliterator_create('any-hex');
10 var_dump($t->transliterate('a', 3));
16 var_dump($t->transliterate('a', 3));
/PHP-7.4/ext/sqlite3/tests/
H A Dexception_from_toString.phpt15 $db->exec('CREATE TABLE t(id int, v varchar(255))');
17 $stmt = $db->prepare('INSERT INTO t VALUES(:i, :v)');
33 $query = $db->query("SELECT * FROM t");
/PHP-7.4/sapi/fpm/tests/
H A Dlog-bm-limit-2048-msg-4000.phpt27 error_log(str_repeat('t', 4000));
35 $tester->expectFastCGIErrorMessage('t', 2048, 4000);
36 $tester->expectLogMessage('NOTICE: PHP message: ' . str_repeat('t', 2023) . '...', 2048);
/PHP-7.4/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.4/ext/hash/
H A Dhash_gost.c29 t = (k1) + r; \
30 l ^= tables[0][t & 0xff] ^ tables[1][(t >> 8) & 0xff] ^ \
31 tables[2][(t >> 16) & 0xff] ^ tables[3][t >> 24]; \
32 t = (k2) + l; \
33 r ^= tables[0][t & 0xff] ^ tables[1][(t >> 8) & 0xff] ^ \
34 tables[2][(t >> 16) & 0xff] ^ tables[3][t >> 24];
36 #define R(tables, key, h, i, t, l, r) \ argument
55 t = r; \
57 l = t; \
198 R((tables), key, h, i, t, l, r); \
[all …]
H A Dbench.php89 foreach ($time as $a => $t) {
90 printf("%-12s %02.6f\n", $a, $t);
/PHP-7.4/ext/oci8/tests/
H A Dcalltimeout1.phpt23 function mysleep($c, $t)
25 $s = @oci_parse($c, "begin dbms_lock.sleep(:t); end;");
31 @oci_bind_by_name($s, ":t", $t);
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_5.phpt23 $item = "Árvíztűrő tükörfúrógép"; // cp1250 specific chars
49 getting basename of %s\Árvíztűrő tükörfúrógép33
50 string(33) "Árvíztűrő tükörfúrógép33"
52 string(%d) "%s\Árvíztűrő tükörfúrógép33"
/PHP-7.4/Zend/tests/
H A Dbug20242.phpt7 $t = new test;
8 $t->show_method();
H A Dflexible-heredoc-error8.phpt2 Flexible heredoc syntax error 8: don't interpret \t as indentation
/PHP-7.4/ext/date/tests/
H A Dbig_year.phpt9 $t = mktime(0,0,0,1,1,2922770265);
11 var_dump(date("r", $t));
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation8.phpt35 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
36 "a+", "a+b", "a+t",
37 "w+", "w+b", "w+t",
38 "x+", "x+b", "x+t");
139 -- Testing fgetcsv() with file opened using r+t mode --
163 -- Testing fgetcsv() with file opened using a+t mode --
187 -- Testing fgetcsv() with file opened using w+t mode --
211 -- Testing fgetcsv() with file opened using x+t mode --
259 -- Testing fgetcsv() with file opened using r+t mode --
283 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation9.phpt35 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
36 "a+", "a+b", "a+t",
37 "w+", "w+b", "w+t",
38 "x+", "x+b", "x+t");
137 -- Testing fgetcsv() with file opened using r+t mode --
161 -- Testing fgetcsv() with file opened using a+t mode --
185 -- Testing fgetcsv() with file opened using w+t mode --
209 -- Testing fgetcsv() with file opened using x+t mode --
257 -- Testing fgetcsv() with file opened using r+t mode --
281 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
/PHP-7.4/appveyor/
H A Dtest.bat5 echo "%SDK_RUNNER%" doesn't exist
9 cmd /c %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\appveyor\test_task.bat
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_tostring_exception.phpt15 $db->exec('CREATE TABLE t(id int, v varchar(255))');
17 $stmt = $db->prepare('INSERT INTO t VALUES(:i, :v)');
37 $query = $db->query("SELECT * FROM t");
/PHP-7.4/ext/opcache/tests/
H A Dneg_range_inference.phpt11 $t = (int) ($i < 5);
12 var_dump($t);
/PHP-7.4/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]*"
/PHP-7.4/ext/standard/tests/strings/
H A Dstrcspn_variation6.phpt69 "\t",
70 "t\ ",
71 '\t',
72 "\t\ ",
73 " \t",
74 "\t\i\100\xaa"

Completed in 44 milliseconds

12345678910>>...71