Home
last modified time | relevance | path

Searched refs:t (Results 1751 – 1771 of 1771) sorted by path

1...<<71

/PHP-7.4/tests/lang/
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 Dbug24640.phpt2 Bug #24640 (var_export and var_dump can't output large float)
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.phpt27 // 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-7.4/tests/output/
H A Dob_get_contents_basic_001.phpt28 echo "\ncheck that we don't have a reference\n";
61 check that we don't have a reference
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-7.4/tests/strings/
H A Dbug22592.phpt7 $t = $x[] = 'x';
/PHP-7.4/win32/build/
H A Dbuildconf.js33 var t = F.ReadAll();
35 return t;
H A Dconfig.w32150 WARNING("Couldn't find clang binaries, static analyze was disabled");
167 WARNING("Couldn't find Cppcheck binaries, static analyze was disabled");
202 WARNING("Couldn't find PVS-Studio binaries, static analyze was disabled");
H A Dconfig.w32.h.in93 /* MSVC.6/NET don't allow 'long long' or know 'intmax_t' */
H A Dconfutils.js274 var t;
292 t = this_line + " " + words[i];
294 t = words[i];
297 if (t.length + indent > 78) {
1831 var t = 0;
1850 var t = ar_out[k][j].length;
1851 if (t > tmax) tmax = t;
1852 else if (t < tmin) tmin = t;
H A Dphpize.js.in41 var t = "";
45 t = F.ReadAll();
48 return t;
102 * if we have, don't include it here */
/PHP-7.4/win32/
H A Dioutil.c864 LARGE_INTEGER t; in php_win32_ioutil_fstat_int() local
963 t.HighPart = data->nFileSizeHigh; in php_win32_ioutil_fstat_int()
964 t.LowPart = data->nFileSizeLow; in php_win32_ioutil_fstat_int()
967 buf->st_size = (zend_long)t.QuadPart; in php_win32_ioutil_fstat_int()
H A Dregistry.c142 FILETIME t; in LoadDirectory() local
147 if (RegEnumKeyEx(key, i, name, &name_len, NULL, NULL, NULL, &t) == ERROR_SUCCESS) { in LoadDirectory()

Completed in 70 milliseconds

1...<<71