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

Fix line endings in new PHPT

This commit is contained in:
Christoph M. Becker
2018-06-22 00:01:51 +02:00
parent 71d16feebb
commit 23ca95aa3e
+10 -10
View File
@@ -1,10 +1,10 @@
--TEST--
Bug #76512 (\w no longer includes unicode characters)
--FILE--
<?php
var_dump(preg_match('/\w/u', 'ä'));
?>
===DONE===
--EXPECT--
int(1)
===DONE===
--TEST--
Bug #76512 (\w no longer includes unicode characters)
--FILE--
<?php
var_dump(preg_match('/\w/u', 'ä'));
?>
===DONE===
--EXPECT--
int(1)
===DONE===