Test: /sapi/cli/tests/017.phpt - Version 7.2.2RC1    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
004+ sh: line 1: 72540 Done echo 'echo '\''Hello world'\'';
005+ exit'
006+ 72541 Bus error: 10 | "/Users/dragonbe/tmp/php-7.2.2RC1/sapi/cli/php" -a
004- Interactive shell
006- Hello world
008-
012+ sh: line 3: 72543 Done echo 'echo '\''multine
013+ single
014+ quote'\'';
015+ exit'
016+ 72544 Bus error: 10 | "/Users/dragonbe/tmp/php-7.2.2RC1/sapi/cli/php" -a
012- Interactive shell
013-
014- multine
015- single
016- quote
022+ sh: line 5: 72546 Done echo 'echo <<<HEREDOC
022- Interactive shell
023-
027+ HEREDOC;'
028+ 72547 Bus error: 10 | "/Users/dragonbe/tmp/php-7.2.2RC1/sapi/cli/php" -a
033- Interactive shell
034+ sh: line 3: 72549 Done echo 'if (0) {
035+ echo "I'\''m not there";
036+ }
037+ echo "Done";'
038+ 72550 Bus error: 10 | "/Users/dragonbe/tmp/php-7.2.2RC1/sapi/cli/php" -a
035- Done
037-
041- Interactive shell
044+ sh: line 3: 72552 Done echo 'function a_function_with_some_name() {
045+ echo "I was called!";
046+ }
047+ a_function_w );'
048+ 72553 Bus error: 10 | "/Users/dragonbe/tmp/php-7.2.2RC1/sapi/cli/php" -a
044- Parse error: syntax error, unexpected ')' in php shell code on line 1
045-
046-