Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/PHP-7.3/ext/mbstring/libmbfl/tests/conv_kana.tests/
H A Dconv_kana.exp36 -ex "%a1%a1%20 (3)\r\n" { pass $test }
75 -ex "%a1%a1%20 (3)\r\n" { pass $test }
122 -ex "%a1%a1%20 (3)\r\n" { pass $test }
169 -ex "%a1%a1%20 (3)\r\n" { pass $test }
216 -ex "%a1%a1%20 (3)\r\n" { pass $test }
263 -ex "%a1%a1%20 (3)\r\n" { pass $test }
310 -ex "%a1%a1%20 (3)\r\n" { pass $test }
357 -ex "%a1%a1%20 (3)\r\n" { pass $test }
439 -ex "%a1%a1%20 (3)\r\n" { pass $test }
486 -ex "%20%20 (2)\r\n" { pass $test }
[all …]
/PHP-7.3/ext/mbstring/libmbfl/tests/strcut.tests/
H A Diso2022jp.exp20 -ex "***ERROR***\r\n" { pass $test }
27 -ex "***ERROR***\r\n" { pass $test }
36 -ex "***ERROR***\r\n" { pass $test }
43 -ex "***ERROR***\r\n" { pass $test }
52 -ex "%74%74 (2)\r\n" { pass $test }
59 -ex " (0)\r\n" { pass $test }
68 -ex "%65%73%74 (3)\r\n" { pass $test }
76 -ex "%1b%24%42%25%39%1b%28%42 (8)\r\n" { pass $test }
102 pass $test
113 pass $test
[all …]
H A Dujis.exp20 -ex "***ERROR***\r\n" { pass $test }
26 -ex "***ERROR***\r\n" { pass $test }
35 -ex "***ERROR***\r\n" { pass $test }
41 -ex "***ERROR***\r\n" { pass $test }
50 -ex "%74%74 (2)\r\n" { pass $test }
56 -ex "%a5%b9 (2)\r\n" { pass $test }
65 -ex "%65%73%74 (3)\r\n" { pass $test }
71 -ex "%a5%c8%a5%c6%a5%b9%a5%c8 (8)\r\n" { pass $test }
80 "%65%73%74%65%73%74%65%73%74%65%73%74%65%73%74 (15)\r\n" { pass $test }
86 -ex "%a5%c6%a5%b9%a5%c8%a5%c6%a5%b9%a5%c8 (12)\r\n" { pass $test }
H A Dutf8.exp20 -ex "***ERROR***\r\n" { pass $test }
26 -ex "***ERROR***\r\n" { pass $test }
35 -ex "***ERROR***\r\n" { pass $test }
41 -ex "***ERROR***\r\n" { pass $test }
50 -ex "%74%74 (2)\r\n" { pass $test }
56 -ex "(0)\r\n" { pass $test }
65 -ex "%65%73%74 (3)\r\n" { pass $test }
71 -ex "%e3%82%b9%e3%83%88 (6)\r\n" { pass $test }
80 "%65%73%74%65%73%74%65%73%74%65%73%74%65%73%74 (15)\r\n" { pass $test }
86 -ex "%e3%83%86%e3%82%b9%e3%83%88%e3%83%86%e3%82%b9 (15)\r\n" { pass $test }
/PHP-7.3/ext/standard/tests/url/
H A Dbug63162.phpt5 [0]=> http://user:pass@host
6 [1]=> //user:pass@host
10 var_dump(parse_url('http://user:pass@host'));
11 var_dump(parse_url('//user:pass@host'));
22 ["pass"]=>
23 string(4) "pass"
30 ["pass"]=>
31 string(4) "pass"
/PHP-7.3/ext/mbstring/libmbfl/tests/strwidth.tests/
H A Dstrwidth.exp12 "8\r\n" { pass $test }
18 "4\r\n" { pass $test }
24 "8\r\n" { pass $test }
30 "8\r\n" { pass $test }
36 "20\r\n" { pass $test }
42 "3\r\n" { pass $test }
/PHP-7.3/ext/hash/tests/
H A Dhaval.phpt2 haval algorithm (multi-vector, multi-pass, multi-width)
8 for($pass=3; $pass<=5; $pass++)
10 $algo = sprintf('haval%d,%d',$bits,$pass);
15 for($pass=3; $pass<=5; $pass++)
17 $algo = sprintf('haval%d,%d',$bits,$pass);
22 for($pass=3; $pass<=5; $pass++)
24 $algo = sprintf('haval%d,%d',$bits,$pass);
/PHP-7.3/ext/openssl/tests/
H A Dopenssl_pkcs12_export_basic.phpt15 $pass = "test";
20 var_dump(openssl_pkcs12_export($cert, $output, $priv, $pass)); // read certs as a string
21 var_dump(openssl_pkcs12_read($output, $opts, $pass));
23 var_dump(openssl_pkcs12_read($output, $opts, $pass));
24 var_dump(openssl_pkcs12_export($cert_res, $output, $priv_res, $pass)); // read certs from a resource
25 var_dump(openssl_pkcs12_read($output, $opts, $pass));
27 var_dump(openssl_pkcs12_read($output, $opts, $pass));
31 var_dump(openssl_pkcs12_export($invalid, $output, $invalid, $pass));
32 var_dump(openssl_pkcs12_export($invalid_path, $output, $invalid_path, $pass));
33 var_dump(openssl_pkcs12_export($priv_res, $output, $cert_res, $pass));
[all …]
H A Dopenssl_pkcs12_export_to_file_basic.phpt17 $pass = "test";
22 var_dump(openssl_pkcs12_export_to_file($cert, $pkcsfile, $priv, $pass));
23 var_dump(openssl_pkcs12_read(file_get_contents($pkcsfile), $opts, $pass));
24 var_dump(openssl_pkcs12_export_to_file($cert_path, $pkcsfile, $priv_path, $pass));
25 var_dump(openssl_pkcs12_read(file_get_contents($pkcsfile), $opts, $pass));
26 var_dump(openssl_pkcs12_export_to_file($cert_res, $pkcsfile, $priv_res, $pass));
27 var_dump(openssl_pkcs12_read(file_get_contents($pkcsfile), $opts, $pass));
29 var_dump(openssl_pkcs12_read(file_get_contents($pkcsfile), $opts, $pass));
31 var_dump(openssl_pkcs12_export_to_file($invalid, $pkcsfile, $invalid, $pass));
32 var_dump(openssl_pkcs12_export_to_file($invalid_path, $pkcsfile, $invalid_path, $pass));
[all …]
/PHP-7.3/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dyensign.exp12 "%5c (1)\r\n" { pass $test }
24 "%81%8f (2)\r\n" { pass $test }
36 "%a1%ef (2)\r\n" { pass $test }
48 "%5c (1)\r\n" { pass $test }
60 "%1b%24%42%21%6f%1b%28%42 (8)\r\n" { pass $test }
72 "%1b%28%4a%5c%1b%28%42 (7)\r\n" { pass $test }
84 "%1b%28%4a%5c%1b%28%42 (7)\r\n" { pass $test }
96 "%1b%28%4a%5c%1b%28%42 (7)\r\n" { pass $test }
H A Dujis_sjis.exp12 "%74%65%73%74%74%65%73%74 (8)\r\n" { pass $test }
19 "%93%fa%96%7b%8c%ea%83%65%83%58%83%67 (12)\r\n" { pass $test }
25 "%82%4f%82%50%82%51%82%52%82%53%82%54%82%55%82%56%82%57%82%58 (20)\r\n" { pass $test }
31 "%3f (1)\r\n" { pass $test }
H A Dcp51932_cp50220raw.exp12 "%1b%24%42%75%3a%76%6c%77%49%78%33%79%21%7a%21%7b%21%1b%28%42 (20)\r\n" { pass $test }
19 "%1b%24%42%46%7c%4b%5c%38%6c%25%46%25%39%25%48%1b%28%42 (18)\r\n" { pass $test }
25 …24%42%23%30%23%31%23%32%23%33%23%34%23%35%23%36%23%37%23%38%23%39%1b%28%42 (26)\r\n" { pass $test }
31 "%1b%24%42%2d%42%1b%28%42 (8)\r\n" { pass $test }
H A Dutf8_sjis.exp12 "%74%65%73%74%74%65%73%74 (8)\r\n" { pass $test }
19 "%93%fa%96%7b%8c%ea%83%65%83%58%83%67 (12)\r\n" { pass $test }
25 "%82%4f%82%50%82%51%82%52%82%53%82%54%82%55%82%56%82%57%82%58 (20)\r\n" { pass $test }
31 "%3f (1)\r\n" { pass $test }
/PHP-7.3/tests/classes/
H A Dprivate_002.phpt6 class pass {
8 echo "Call pass::show()\n";
12 pass::show();
16 pass::do_show();
21 pass::show();
30 Call pass::show()
33 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprotected_002.phpt6 class pass {
8 echo "Call pass::show()\n";
12 pass::show();
16 pass::do_show();
21 pass::show();
30 Call pass::show()
33 Fatal error: Uncaught Error: Call to protected method pass::show() from context 'fail' in %s:%d
H A Dprotected_001.phpt6 class pass {
12 pass::fail();
16 pass::good();
17 pass::fail();// must fail because we are calling from outside of class pass
24 Fatal error: Uncaught Error: Call to protected method pass::fail() from context '' in %s:%d
H A Dprivate_005.phpt6 class pass {
12 pass::show();
16 class fail extends pass {
18 pass::show();
22 pass::do_show();
30 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprivate_003.phpt6 class pass {
12 pass::show();
16 class fail extends pass {
18 pass::good();
22 pass::show();
34 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dfinal_redeclare.phpt6 class pass {
8 echo "Call to function pass::show()\n";
12 $t = new pass();
14 class fail extends pass {
23 Fatal error: Cannot override final method pass::show() in %s on line %d
H A Dprivate_001.phpt6 class pass {
12 pass::show();
16 pass::do_show();
17 pass::show();
24 Fatal error: Uncaught Error: Call to private method pass::show() from context '' in %s:%d
H A Dstatic_mix_1.phpt6 class pass {
8 echo "Call to function pass::show()\n";
12 class fail extends pass {
18 pass::show();
24 Fatal error: Cannot make static method pass::show() non static in class fail in %s on line %d
H A Dstatic_mix_2.phpt6 class pass {
8 echo "Call to function pass::show()\n";
12 class fail extends pass {
18 $t = new pass();
25 Fatal error: Cannot make non static method pass::show() static in class fail in %s on line %d
H A Dprivate_004.phpt6 class pass {
12 pass::show();
16 class fail extends pass {
22 pass::do_show();
30 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
/PHP-7.3/ext/gd/tests/
H A Dbug79676.phpt12 … (imagecolorat($image, imagesx($image) - 1 , imagesy($image) - 1) != 0x000000 ? 'pass' : 'fail'),
27 No scaling - Test Result: pass
28 Scale 200%, default mode - Test Result: pass
29 Scale 50%, default mode - Test Result: pass
30 Scale 200%, IMG_BICUBIC mode - Test Result: pass
31 Scale 50%, IMG_BICUBIC mode - Test Result: pass
/PHP-7.3/ext/zip/examples/
H A Dencryption.php8 $pass = 'secret'; variable
16 $zip->setEncryptionName($file, ZipArchive::EM_AES_256, $pass);
23 $zip->setPassword($pass);
35 $zip->setPassword($pass);
44 'password' => $pass

Completed in 118 milliseconds

12345678910>>...17