Test: /sapi/cli/tests/017.phpt - Version 8.0.0alpha3    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
004+ Interactive mode enabled 004- Interactive shell 006+ echo 'Hello world'; 007+ exit 006- Hello world 012- Interactive shell 013+ Interactive mode enabled 014- multine 015+ echo 'multine 016- quote 017+ quote'; 018+ exit 022- Interactive shell 024+ Interactive mode enabled 026+ echo <<<HEREDOC 031+ HEREDOC; 033- Interactive shell 035- Done 037+ Interactive mode enabled 039+ if (0) { 040+ echo "I'm not there"; 041+ } 042+ echo "Done"; 041- Interactive shell 044- Parse error: Unmatched ')' in php shell code on line 1 046- 048+ Interactive mode enabled 050+ function a_function_with_some_name() { 051+ echo "I was called!"; 052+ } 053+ a_function_w );