Home
last modified time | relevance | path

Searched refs:t (Results 351 – 375 of 1771) sorted by relevance

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

/PHP-7.4/ext/sysvshm/tests/
H A D005.phpt11 $key = ftok(__FILE__, 't');
50 Warning: shm_get_var(): variable key 1000 doesn't exist in %s005.php on line %d
53 Warning: shm_get_var(): variable key -10000 doesn't exist in %s005.php on line %d
/PHP-7.4/ext/intl/tests/
H A Dsymfony_format_type_int32_intl1.phpt13 // doesn't always show if you're rapidly running this test repeatedly.
36 echo "== didn't crash ==".PHP_EOL;
49 == didn't crash ==
H A Dsymfony_format_type_int32_intl3.phpt17 echo "== didn't crash ==".PHP_EOL;
32 == didn't crash ==
H A Dsymfony_format_type_int32_intl6.phpt17 echo "== didn't crash ==".PHP_EOL;
32 == didn't crash ==
H A Dsymfony_format_type_int32_intl7.phpt17 echo "== didn't crash ==".PHP_EOL;
32 == didn't crash ==
/PHP-7.4/ext/standard/tests/strings/
H A Daddcslashes_001.phpt10 $string = "goodyear12345NULL\0truefalse\a\v\f\b\n\r\t";
19 "\t",
68 \t"
H A Daddcslashes_002.phpt8 $string = "goodyear12345NULL\0truefalse\a\v\f\b\n\r\t";
29 string(44) "goodyear12345NULL\000truefalse\a\v\f\b\n\r\t"
/PHP-7.4/ext/standard/tests/math/
H A Dbase_convert_improvements.phpt9 echo base_convert(" 0xFF\t\n" , 16, 10) . "\n";
10 echo base_convert(" 0xFF\t\n" , 16, 10) . "\n";
11 echo base_convert("\r\nFF\t\n" , 16, 10) . "\n";
/PHP-7.4/ext/imap/tests/
H A Dimap_open_error.phpt41 Warning: imap_open(): Couldn't open stream in %s on line %d
43 Warning: imap_open(): Couldn't open stream in %s on line %d
47 Notice: Unknown: Can't open mailbox : no such mailbox (errflg=2) in Unknown on line 0
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_error_oo.phpt34 if (!is_string($tmp) || !preg_match("/Table '\w*\.test' doesn't exist/su", $tmp))
35 …printf("[006] Expecting string/[Table... doesn't exit], got %s/%s. [%d] %s\n", gettype($tmp), $tmp…
44 Warning: main(): Couldn't fetch mysqli in %s on line %d
/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…
/PHP-7.4/ext/pgsql/tests/
H A Dbug72197.phpt7 /* This shouldn't crash. */
25 /* don't commit */
/PHP-7.4/ext/zlib/tests/
H A Dzlib_wrapper_ftruncate_basic.phpt28 Warning: ftruncate(): Can't truncate this stream! in %s on line %d
30 Warning: ftruncate(): Can't truncate this stream! in %s on line %d
/PHP-7.4/ext/standard/tests/password/
H A Dpassword_get_info_argon2.phpt11 var_dump(password_get_info('$argon2i$v=19$m=65536,t=3,p=1$SWhIcG5MT21Pc01PbWdVZw$WagZELICsz7jlqOR2Y…
12 var_dump(password_get_info('$argon2id$v=19$m=1024,t=2,p=2$Zng1U1RHS0h1aUJjbGhPdA$ajQnG5s01Ws1ad8xv+…
/PHP-7.4/ext/openssl/tests/
H A Dbug38261.phpt15 $t = new test;
18 var_dump(openssl_x509_parse($t));
/PHP-7.4/Zend/tests/
H A Dbug69212.phpt32 $t = new Test;
33 $f->__invoke($t->bar(Test::foo(do_throw())));
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_1.phpt33 "insert into imp_res_1_tab_2 values ('t')",
144 string(1) "t"
200 string(1) "t"
256 string(1) "t"
312 string(1) "t"
368 string(1) "t"
422 string(1) "t"
488 string(1) "t"
490 string(1) "t"
574 string(1) "t"
[all …]
H A Dbind_unsupported_2.phpt17 foreach ($types as $t => $v) {
19 echo "Test - $t\n";
H A Ddrcp_cclass1.phpt32 $t = time();
33 $cc1 = 'cc1_'.$t;
34 $cc2 = 'cc2_'.$t;
58 $s = oci_parse($c, "select cclass_name from v\$cpool_cc_stats where cclass_name like '%.cc__$t' ord…
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation20.phpt20 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
21 "a+", "a+b", "a+t",
22 "w+", "w+b", "w+t",
23 "x+", "x+b", "x+t");
112 -- Testing fgetcsv() with file opened using r+t mode --
136 -- Testing fgetcsv() with file opened using a+t mode --
160 -- Testing fgetcsv() with file opened using w+t mode --
184 -- Testing fgetcsv() with file opened using x+t mode --
/PHP-7.4/ext/standard/tests/array/
H A Dmax_basic.phpt15 var_dump(max("", "t", "b"));
29 string(1) "t"
/PHP-7.4/Zend/tests/traits/
H A Dproperty003.phpt23 $t = new TraitsTest;
24 $t->hello = "foo";
/PHP-7.4/ext/date/tests/
H A D008.phpt7 $t = mktime(0,0,0, 6, 27, 2006);
10 var_dump(getdate($t));
/PHP-7.4/ext/standard/tests/mail/
H A Dbug73203.phpt6 with an empty string. Therefore we don't check the resulting email, but only
13 if (substr(PHP_OS, 0, 3) === 'WIN') die('skip won\'t run on Windows');
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_variation3.phpt23 mb_regex_encoding('utf-8'); // have to set otherwise won't match $mb properly
28 " \t" => '[[:blank:]]+',
32 "$mb\t" => '[[:print:]]+',
34 "\t" => '[[:space:]]+', /*10*/

Completed in 43 milliseconds

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