/PHP-7.3/ext/mbstring/libmbfl/tests/conv_kana.tests/ |
H A D | conv_kana.exp | 36 -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 D | iso2022jp.exp | 20 -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 D | ujis.exp | 20 -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 D | utf8.exp | 20 -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 D | bug63162.phpt | 5 [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 D | strwidth.exp | 12 "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 D | haval.phpt | 2 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 D | openssl_pkcs12_export_basic.phpt | 15 $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 D | openssl_pkcs12_export_to_file_basic.phpt | 17 $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 D | yensign.exp | 12 "%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 D | ujis_sjis.exp | 12 "%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 D | cp51932_cp50220raw.exp | 12 "%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 D | utf8_sjis.exp | 12 "%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 D | private_002.phpt | 6 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 D | protected_002.phpt | 6 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 D | protected_001.phpt | 6 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 D | private_005.phpt | 6 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 D | private_003.phpt | 6 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 D | final_redeclare.phpt | 6 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 D | private_001.phpt | 6 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 D | static_mix_1.phpt | 6 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 D | static_mix_2.phpt | 6 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 D | private_004.phpt | 6 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 D | bug79676.phpt | 12 … (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 D | encryption.php | 8 $pass = 'secret'; variable 16 $zip->setEncryptionName($file, ZipArchive::EM_AES_256, $pass); 23 $zip->setPassword($pass); 35 $zip->setPassword($pass); 44 'password' => $pass
|