Skip to content

Commit 534124b

Browse files
andypostbd808
authored andcommitted
Fix test for PHP 8.2
1 parent 2e08e23 commit 534124b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bug_79866.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ foreach( $floats as $idx => $float ) {
3535
$expect = "--- {$native}\n...\n";
3636
$got = yaml_emit($float);
3737
if ( $got !== $expect ) {
38-
echo "== FAIL! ${idx} ==\n";
38+
echo "== FAIL! {$idx} ==\n";
3939
echo "expected:\n{$expect}\n";
4040
echo "got:{$got}\n";
4141
}

0 commit comments

Comments
 (0)