Home
last modified time | relevance | path

Searched refs:t (Results 1551 – 1575 of 1771) sorted by relevance

1...<<6162636465666768697071

/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation50.phpt31 $scientific_formats = array( "%e", "%he", "%le", "%Le", " %e", "%e ", "% e", "\t%e", "\n%e", "%4e",…
H A Dfscanf_variation25.phpt34 "\t%c", "\n%c", "%4c",
/PHP-7.4/ext/mysqli/tests/
H A Dbug_mysql_49406.phpt2 MySQL Bug #49406 (Binding params doesn't work when selecting a date inside a CASE-WHEN, http://bugs…
H A Dmysqli_fetch_field_oo.phpt131 Warning: mysqli_result::fetch_field(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_stmt_get_result.phpt201 [040] [2014] [Commands out of sync; you can't run this command now]
216 Warning: mysqli_stmt_fetch(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dmysqli_class_mysqli_warning.phpt103 Warning: mysqli_warning::mysqli_warning(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_query_unicode.phpt101 Warning: mysqli_query(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_fetch_all_oo.phpt103 // don't bail, engine might not support the datatype
219 // don't care about date() strict TZ warnings...
439 Warning: mysqli_result::fetch_array(): Couldn't fetch mysqli_result in %s on line %d
/PHP-7.4/ext/standard/tests/general_functions/
H A Dvar_dump.phpt96 "\t",
97 '\t',
102 "1234\t\n5678\n\t9100\rabcda" // strings with escape characters
453 string(2) "\t"
1108 string(2) "\t"
H A Dvar_dump_64bit.phpt96 "\t",
97 '\t',
102 "1234\t\n5678\n\t9100\rabcda" // strings with escape characters
453 string(2) "\t"
1108 string(2) "\t"
/PHP-7.4/docs/
H A Dstreams.md8 code; we don't want them - they are ugly and cumbersome and force you to special
57 * `IGNORE_PATH` (default) - don't use include path to search for the file
62 don't need to be able to write to the original file/URL, use this option to
241 former doesn't change anything, while the later *might* change some state in the
380 so I won't even go in to how to do that here */
/PHP-7.4/ext/soap/
H A Dphp_sdl.c1381 sdlTypePtr t = emalloc(sizeof(sdlType)); in sdl_deserialize_type() local
1382 memset(t, 0, sizeof(sdlType)); in sdl_deserialize_type()
1385 elements[i] = t; in sdl_deserialize_type()
1578 if (old_t < t) { in get_sdl_from_cache()
2137 WSDL_CACHE_PUT_N(&t, sizeof(t), out); in add_sdl_to_cache()
3174 time_t t = time(0); in get_sdl() local
3203 time_t t = time(0); in get_sdl() local
3239 t = cached; in get_sdl()
3334 add_sdl_to_cache(key, uri, t, sdl); in get_sdl()
3352 time_t latest = t; in get_sdl()
[all …]
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1008 int t = x2; in gdImageHLine() local
1010 x1 = t; in gdImageHLine()
1027 int t = y1; in gdImageVLine() local
1029 y2 = t; in gdImageVLine()
1227 BLEND_COLOR(t, dr, r, dr); in gdImageSetAAPixelColor()
1228 BLEND_COLOR(t, dg, g, dg); in gdImageSetAAPixelColor()
2089 int t; in gdImageRectangle() local
2097 t=y1; in gdImageRectangle()
2099 y2 = t; in gdImageRectangle()
2103 t = x1; in gdImageRectangle()
[all …]
/PHP-7.4/ext/oci8/
H A Dconfig.m426 dnl This isn't an ORACLE_HOME. Try heuristic examination of the dir to help
89 dnl from PHP_INIT_DTRACE which doesn't currently support DTrace for extensions.
92 dnl DTrace support isn't available.
185 dnl --with-oci8=$ORACLE_HOME where ORACLE_HOME isn't set (or is mistyped)
/PHP-7.4/
H A DUPGRADING.INTERNALS23 t. Exceptions thrown by string conversions.
212 t. convert_to_string() and zval_get_string() are now more likely to result in
280 version and excluded versions that aren't supported.
288 PHP build system at the configure step and shouldn't be used anymore:
H A DCONTRIBUTING.md8 You don't need any special access to download, build, debug and begin submitting
262 - Run `make test` to check your change doesn't break other features.
317 4. If you "strongly disagree" about something another person did, don't start
320 5. If you don't know how to do something, ask first!
327 and doesn't break for those who need that.
390 2012-02-01) moved the #ifdef NO_PTHREDS around but hasn't noticed that the
/PHP-7.4/build/
H A Dphp.m4199 dnl Internal, don't use.
412 dnl Internal, don't use.
488 dnl Internal, don't use.
497 dnl Internal, don't use.
1125 struct tm t;
1129 s = gmtime_r(&old, &t);
1130 r = (int) asctime_r(&t, buf, 26);
1140 struct tm t, *s;
1144 s = gmtime_r(&old, &t);
1145 p = asctime_r(&t, buf, 26);
[all …]
/PHP-7.4/ext/reflection/tests/
H A Dbug43926.phpt2 Bug #43926 (isInstance() isn't equivalent to instanceof operator)
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation41.phpt43 "\t%u", "\n%u", "%4u",
H A Dsprintf_variation41_64bit.phpt39 "\t%u", "\n%u", "%4u",
H A Dexplode1.phpt62 var_dump( explode("\t\n", "1234\t\n5678\n\t9100") );
/PHP-7.4/ext/oci8/tests/
H A Derror_parse.phpt63 // Verify that passing no connection doesn't affect future calls
H A Dlob_029.phpt12 die("skip this test won't work with remote Oracle");
/PHP-7.4/ext/mysqli/
H A Dconfig.m471 …AC_MSG_ERROR([MySQLI doesn't support versions < 4.1.13 (for MySQL 4.1.x) and < 5.0.7 for (MySQL 5.…
/PHP-7.4/ext/dom/tests/
H A Ddom_create_element.phpt254 /* This isn't because the xml namespace isn't there and we can't create it */

Completed in 104 milliseconds

1...<<6162636465666768697071