Skip to content

Commit 5aa1456

Browse files
committed
Add quotes
1 parent e029855 commit 5aa1456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/spl/tests/gh11338.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GH-11338 (SplFileInfo empty getBasename with more than on slash)
44
<?php
55

66
function test($path) {
7-
echo "Testing: $path\n";
7+
echo "Testing: '$path'\n";
88
$file = new \SplFileInfo($path);
99
var_dump($file->getBasename());
1010
var_dump($file->getFilename());

0 commit comments

Comments
 (0)