From 3001d95ac0c3bb188f027ec35c0f8e09509c9e57 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Mon, 30 Sep 2024 17:43:30 +0200 Subject: [PATCH] Fix yaml_parse_file_002.phpt on PHP 8.4 (#86) Closes #85 --- tests/yaml_parse_file_002.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/yaml_parse_file_002.phpt b/tests/yaml_parse_file_002.phpt index d626eab..050c43f 100644 --- a/tests/yaml_parse_file_002.phpt +++ b/tests/yaml_parse_file_002.phpt @@ -32,9 +32,9 @@ try { echo "\nWarning: {$e->getMessage()} in " . __FILE__ . " on line 19\n"; } --EXPECTF-- -Warning: yaml_parse_file(): %r(Filename|Path)%r cannot be empty in %s on line %d +Warning: yaml_parse_file(): %r(Filename|Path)%r %r(cannot|must not)%r be empty in %s on line %d -Warning: yaml_parse_file(): %r(Filename|Path)%r cannot be empty in %s on line %d +Warning: yaml_parse_file(): %r(Filename|Path)%r %r(cannot|must not)%r be empty in %s on line %d Warning: yaml_parse_file(invalid): %r[Ff]%railed to open stream: No such file or directory in %s on line %d