mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
14 lines
203 B
PHP
14 lines
203 B
PHP
--TEST--
|
|
Bug #73172 parse error: Invalid numeric literal
|
|
--FILE--
|
|
<?php
|
|
|
|
setlocale(LC_ALL, 'fr_FR.utf8', 'fra');
|
|
|
|
include __DIR__ . DIRECTORY_SEPARATOR . "bug73172.inc";
|
|
|
|
?>
|
|
==DONE==
|
|
--EXPECT--
|
|
==DONE==
|