Home
last modified time | relevance | path

Searched refs:t (Results 1551 – 1568 of 1568) sorted by path

1...<<616263

/PHP-5.5/tests/lang/
H A Dbug24652.phpt12 /* This doesn't */
H A Dbug26182.phpt17 $t = new A ();
19 print_r($t);
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 DforeachLoopIteratorAggregate.004.phpt56 $t = new c();
58 foreach($t as $k => $v) {
59 foreach($t as $w) {
65 unset($t);
/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/strings/
H A Dbug22592.phpt7 $t = $x[] = 'x';
/PHP-5.5/win32/build/
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).
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 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 */
/PHP-5.5/win32/
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 …]
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()

Completed in 105 milliseconds

1...<<616263