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