Test: /ext/tokenizer/tests/token_get_all_variation19.phpt - Version 7.4.3-dev    

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

Count Diff
7 (54%)
001+ string(274) "
001- string(259) "
011+ public function foo() {
012+ echo "Called foo()\n";
013+ }
011- public function foo() {
012- echo "Called foo()\n";
013- }
020+ echo "Loop iteration $i\n";
020- echo "Loop iteration $i\n";
6 (46%)
001+ string(274) " 001- string(259) " 011+ public function foo() { 012+ echo "Called foo()\n"; 013+ } 011- public function foo() { 012- echo "Called foo()\n"; 013- } 020+ echo "Loop iteration $i\n"; 020- echo "Loop iteration $i\n";