Home
last modified time | relevance | path

Searched refs:t (Results 201 – 225 of 1808) sorted by relevance

12345678910>>...73

/php-src/ext/simplexml/tests/
H A Dbug69169.phpt10 <item s="t" />
16 $b = str_replace(array("\n", "\r", "\t"), "", $a);
41 [s] => t
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c215 #define cast(t,exp)((t)(exp)) argument
381 #define luaM_new(L,t)cast(t*,luaM_malloc(L,sizeof(t))) argument
764 #define gnode(t,i)(&(t)->node[i])
1338 #define hashpow2(t,n)(gnode(t,lmod((n),sizenode(t))))
1341 #define hashmod(t,n)(gnode(t,((n)%((sizenode(t)-1)|1))))
1511 t->lastfree=gnode(t,size);
1575 while(t->lastfree-->t->node){
3593 luaK_concat(fs,&e2->t,e1->t);
4008 cc.t=t;
5440 return(t==4||t==3);
[all …]
H A Ddasm_arm.lua144 t[name] = n
150 local t = {}
161 local t = {}
172 local t = {}
191 t[name] = n
522 local t = {}
529 for k,v in pairs(t) do
561 if t == tp then
1054 local t = {}
1055 for name in pairs(map_type) do t[#t+1] = name end
[all …]
/php-src/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-src/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-src/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-src/ext/sodium/tests/
H A Dphp_password_hash_argon2i.phpt43 Hash: string(96) "$argon2i$v=19$m=65536,t=4,p=1$%s$%s"
47 Hash: string(96) "$argon2i$v=19$m=65536,t=8,p=1$%s$%s"
51 Hash: string(97) "$argon2i$v=19$m=131072,t=4,p=1$%s$%s"
55 Hash: string(97) "$argon2i$v=19$m=131072,t=8,p=1$%s$%s"
H A Dphp_password_hash_argon2id.phpt43 Hash: string(97) "$argon2id$v=19$m=65536,t=4,p=1$%s$%s"
47 Hash: string(97) "$argon2id$v=19$m=65536,t=8,p=1$%s$%s"
51 Hash: string(98) "$argon2id$v=19$m=131072,t=4,p=1$%s$%s"
55 Hash: string(98) "$argon2id$v=19$m=131072,t=8,p=1$%s$%s"
/php-src/ext/mbstring/tests/
H A Dmb_stristr_basic.phpt28 echo "\n-- ASCII string: needle doesn't exist --\n";
37 echo "\n-- Multibyte string: needle doesn't exist --\n";
50 -- ASCII string: needle doesn't exist --
58 -- Multibyte string: needle doesn't exist --
H A Dmb_strrichr_basic.phpt28 echo "\n-- ASCII string: needle doesn't exist --\n";
37 echo "\n-- Multibyte string: needle doesn't exist --\n";
50 -- ASCII string: needle doesn't exist --
58 -- Multibyte string: needle doesn't exist --
/php-src/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
48 getting basename of %s\Árvíztűrő tükörfúrógép33
49 string(33) "Árvíztűrő tükörfúrógép33"
51 string(%d) "%s\Árvíztűrő tükörfúrógép33"
/php-src/Zend/tests/attributes/override/
H A D016.phpt7 public abstract function t(): void;
14 public function t(): void {}
/php-src/ext/opcache/tests/jit/
H A Dand_002.phpt9 function t($a) {
13 t("");
/php-src/tests/classes/
H A Dbug24445.phpt7 $t = new Test;
8 var_dump(get_parent_class($t));
/php-src/tests/lang/
H A Dbug26182.phpt17 $t = new A ();
19 print_r($t);
/php-src/Zend/tests/multibyte/
H A Dmultibyte_encoding_004.phpt16 �\�\�\("�h���~�t�@�\");
19 �h���~�t�@�\
/php-src/ext/mysqli/tests/
H A Dbug76386.phpt10 …die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysqli_connect_errno(), mysqli_connect…
15 …die(sprintf("skip Server doesn't support fractional seconds in timestamp (%s)", mysqli_get_server_…
57 't time default "11:00:00", t2 time(2) default "11:00:00.22", t4 ' .
62 'INSERT INTO t_test (t, t2, t4, t6) VALUES ("21:22:33", "21:22:33.44", ' .
70 $tid = $t = $t2 = $t3 = $t4 = null;
71 $stmt->bind_result($tid, $t, $t2, $t4, $t6);
73 var_dump($t, $t2, $t4, $t6);
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_errorinfo.phpt81 …t found: 1146 Table '%s.pdo_mysql_stmt_errorinfo_ihopeitdoesnotexist' doesn't exist in %s on line …
88 string(%d) "Table '%s.pdo_mysql_stmt_errorinfo_ihopeitdoesnotexist' doesn't exist"
91 …ase table or view not found: 1146 Table '%s.pdo_mysql_stmt_errorinfo' doesn't exist in %s on line …
99 string(%d) "Table '%s.pdo_mysql_stmt_errorinfo' doesn't exist"
111 …t found: 1146 Table '%s.pdo_mysql_stmt_errorinfo_ihopeitdoesnotexist' doesn't exist in %s on line …
122 …ase table or view not found: 1146 Table '%s.pdo_mysql_stmt_errorinfo' doesn't exist in %s on line …
129 string(%d) "Table '%s.pdo_mysql_stmt_errorinfo' doesn't exist"
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_win1252.phpt41 echo "Special test for &#x81; (shouldn't decode):\n";
45 echo "Special test for &#x8D; (shouldn't decode):\n";
49 echo "Special test for &#x8F; (shouldn't decode):\n";
53 echo "Special test for &#x90; (shouldn't decode):\n";
57 echo "Special test for &#x9D; (shouldn't decode):\n";
74 Special test for &#x81; (shouldn't decode):
77 Special test for &#x8D; (shouldn't decode):
80 Special test for &#x8F; (shouldn't decode):
83 Special test for &#x90; (shouldn't decode):
86 Special test for &#x9D; (shouldn't decode):
/php-src/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-src/ext/hash/
H A Dhash_gost.c27 t = (k1) + r; \
28 l ^= tables[0][t & 0xff] ^ tables[1][(t >> 8) & 0xff] ^ \
29 tables[2][(t >> 16) & 0xff] ^ tables[3][t >> 24]; \
30 t = (k2) + l; \
31 r ^= tables[0][t & 0xff] ^ tables[1][(t >> 8) & 0xff] ^ \
32 tables[2][(t >> 16) & 0xff] ^ tables[3][t >> 24];
34 #define R(tables, key, h, i, t, l, r) \ argument
53 t = r; \
55 l = t; \
196 R((tables), key, h, i, t, l, r); \
[all …]
/php-src/ext/standard/
H A Dcrypt_sha256.c94 unsigned int t; in sha256_process_block() local
139 for (t = 0; t < 16; ++t) { in sha256_process_block()
140 W[t] = SWAP (*words); in sha256_process_block()
143 for (t = 16; t < 64; ++t) in sha256_process_block()
144 W[t] = R1 (W[t - 2]) + W[t - 7] + R0 (W[t - 15]) + W[t - 16]; in sha256_process_block()
147 for (t = 0; t < 64; ++t) { in sha256_process_block()
148 uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha256_process_block()
/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation18.phpt29 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
30 "a+", "a+b", "a+t",
31 "w+", "w+b", "w+t",
32 "x+", "x+b", "x+t");
130 -- Testing fgetcsv() with file opened using r+t mode --
154 -- Testing fgetcsv() with file opened using a+t mode --
178 -- Testing fgetcsv() with file opened using w+t mode --
202 -- Testing fgetcsv() with file opened using x+t mode --
250 -- Testing fgetcsv() with file opened using r+t mode --
274 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
/php-src/Zend/tests/generators/
H A Dunused_return_value.phpt2 There shouldn't be any leaks when the generator's return value isn't used

Completed in 94 milliseconds

12345678910>>...73