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:
@@ -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--
|
||||
|
||||
Reference in New Issue
Block a user