Test: /ext/standard/tests/mail/mail_basic2.phpt - Version 5.3.23    

There are 13 different diffs reported by users for this test.

Count Diff
77 (79%)
003+ sed: 1: "5 a--- Extras
004+ ": command a expects \ followed by text
005+ bool(false)
003- bool(true)
004- To: user@company.com
005- Subject: Test Subject
006- KHeaders
007-
008- A Message
009- --- Extras
6 (6%)
003+ sed: 1: "5 a--- Extras\n": command a expects \ followed by text
004+ bool(false)
003- bool(true)
004- To: user@company.com
005- Subject: Test Subject
006- KHeaders
007-
008- A Message
009- --- Extras
3 (3%)
003+ sed: command garbled: 5 a--- Extras
004+ bool(false)
003- bool(true)
004- To: user@company.com
005- Subject: Test Subject
006- KHeaders
007-
008- A Message
009- --- Extras
2 (2%)
003+ sed: -e expression #1, char 4: Extra characters after command
004+ bool(false)
003- bool(true)
004- To: user@company.com
005- Subject: Test Subject
006- KHeaders
007-
008- A Message
009- --- Extras
1 (1%)
003+ sed: couldn't open file root@unihost.cz: No such file or directory
004+ bool(false)
003- bool(true)
004- To: user@company.com
005- Subject: Test Subject
006- KHeaders
007-
008- A Message
009- --- Extras
1 (1%)
003+ sed: couldn't open file root@sr11.hostareal.cz: No such file or directory
004+ bool(false)
003- bool(true)
004- To: user@company.com
005- Subject: Test Subject
006- KHeaders
007-
008- A Message
009- --- Extras
1 (1%)
003+ sed: couldn't open file info@nakupka.cz: No such file or directory
004+ bool(false)
003- bool(true)
004- To: user@company.com
005- Subject: Test Subject
006- KHeaders
007-
008- A Message
009- --- Extras
1 (1%)
003+ sed: couldn't open file bounce@refreshed.be: No such file or directory
004+ bool(false)
003- bool(true)
004- To: user@company.com
005- Subject: Test Subject
006- KHeaders
007-
008- A Message
009- --- Extras
1 (1%)
003+ sed: comando incompleto: 5 a--- Extras
004+ bool(false)
003- bool(true)
004- To: user@company.com
005- Subject: Test Subject
006- KHeaders
007-
008- A Message
009- --- Extras
1 (1%)
003+ sed: Couldn't open file bounce@refreshed.be: No such file or directory
004+ bool(false)
003- bool(true)
004- To: user@company.com
005- Subject: Test Subject
006- KHeaders
007-
008- A Message
009- --- Extras
1 (1%)
003+ sed: 1: "5 a--- Extras": command a expects \ followed by text
004+ bool(false)
003- bool(true)
004- To: user@company.com
005- Subject: Test Subject
006- KHeaders
007-
008- A Message
009- --- Extras
1 (1%)
003+ sed: 0602-404 Function 5 a--- Extras cannot be parsed.
004+ bool(false)
003- bool(true)
004- To: user@company.com
005- Subject: Test Subject
006- KHeaders
007-
008- A Message
009- --- Extras
1 (1%)
003+ Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]...
003- bool(true)
004- To: user@company.com
005- Subject: Test Subject
006- KHeaders
005+ -n, --quiet, --silent
006+ suppress automatic printing of pattern space
007+ -e script, --expression=script
008- A Message
009- --- Extras
010- ===DONE===
008+ add the script to the commands to be executed
009+ -f script-file, --file=script-file
010+ add the contents of script-file to the commands to be executed
011+ -i[SUFFIX], --in-place[=SUFFIX]
012+ edit files in place (makes backup if extension supplied)
013+ -c, --copy
014+ use copy instead of rename when shuffling files in -i mode
015+ (avoids change of input file ownership)
016+ -l N, --line-length=N
017+ specify the desired line-wrap length for the `l' command
018+ --posix
019+ disable all GNU extensions.
020+ -r, --regexp-extended
021+ use extended regular expressions in the script.
022+ -s, --separate
023+ consider files as separate rather than as a single continuous
024+ long stream.
025+ -u, --unbuffered
026+ load minimal amounts of data from the input files and flush
027+ the output buffers more often
028+ --help display this help and exit
029+ --version output version information and exit
030+
031+ If no -e, --expression, -f, or --file option is given, then the first
032+ non-option argument is taken as the sed script to interpret. All
033+ remaining arguments are names of input files; if no input files are
034+ specified, then the standard input is read.
035+
036+ E-mail bug reports to: bonzini@gnu.org .
037+ Be sure to include the word ``sed'' somewhere in the ``Subject:'' field.
038+ bool(false)
039+ ===DONE===