mirror of
https://github.com/php/php-src.git
synced 2026-04-20 14:31:06 +02:00
Remove most of the `===DONE===` tags and its variations. Keep `===DONE===` if the test output otherwise becomes empty. Closes GH-4872.
9 lines
95 B
PHP
9 lines
95 B
PHP
--TEST--
|
|
Bug #45166 (substr() )
|
|
--FILE--
|
|
<?php
|
|
echo substr('cd', -3) . "\n";
|
|
?>
|
|
--EXPECT--
|
|
cd
|