Home
last modified time | relevance | path

Searched refs:t (Results 1676 – 1700 of 1771) sorted by relevance

1...<<6162636465666768697071

/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation11.phpt42 "\t%f", "\n%f", "%4f",
H A Dfscanf_variation30.phpt42 "\t%o", "\n%o", "%4o",
H A Dfscanf_variation36.phpt39 $hexa_formats = array( "%x", "%hx", "%lx", "%Lx", " %x", "%x ", "% x", "\t%x", "\n%x", "%4x", "%30x…
H A Dfscanf_variation48.phpt39 $scientific_formats = array( "%e", "%he", "%le", "%Le", " %e", "%e ", "% e", "\t%e", "\n%e", "%4e",…
H A Dfscanf_variation5.phpt39 $int_formats = array( "%d", "%hd", "%ld", "%Ld", " %d", "%d ", "% d", "\t%d", "\n%d", "%4d", "%30d"…
H A Drename_variation13-win32.phpt41 /* disable notice so we don't get the array to string conversion notice for "$name" where $name = a…
H A Dfscanf_variation23.phpt42 "\t%c", "\n%c", "%4c",
H A Dfscanf_variation34.phpt52 "\t%x", "\n%x", "%4x",
H A Dfscanf_variation40.phpt49 $unsigned_formats = array( "%u", "%hu", "%lu", "%Lu", " %u", "%u ", "% u", "\t%u", "\n%u", "%4u", "…
H A Dfscanf_variation46.phpt43 $scientific_formats = array( "%e", "%he", "%le", "%Le", " %e", "%e ", "% e", "\t%e", "\n%e", "%4e",…
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h241 CWD_API realpath_cache_bucket* realpath_cache_lookup(const char *path, size_t path_len, time_t t);
/PHP-7.4/docs/
H A Dunix-build-system.md27 often have you been told to `make clean`? When this is done, you won't need to
/PHP-7.4/ext/intl/
H A DERROR_CONVENTIONS.md78 Not that constructors in Intl generally (always?) don't throws exceptions. They
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_query_stored_proc.phpt29 // skip results, don't fetch all from server
H A Dmysqli_real_connect.phpt190 Warning: mysqli_real_connect(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_fetch_field_flags.phpt122 printf("[003] Can't select from table, %s [%d] %s\n", $column_def,
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c6733 PCRE2_SPTR t = start_match; in pcre2_match() local
6737 while (t < end_subject && !IS_NEWLINE(t)) in pcre2_match()
6739 t++; in pcre2_match()
6740 ACROSSCHAR(t < end_subject, t, t++); in pcre2_match()
6745 while (t < end_subject && !IS_NEWLINE(t)) t++; in pcre2_match()
6746 end_subject = t; in pcre2_match()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c85 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.c78 struct tm t; in zlog_print_time() local
82 localtime_r((const time_t *) &tv->tv_sec, &t)); in zlog_print_time()
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar1064 $query = 'SELECT t.testpath, c.linenumber
1066 coverage c, tests t
1068 c.files_id=' . $id . ' AND t.id=c.tests_id' ;
1529 SELECT t.testpath
1530 FROM coverage c, tests t
1533 AND t.id=c.tests_id';
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt48 This checks\t and \nwhite space chars
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt175 [025] SQLSTATE[42S02] [1146] Table '%s.nonexistent' doesn't exist
/PHP-7.4/ext/phar/
H A Dutil.c126 phar_entry_info *t; in phar_seek_efp() local
127 t = phar_get_link_source(entry); in phar_seek_efp()
128 if (t) { in phar_seek_efp()
129 entry = t; in phar_seek_efp()
/PHP-7.4/ext/standard/
H A Dfile.c672 zend_string *t; in PHP_FUNCTION() local
673 zend_string *str = zval_get_tmp_string(tmp, &t); in PHP_FUNCTION()
679 zend_tmp_string_release(t); in PHP_FUNCTION()
684 zend_tmp_string_release(t); in PHP_FUNCTION()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c105 #define T(t) (reg_map[t] << 16) argument
107 #define FT(t) (freg_map[t] << 16) argument
112 #define TA(t) ((t) << 16) argument

Completed in 85 milliseconds

1...<<6162636465666768697071