DEBSOURCES
Skip Quicknav
sources / php5 / 5.6.7%2Bdfsg-1 / ext / standard / tests / strings / bug45166.phpt
12345678910
--TEST-- Bug #45166 (substr() ) --FILE-- <?php echo substr('cd', -3) . "\n"; ?> ===DONE=== --EXPECT-- cd ===DONE===