Home
last modified time | relevance | path

Searched refs:t (Results 501 – 525 of 1771) sorted by relevance

1...<<21222324252627282930>>...71

/PHP-7.4/Zend/tests/
H A Dns_trailing_comma_error_03.phpt2 Group use declarations mustn't allow more than one comma
H A Dbug70240.phpt8 Fatal error: Can't use function return value in write context in %sbug70240.php on line %d
H A Dassign_coalesce_004.phpt11 Fatal error: Can't use function return value in write context in %s on line %d
H A Dns_trailing_comma_error_05.phpt2 Group use declarations mustn't contain two commas mid-list
H A Dbug69805.phpt5 class p{public function c(){(0)::t;}}?>
H A Dns_trailing_comma_error_06.phpt2 Unmixed group use declarations mustn't allow more than one comma
/PHP-7.4/tests/lang/
H A Dbug23489.phpt19 $t = new Test;
/PHP-7.4/ext/pcntl/tests/
H A Dpcntl_fork_variation.phpt24 echo "father ($pid) doesn't know its grandsons\n";
48 father (%d) doesn't know its grandsons
/PHP-7.4/ext/standard/tests/strings/
H A Dstrspn_variation10.phpt47 "t\ ",
49 "felh\t\ ",
50 " \t",
51 "fhel\t\i\100\xa"
H A Dstrrchr_variation2.phpt13 $haystack = 'Hello,\t\n\0\n $&!#%\o,()*+-./:;<=>?@hello123456he \x234 \101 ';
22 '\t',
93 string(63) "Hello,\t\n\0\n $&!#%\o,()*+-./:;<=>?@hello123456he \x234 \101 "
229 string(63) "Hello,\t\n\0\n $&!#%\o,()*+-./:;<=>?@hello123456he \x234 \101 "
/PHP-7.4/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b.phpt55 "\t",
56 '\t',
59 "1234\t\n5678\n\t9100\rabcda\x0000cdeh\0stuv", // strings with escape chars
169 string(2) "\t" refcount(%d)
H A Ddebug_zval_dump_b_64bit.phpt59 "\t",
60 '\t',
63 "1234\t\n5678\n\t9100\rabcda\x0000cdeh\0stuv", // strings with escape chars
173 string(2) "\t" refcount(%d)
/PHP-7.4/ext/soap/tests/
H A Dbug47021.phpt39 "Transfer-Encoding: \t chunked\t \r\n".
45 "Transfer-Encoding: \t chunked\t \r\n".
/PHP-7.4/ext/spl/tests/
H A DSplDoublyLinkedList_bottom_empty.phpt14 Can't peek at an empty datastructure
H A DSplDoublyLinkedList_top_empty.phpt14 Can't peek at an empty datastructure
/PHP-7.4/ext/standard/tests/array/
H A Dbug75653.phpt2 Bug #75653: array_values don't work on empty array
/PHP-7.4/ext/standard/tests/file/
H A Dbug38086.txt2 When the pains of life won't bar my way
H A Dftruncate_variation1-win32-mb.phpt22 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
23 "w", "wb", "wt", "w+", "w+b", "w+t",
24 "x", "xb", "xt", "x+", "x+b", "x+t",
25 "a", "ab", "at", "a+", "a+b", "a+t");
115 -- Testing ftruncate() with file opening using r+t mode --
163 -- Testing ftruncate() with file opening using w+t mode --
211 -- Testing ftruncate() with file opening using x+t mode --
259 -- Testing ftruncate() with file opening using a+t mode --
309 -- Testing ftruncate() with file opening using r+t mode --
357 -- Testing ftruncate() with file opening using w+t mode --
[all …]
H A Dftruncate_variation1-win32.phpt22 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
23 "w", "wb", "wt", "w+", "w+b", "w+t",
24 "x", "xb", "xt", "x+", "x+b", "x+t",
25 "a", "ab", "at", "a+", "a+b", "a+t");
115 -- Testing ftruncate() with file opening using r+t mode --
163 -- Testing ftruncate() with file opening using w+t mode --
211 -- Testing ftruncate() with file opening using x+t mode --
259 -- Testing ftruncate() with file opening using a+t mode --
309 -- Testing ftruncate() with file opening using r+t mode --
357 -- Testing ftruncate() with file opening using w+t mode --
[all …]
H A Dftruncate_variation1.phpt22 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
23 "w", "wb", "wt", "w+", "w+b", "w+t",
24 "x", "xb", "xt", "x+", "x+b", "x+t",
25 "a", "ab", "at", "a+", "a+b", "a+t");
115 -- Testing ftruncate() with file opening using r+t mode --
163 -- Testing ftruncate() with file opening using w+t mode --
211 -- Testing ftruncate() with file opening using x+t mode --
259 -- Testing ftruncate() with file opening using a+t mode --
309 -- Testing ftruncate() with file opening using r+t mode --
357 -- Testing ftruncate() with file opening using w+t mode --
[all …]
H A Dfflush_variation2.phpt21 $file_modes = array("w", "wb", "wt", "w+", "w+b", "w+t",
96 -- link opened in w+t mode --
126 -- link opened in a+t mode --
157 -- link opened in w+t mode --
187 -- link opened in a+t mode --
218 -- link opened in w+t mode --
248 -- link opened in a+t mode --
304 -- link opened in w+t mode --
369 -- link opened in a+t mode --
406 -- link opened in w+t mode --
[all …]
H A Dfwrite_variation2-win32.phpt2 Test fwrite() function : usage variations - r+, r+b & r+t modes
26 Test fwrite with file opened in mode : r+,r+b,r+t
30 $file_modes = array("r+", "r+b", "r+t");
128 -- Opening file in r+t --
181 -- Opening file in r+t --
234 -- Opening file in r+t --
287 -- Opening file in r+t --
H A Dfwrite_variation2.phpt2 Test fwrite() function : usage variations - r+, r+b & r+t modes
26 Test fwrite with file opened in mode : r+,r+b,r+t
30 $file_modes = array("r+", "r+b", "r+t");
127 -- Opening file in r+t --
180 -- Opening file in r+t --
233 -- Opening file in r+t --
286 -- Opening file in r+t --
/PHP-7.4/ext/mbstring/tests/
H A Dmb_convert_encoding_leak.phpt2 mb_convert_encoding() shouldn't leak keys
/PHP-7.4/ext/standard/
H A Dmath.c1146 char *s, *t; /* source, target */ in _php_math_number_format_ex() local
1209 t = ZSTR_VAL(res) + reslen; in _php_math_number_format_ex()
1210 *t-- = '\0'; in _php_math_number_format_ex()
1221 *t-- = '0'; in _php_math_number_format_ex()
1226 t -= declen; in _php_math_number_format_ex()
1229 memcpy(t + 1, dp + 1, declen); in _php_math_number_format_ex()
1234 t -= dec_point_len; in _php_math_number_format_ex()
1235 memcpy(t + 1, dec_point, dec_point_len); in _php_math_number_format_ex()
1242 *t-- = *s--; in _php_math_number_format_ex()
1244 t -= thousand_sep_len; in _php_math_number_format_ex()
[all …]

Completed in 32 milliseconds

1...<<21222324252627282930>>...71