mirror of
https://github.com/php/php-src.git
synced 2024-12-02 22:34:55 +08:00
12 lines
125 B
PHP
12 lines
125 B
PHP
--TEST--
|
|
Bug #61681: Malformed grammar
|
|
--FILE--
|
|
<?php
|
|
$la = "ooxx";
|
|
|
|
echo "${substr('laruence', 0, 2)}";
|
|
|
|
?>
|
|
--EXPECT--
|
|
ooxx
|