Skip to content

Commit f1a5350

Browse files
committed
Rename *.dat to *.data for common file type
File extension in this case is not part of the test.
1 parent b4dec0e commit f1a5350

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ext/standard/tests/strings/bug71806.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bug #71806 (php_strip_whitespace() fails on some numerical values)
33
--FILE--
44
<?php
55

6-
echo php_strip_whitespace(__DIR__ . '/bug71806.dat');
6+
echo php_strip_whitespace(__DIR__ . '/bug71806.data');
77

88
?>
99
--EXPECT--

0 commit comments

Comments
 (0)