Home
last modified time | relevance | path

Searched refs:t (Results 201 – 225 of 1813) sorted by last modified time

12345678910>>...73

/php-src/ext/phar/tests/
H A Dbug77432.phpt24 // Note: will warn because the halting offset is redefined, but won't display the name because "zen…
/php-src/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b_64bit.phpt56 "\t",
57 '\t',
60 "1234\t\n5678\n\t9100\rabcda\x0000cdeh\0stuv", // strings with escape chars
170 string(2) "\t" interned
H A Ddebug_zval_dump_b.phpt52 "\t",
53 '\t',
56 "1234\t\n5678\n\t9100\rabcda\x0000cdeh\0stuv", // strings with escape chars
166 string(2) "\t" interned
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdosqlite_004_blobopen.phpt61 Warning: fwrite(): Can't write to blob stream: is open as read only in %s on line %d
/php-src/ext/pdo_firebird/tests/
H A Dbug_77863.phpt16 with t(b, s) as (
23 select trim(s) as s from t where b is not distinct from :p
H A Dautocommit.phpt13 * so it won't check them in detail. */
/php-src/ext/pdo_dblib/tests/
H A Dbatch_stmt_ins_up.phpt2 PDO_DBLIB: driver supports multiple queries in a single \PDO::query() call that doesn't return any …
H A Dbug_38955.phpt25 /*We don't see these rows */
H A Dbug_73396.phpt18 // on 32-bit machines, they will come back as strings because zend_long isn't big enough
H A Dconfig.inc5 // assume this bug isn't present if not using FreeTDS
H A Dbug_67130.phpt2 PDO_DBLIB: \PDOStatement::nextRowset() should succeed when all rows in current rowset haven't been …
H A Dbug_68957.phpt2 PDO_DBLIB bug #68957 PDO::query doesn't support several queries
/php-src/win32/build/
H A Dconfutils.js287 var t;
305 t = this_line + " " + words[i];
307 t = words[i];
310 if (t.length + indent > 78) {
1843 var t = 0;
1862 var t = ar_out[k][j].length;
1863 if (t > tmax) tmax = t;
1864 else if (t < tmin) tmin = t;
/php-src/ext/json/
H A DMakefile.frag.w322 …$(RE2C) $(RE2C_FLAGS) -t ext/json/php_json_scanner_defs.h --no-generation-date -bci -o ext/json/js…
/php-src/
H A DCONTRIBUTING.md8 You don't need any special access to download, build, debug and begin submitting
287 - Run `make test` to check your change doesn't break other features.
342 4. If you "strongly disagree" about something another person did, don't start
345 5. If you don't know how to do something, ask first!
351 `--enable-zts` switch to ensure your code handles TSRM correctly and doesn't
419 2012-02-01) moved the #ifdef NO_PTHREDS around but hasn't noticed that the
/php-src/ext/pcre/tests/
H A Dpreg_match_all_error1.phpt64 string(1) "t"
70 string(1) "t"
/php-src/ext/mbstring/tests/
H A Dgb18030_2022_encoding.phpt209 if (sscanf($line, "%x\t%x", $codepoint, $char) == 2) {
213 // (which can't be represented in a PHP integer)
215 for ($i = strpos($line, "\t") + 1; $i < strlen($line); $i += 2) {
H A Dencoding_tests.inc44 // (which can't be represented in a PHP integer)
/php-src/ext/date/tests/
H A Dbug80963.phpt12 $t = $tz->getTransitions();
13 var_dump(sizeof($t), end($t));
/php-src/ext/gd/tests/
H A Dbug73614.phpt2 Bug #73614 (gdImageFilledArc() doesn't properly draw pies)
H A Dbug64641.phpt2 Bug #64641 (imagefilledpolygon doesn't draw horizontal line)
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddynasm.lua240 local t = {}
242 t[#t+1] = name
244 sort(t)
246 for _,name in ipairs(t) do
650 local t = {}
651 for name in pairs(map_coreop) do t[#t+1] = name end
652 for name in pairs(map_op) do t[#t+1] = name end
653 sort(t)
663 for _,sname in ipairs(t) do
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_x86.h451 int t = *p++; in dasm_encode() local
452 unsigned char *ex = cp - (t&7); in dasm_encode()
453 if ((n & 8) && t < 0xa0) { in dasm_encode()
454 if (*ex & 0x80) ex[1] ^= 0x20 << (t>>6); else *ex ^= 1 << (t>>6); in dasm_encode()
465 if (t >= 0xc0) n <<= 4; in dasm_encode()
466 else if (t >= 0x40) n <<= 3; in dasm_encode()
467 else if (n == 4 && t < 0x20) { cp[-1] ^= n; *cp++ = 0x20; } in dasm_encode()
H A Ddasm_mips.lua143 t[name] = n
149 local t = {}
153 out:write(format(" %s\n", t[i]))
160 local t = {}
171 local t = {}
175 out:write(" \"", t[i], "\",\n")
190 t[name] = n
1122 local t = {}
1123 for name in pairs(map_type) do t[#t+1] = name end
1124 sort(t)
[all …]

Completed in 99 milliseconds

12345678910>>...73