From 7e5dc29f3338795681b9058702f60278cb63158a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Aug 2020 07:58:29 +0200 Subject: rebuild for 8.0.0beta1 --- 165.patch | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 165.patch (limited to '165.patch') diff --git a/165.patch b/165.patch deleted file mode 100644 index aa0ee41..0000000 --- a/165.patch +++ /dev/null @@ -1,41 +0,0 @@ -From f3523b85992ac1803294882e320c1111d0b9e055 Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Fri, 17 Jul 2020 11:14:25 +0200 -Subject: [PATCH] relax tests for 8.0 master - ---- - tests/parse_code_parse_error.phpt | 4 ++-- - tests/parse_file_parse_error.phpt | 2 +- - 2 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/tests/parse_code_parse_error.phpt b/tests/parse_code_parse_error.phpt -index 57504cf..d82c043 100644 ---- a/tests/parse_code_parse_error.phpt -+++ b/tests/parse_code_parse_error.phpt -@@ -18,11 +18,11 @@ try { - - ?> - --EXPECTF-- --ParseError: syntax error, unexpected '&', expecting end of file in string code:1 -+ParseError: syntax error, unexpected %s&%s expecting end of file in string code:1 - Stack trace: - #0 %s(%d): ast\parse_code('%s', %d) - #1 {main} --ParseError: syntax error, unexpected '&', expecting end of file in file.php:1 -+ParseError: syntax error, unexpected %s&%s expecting end of file in file.php:1 - Stack trace: - #0 %s(%d): ast\parse_code('%s', %d, 'file.php') - #1 {main} -diff --git a/tests/parse_file_parse_error.phpt b/tests/parse_file_parse_error.phpt -index 88c0678..8e4a003 100644 ---- a/tests/parse_file_parse_error.phpt -+++ b/tests/parse_file_parse_error.phpt -@@ -11,7 +11,7 @@ try { - - ?> - --EXPECTF-- --ParseError: syntax error, unexpected ')' in %stests/invalid_file.php:3 -+ParseError: syntax error, unexpected %s)%s in %stests/invalid_file.php:3 - Stack trace: - #0 %s(%d): ast\parse_file('%s', %d) - #1 {main} -- cgit