Home
last modified time | relevance | path

Searched refs:t (Results 301 – 325 of 1771) sorted by relevance

1...<<11121314151617181920>>...71

/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation3.phpt35 <html>Roy&#039;s height\r &gt; Sam\t&#039;s height
36 1111\t\t &amp; 0000\v\v = \f0000
43 &quot;string&quot; 1111\t &amp; 0000\t = 0000\n;
H A Dstrcspn_variation10.phpt45 "\t",
46 "t\ ",
47 '\t',
48 "\t\ ",
49 " \t",
50 "\t\i\100\xa"
H A Dstr_split_basic.phpt38 string(5) "sic t"
75 string(1) "t"
81 string(1) "t"
/PHP-7.4/ext/standard/tests/file/
H A Dfputcsv_variation13.phpt97 -- file opened in r+t --
124 -- file opened in a+t --
151 -- file opened in w+t --
178 -- file opened in x+t --
205 -- file opened in r+t --
232 -- file opened in a+t --
259 -- file opened in w+t --
286 -- file opened in x+t --
313 -- file opened in r+t --
340 -- file opened in a+t --
[all …]
H A Dfgetcsv_variation15.phpt28 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
29 "a+", "a+b", "a+t",
30 "w+", "w+b", "w+t",
31 "x+", "x+b", "x+t");
136 -- Testing fgetcsv() with file opened using r+t mode --
166 -- Testing fgetcsv() with file opened using a+t mode --
196 -- Testing fgetcsv() with file opened using w+t mode --
226 -- Testing fgetcsv() with file opened using x+t mode --
286 -- Testing fgetcsv() with file opened using r+t mode --
316 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation16.phpt30 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
31 "a+", "a+b", "a+t",
32 "w+", "w+b", "w+t",
33 "x+", "x+b", "x+t");
140 -- Testing fgetcsv() with file opened using r+t mode --
170 -- Testing fgetcsv() with file opened using a+t mode --
200 -- Testing fgetcsv() with file opened using w+t mode --
230 -- Testing fgetcsv() with file opened using x+t mode --
290 -- Testing fgetcsv() with file opened using r+t mode --
320 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dfgetcsv_variation11.phpt33 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
34 "a+", "a+b", "a+t",
35 "w+", "w+b", "w+t",
36 "x+", "x+b", "x+t");
146 -- Testing fgetcsv() with file opened using r+t mode --
176 -- Testing fgetcsv() with file opened using a+t mode --
206 -- Testing fgetcsv() with file opened using w+t mode --
236 -- Testing fgetcsv() with file opened using x+t mode --
296 -- Testing fgetcsv() with file opened using r+t mode --
326 -- Testing fgetcsv() with file opened using a+t mode --
[all …]
H A Dbug52820.phpt45 * Couldn't open file /i_dont_exist/
50 * Couldn't open file /i_dont_exist/
55 * Couldn't open file /i_dont_exist/
60 * Couldn't open file /i_dont_exist/
H A Dfgetcsv_variation13.phpt10 /* Testing fgetcsv() to read a line from a file which doesn't have any CSV field */
18 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
19 "a+", "a+b", "a+t",
20 "w+", "w+b", "w+t",
21 "x+", "x+b", "x+t");
109 -- Testing fgetcsv() with file opened using r+t mode --
133 -- Testing fgetcsv() with file opened using a+t mode --
157 -- Testing fgetcsv() with file opened using w+t mode --
181 -- Testing fgetcsv() with file opened using x+t mode --
H A Dfgetcsv_variation14.phpt18 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
19 "a+", "a+b", "a+t",
20 "w+", "w+b", "w+t",
21 "x+", "x+b", "x+t");
130 -- Testing fgetcsv() with file opened using r+t mode --
163 -- Testing fgetcsv() with file opened using a+t mode --
196 -- Testing fgetcsv() with file opened using w+t mode --
229 -- Testing fgetcsv() with file opened using x+t mode --
/PHP-7.4/ext/imap/tests/
H A Dbug77153.phpt13 $server = "x -oProxyCommand=echo\t$payloadb64|base64\t-d|sh}";
H A Dimap_8bit_basic.phpt19 var_dump(imap_8bit("String with tabs \t\t in middle"));
20 var_dump(imap_8bit("String with tab at end \t"));
/PHP-7.4/ext/standard/tests/network/
H A Dbug69948.phpt13 Warning: Cookie paths cannot contain any of the following ',; \t\r\n\013\014' in %s on line %d
15 Warning: Cookie domains cannot contain any of the following ',; \t\r\n\013\014' in %s on line %d
/PHP-7.4/Zend/
H A Dzend_ini_scanner.l316 register char *s, *t; in zend_ini_escape_string() local
322 s = t = Z_STRVAL_P(lval); in zend_ini_escape_string()
329 *t++ = '\\'; in zend_ini_escape_string()
335 *t++ = '\\'; in zend_ini_escape_string()
336 *t++ = *s; in zend_ini_escape_string()
341 *t++ = *s; in zend_ini_escape_string()
345 *t++ = '\\'; in zend_ini_escape_string()
346 *t++ = *s; in zend_ini_escape_string()
350 *t++ = *s; in zend_ini_escape_string()
357 *t = 0; in zend_ini_escape_string()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h248 #define IS_LIBMAGIC_STRING(t) \ argument
249 ((t) == FILE_STRING || \
250 (t) == FILE_PSTRING || \
251 (t) == FILE_BESTRING16 || \
252 (t) == FILE_LESTRING16 || \
253 (t) == FILE_REGEX || \
254 (t) == FILE_SEARCH || \
255 (t) == FILE_INDIRECT || \
256 (t) == FILE_NAME || \
257 (t) == FILE_USE)
/PHP-7.4/ext/mbstring/tests/
H A Dmb_stristr_basic.phpt37 echo "\n-- ASCII string: needle doesn't exist --\n";
46 echo "\n-- Multibyte string: needle doesn't exist --\n";
60 -- ASCII string: needle doesn't exist --
68 -- Multibyte string: needle doesn't exist --
H A Dmb_strrichr_basic.phpt37 echo "\n-- ASCII string: needle doesn't exist --\n";
46 echo "\n-- Multibyte string: needle doesn't exist --\n";
60 -- ASCII string: needle doesn't exist --
68 -- Multibyte string: needle doesn't exist --
/PHP-7.4/ext/soap/tests/
H A Dfault_warning.phpt2 SoapFault class: Invalid Fault code warning given? Can't be an empty string, an array of not 2 elem…
7 $fault = new SoapFault("", "message"); // Can't be an empty string
8 $fault = new SoapFault(0, "message"); // Can't be a non-string (except for null)
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_loadHTMLfile_error1.phpt2 Test DOMDocument::loadHTMLFile when the file doesn't exist
4 Verifies that an error message is showed if the file doesn't exist
/PHP-7.4/ext/standard/tests/url/
H A Dbug54180.phpt6 var_dump(parse_url("http://example.com/path/script.html?t=1#fragment?data"));
19 string(3) "t=1"
/PHP-7.4/tests/classes/
H A Diterators_001.phpt59 $t = new c();
60 for ($iter = $t->getIterator(); $iter->valid(); $iter->next()) {
65 foreach($t as $v) {
70 foreach($t as $v) {
71 foreach($t as $w) {
77 foreach($t as $i => $v) {
/PHP-7.4/ext/mysqli/tests/
H A Dbug36420.phpt25 Warning: main(): Couldn't fetch mysqli_result in %s on line %d
27 Warning: main(): Couldn't fetch mysqli_result in %s on line %d
/PHP-7.4/ext/ftp/tests/
H A Dftp_site_basic.phpt12 $ftp or die("Couldn't connect to the server");
14 ftp_login($ftp, 'user', 'pass') or die("Couldn't login into the server");
/PHP-7.4/ext/pcre/tests/
H A Dbug27103.phpt28 t: 1
38 t: 1
/PHP-7.4/ext/date/tests/
H A DDateTime_format_basic1.phpt22 var_dump( $date->format( '\i\t \i\s \t\h\e jS \d\a\y.') );
24 var_dump( $date->format( 'H:m:s \m \i\s\ \m\o\n\t\h') );

Completed in 46 milliseconds

1...<<11121314151617181920>>...71