Skip to content

Commit

Permalink
Fix yaml_parse_file_002.phpt on PHP 8.4 (#86)
Browse files Browse the repository at this point in the history
Closes #85
  • Loading branch information
andypost authored Sep 30, 2024
1 parent ecae192 commit 3001d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/yaml_parse_file_002.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3001d95

Please sign in to comment.