Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 1568) sorted by last modified time

12345678910>>...63

/PHP-5.5/win32/
H A Dregistry.c133 FILETIME t; in LoadDirectory() local
138 if (RegEnumKeyEx(key, i, name, &name_len, NULL, NULL, NULL, &t) == ERROR_SUCCESS) { in LoadDirectory()
H A Dinstall.txt64 You may also rent webspace at a company. This way, you don't need to
276 - logoff isn't enough).
690 Don't mix up your installation with DLL files from different PHP
1237 developers probably don't know about it, and unless you report it,
1238 chances are it won't be fixed. You can report bugs using the
1336 Note: Don't use php_value to set boolean values. php_flag (see
1454 it isn't as my changes aren't being implemented.
1699 be sure the directive isn't commented out (with a ;). Like all
1706 it isn't as my changes aren't being implemented.
1784 FAQ is only for the case when links to PHP files don't include
[all …]
/PHP-5.5/win32/build/
H A Dconfutils.js263 var t;
281 t = this_line + " " + words[i];
283 t = words[i];
286 if (t.length + indent > 78) {
1536 var t = 0;
1554 var t = ar_out[k][j].length;
1555 if (t > tmax) tmax = t;
1556 else if (t < tmin) tmin = t;
H A Dphpize.js.in43 var t = "";
47 t = F.ReadAll();
50 return t;
104 * if we have, don't include it here */
H A Dbuildconf.js35 var t = F.ReadAll();
37 return t;
H A Dconfig.w3246 // we don't want to define LIB, as that will override the default library path
H A Dconfig.w32.h.in133 /* MSVC.6/NET don't allow 'long long' or know 'intmax_t' */
H A Dconfig.w32.phpize.in45 // we don't want to define LIB, as that will override the default library path
H A DDSP.README21 If the .dsw files haven't generated in a sane way, the most likely reason
32 installed, but clicking on the workspace(s) doesn't give you anything).
/PHP-5.5/tests/strings/
H A Dbug22592.phpt7 $t = $x[] = 'x';
/PHP-5.5/tests/output/
H A Dob_start_basic_003.phpt14 echo "done (you shouldn't see this)";
H A Dob_start_error_005.phpt2 ob_start(): ensure buffers can't be added from within callback.
/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt56 $t = new c();
58 foreach($t as $k => $v) {
59 foreach($t as $w) {
65 unset($t);
H A Dbug20175.phpt2 Bug #20175 (Static vars can't store ref to new instance)
64 * initialised in second call to wow_static() and hence shouldn't call
H A Dbug21849.phpt2 Bug #21849 (self::constant doesn't work as method's default parameter)
H A Dbug23489.phpt19 $t = new Test;
H A Dbug23922.phpt2 Bug #23922 (scope doesn't properly propagate into internal functions)
H A Dbug24403.phpt2 Bug #24403 (scope doesn't properly propagate into internal functions)
H A Dbug24640.phpt2 Bug #24640 (var_export and var_dump can't output large float)
H A Dbug44827.phpt15 Warning: constant(): Couldn't find constant :: in %s on line %d
H A Dengine_assignExecutionOrder_002.phpt64 list(list(list($r,$s,,$t),list($u,$v),,$w),,$x) = $q4;
65 echo "$r $s $t $u $v $w $x\n";
H A Derror_2_exception_001.phpt29 // make sure it isn't catching exceptions that weren't
H A D020.phpt14 echo "This doesn't work... :(\n";
/PHP-5.5/tests/classes/
H A Dvisibility_003b.phpt30 echo "Done\n"; // shouldn't be displayed
H A Dvisibility_004b.phpt30 echo "Done\n"; // shouldn't be displayed

Completed in 35 milliseconds

12345678910>>...63