Home
last modified time | relevance | path

Searched refs:t (Results 376 – 400 of 1771) sorted by last modified time

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

/PHP-7.4/ext/standard/tests/strings/
H A Dstristr_basic.phpt14 var_dump( stristr("tesT string", "t S") );
H A Dstrlen.phpt28 "\t", // len = 1
29 '\t', // len = 2
37 "Hello, World\t",
155 String length of '\t' is => int(2)
H A Dconvert_uudecode_basic.phpt21 "\t This String contains \t\t some control characters\r\n",
28 '\t This String contains \t\t some control characters\r\n',
H A Dconvert_uuencode_basic.phpt21 "\t This String contains \t\t some control characters\r\n",
28 '\t This String contains \t\t some control characters\r\n',
H A Dcrc32_variation3.phpt41 "\thello world\t",
62 /t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t
H A Dexplode1.phpt62 var_dump( explode("\t\n", "1234\t\n5678\n\t9100") );
H A Djoin_variation1.phpt29 var $t = 10;
H A Djoin_variation2.phpt29 var $t = 10;
H A Dlcfirst.phpt39 '\t', // escape sequences
40 "\t",
178 string(2) "\t"
H A Dltrim.phpt30 var_dump ( ltrim(" \t\0 ltrim test") ); /* without second Argument */
35 …var_dump ( ltrim("\t\n\r\0\x0B ltrim test", "\t\n\r\0\x0B") ); /* with multiple escape sequences …
H A Dltrim_basic.phpt13 $text = " \t\r\n\0\x0B ---These are a few words--- ";
H A Drtrim.phpt17 var_dump ( rtrim("rtrim test \t\0 ") ); /* without second Argument */
22 …var_dump ( rtrim("rtrim test \t\n\r\0\x0B", "\t\n\r\0\x0B") ); /* with multiple escape sequences …
H A Drtrim_basic.phpt13 $text = "---These are a few words--- \t\r\n\0\x0B ";
H A Dbin2hex_basic.phpt18 "\t This String contains \t\t some control characters\r\n",
23 '\t This String contains \t\t some control characters\r\n',
H A Dbug62462.phpt2 Multibyte characters shouldn't be split by soft line break added by quoted_printable_encode - 4 byt…
H A Dchunk_split_variation8.phpt25 This's heredoc string with \t and \n white space char.
61 …h:::i:::s:::':::s::: :::h:::e:::r:::e:::d:::o:::c::: :::s:::t:::r:::i:::n:::g::: :::w:::i:::t:::h:…
62 ::: :::w:::h:::i:::t:::e::: :::s:::p:::a:::c:::e::: :::c:::h:::a:::r:::.:::
63t::: :::h:::a:::s::: :::_:::s:::p:::e:::c:::i:::@:::l::: :::c:::h:::@:::r:::$::: :::2:::2:::2:::2:…
64 :::c:::h:::u:::n:::k:::_:::s:::p:::l:::i:::t:::(:::):::"
H A Daddcslashes_001.phpt10 $string = "goodyear12345NULL\0truefalse\a\v\f\b\n\r\t";
19 "\t",
68 \t"
H A Dchunk_split_variation5.phpt53 string(213) "T||h||i||s|| ||c||o||n||t||a||i||n||s|| ||a||n||d|| ||s||p||e||c||i||a||l|| ||c||h||a|…
54 ||I||t|| ||a||l||s||o|| ||c||h||e||c||k||s|| ||f||o||r|| ||�|| ||c||h||a||r||"
/PHP-7.4/ext/standard/tests/streams/
H A Dbug72771.phpt2 Bug #72771. FTPS to FTP downgrade not allowed when server doesn't support AUTH TLS or AUTH SSL.
21 Warning: opendir(ftps://127.0.0.1:%d/): failed to open dir: Server doesn't support FTPS. in %s on l…
H A Dproc_open_bug51800.phpt50 die("couldn't create helper script '$callee'");
H A Dproc_open_bug51800_right.phpt34 die("couldn't create helper script '$callee'");
H A Dproc_open_bug51800_right2.phpt40 die("couldn't create helper script '$callee'");
H A Dbug61019.phpt67 echo "Can't start external command\n";
/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…
/PHP-7.4/ext/standard/tests/math/
H A Dsrand_basic.phpt13 // This doesn't actually test what it does with the input :-\

Completed in 38 milliseconds

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