PATH:
opt
/
alt
/
tests
/
alt-php81-pecl-mailparse_3.1.8-1.el8
/
tests
--TEST-- Bug #81403 (mailparse_rfc822_parse_addresses drops escaped quotes) --SKIPIF-- <?php if (!extension_loaded("mailparse")) die("skip mailparse extension not available"); ?> --XFAIL-- Fix reverted see GH-29 and GH-30 --FILE-- <?php $address = '"Smith, Robert \"Bob\"" <user@domain.org>'; var_dump(mailparse_rfc822_parse_addresses($address)); ?> --EXPECT-- array(1) { [0]=> array(3) { ["display"]=> string(21) "Smith, Robert \"Bob\"" ["address"]=> string(15) "user@domain.org" ["is_group"]=> bool(false) } }
[-] 003.phpt
[edit]
[-] 011.phpt
[edit]
[-] bug001.phpt
[edit]
[-] bug81403.phpt
[edit]
[-] 008.phpt
[edit]
[-] 012-var.phpt
[edit]
[-] gh24.phpt
[edit]
[-] gh30.phpt
[edit]
[-] 005.phpt
[edit]
[-] bug73110.phpt
[edit]
[-] bug74223.phpt
[edit]
[-] gh29.phpt
[edit]
[-] 012.phpt
[edit]
[-] gh19.phpt
[edit]
[-] parse_test_messages.phpt
[edit]
[-] gh21.phpt
[edit]
[+]
..
[-] gh22.phpt
[edit]
[-] bug81422.phpt
[edit]
[-] 007.phpt
[edit]
[-] 002.phpt
[edit]
[-] 009.phpt
[edit]
[-] 006.phpt
[edit]
[-] bug75825.phpt
[edit]
[-] 010.phpt
[edit]
[+]
testdata
[-] 012-stream.phpt
[edit]
[-] 013.phpt
[edit]
[-] 004.phpt
[edit]
[-] 001.phpt
[edit]