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