Home
last modified time | relevance | path

Searched refs:t (Results 1526 – 1550 of 1771) sorted by relevance

1...<<6162636465666768697071

/PHP-7.4/ext/standard/tests/math/
H A Dbase_convert_basic.phpt22 for ($t= 0; $t < count($tobase); $t++) {
23 echo "......to base is ", $tobase[$t], "\n";
25 $res = base_convert($values[$i],$frombase[$f],$tobase[$t]);
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt27 $tableRows[] = "{$firstParameter}\t{$secondParameter}\t\\N";
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_basic7.phpt9 die("skip Won't run on Windows");
35 "bar\r\n\t fuga",
/PHP-7.4/ext/standard/tests/strings/
H A Dstrspn_variation11.phpt47 "t\ ",
49 "felh\t\ ",
50 " \t",
51 "fhel\t\i\100\xa"
H A Dwordwrap_error.phpt72 Warning: wordwrap(): Can't force cut when width is zero in %s on line %d
H A Dsprintf_variation12.phpt34 "\t%f", "\n%f", "%4f",
H A Dsprintf_variation24.phpt32 "\t%c", "\n%c", "%4c",
H A Dsprintf_variation37.phpt32 "\t%x", "\n%x", "%4x",
H A Dsprintf_variation6.phpt35 "\t%d", "\n%d", "%4d",
/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()
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.c938 int t; in timelib_strtointerval() local
1016 t = scan(&in); in timelib_strtointerval()
1018 printf("%d\n", t); in timelib_strtointerval()
1020 } while(t != EOI); in timelib_strtointerval()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt45 // MySQL Server might accept anonymous connections, don't
55 // don't print the message since it can be different
121 // let's hope we don't hit a MySQL running on that port...
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt79 // don't bail, engine might not support the datatype
195 // don't care about date() strict TZ warnings...
361 Warning: mysqli_result::fetch_array(): Couldn't fetch mysqli_result in %s on line %d
/PHP-7.4/ext/sockets/
H A Dsockets.c578 char *t = (char *) buf; local
592 *t = '\0';
593 while (*t != '\n' && *t != '\r' && n < maxlen) {
595 t++;
613 m = recv(sock->bsd_socket, (void *) t, 1, flags);
2384 int t; local
2405 t = fcntl(socket, F_GETFL);
2406 if (t == -1) {
2410 retsock->blocking = !(t & O_NONBLOCK);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3610 PCRE2_SPTR t = start_match; in pcre2_dfa_match() local
3614 while (t < end_subject && !IS_NEWLINE(t)) in pcre2_dfa_match()
3616 t++; in pcre2_dfa_match()
3617 ACROSSCHAR(t < end_subject, t, t++); in pcre2_dfa_match()
3622 while (t < end_subject && !IS_NEWLINE(t)) t++; in pcre2_dfa_match()
3623 end_subject = t; in pcre2_dfa_match()
/PHP-7.4/ext/standard/tests/array/
H A Dsort_variation5.phpt22 array(null, NULL, "\a", "\cx", "\e", "\f", "\n", "\r", "\t", "\xhh", "\ddd", "\v"),
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation19.phpt34 "\t%s", "\n%s", "%4s",
H A Dfscanf_variation22.phpt37 "\t%c", "\n%c", "%4c",
H A Dfscanf_variation7.phpt31 $int_formats = array( "%d", "%hd", "%ld", "%Ld", " %d", "%d ", "% d", "\t%d", "\n%d", "%4d", "%30d"…
H A Dfscanf_variation13.phpt31 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
H A Dfscanf_variation16.phpt37 "\t%s", "\n%s", "%4s",
H A Dfscanf_variation32.phpt34 "\t%o", "\n%o", "%4o",
H A Dfscanf_variation38.phpt31 $hexa_formats = array( "%x", "%hx", "%lx", "%Lx", " %x", "%x ", "% x", "\t%x", "\n%x", "%4x", "%30x…
H A Dfscanf_variation44.phpt31 $unsigned_formats = array( "%u", "%hu", "%lu", "%Lu", " %u", "%u ", "% u", "\t%u", "\n%u", "%4u", "…
/PHP-7.4/ext/standard/tests/serialize/
H A D005.phpt180 Warning: unserialize(): Function unserializer() hasn't defined the class it was called for in %s005…

Completed in 49 milliseconds

1...<<6162636465666768697071