1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/ext/standard/tests/strings/bug71806.phpt
Peter Kokot f1a53501e6 Rename *.dat to *.data for common file type
File extension in this case is not part of the test.
2019-05-14 23:31:42 +02:00

12 lines
180 B
PHP

--TEST--
Bug #71806 (php_strip_whitespace() fails on some numerical values)
--FILE--
<?php
echo php_strip_whitespace(__DIR__ . '/bug71806.data');
?>
--EXPECT--
<?php
echo 098 ;