1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

Merge branch 'PHP-7.4'

* PHP-7.4:
  Rename *.dat to *.data for common file type
This commit is contained in:
Peter Kokot
2019-05-14 23:33:31 +02:00
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ Bug #71806 (php_strip_whitespace() fails on some numerical values)
--FILE--
<?php
echo php_strip_whitespace(__DIR__ . '/bug71806.dat');
echo php_strip_whitespace(__DIR__ . '/bug71806.data');
?>
--EXPECT--