DEBSOURCES
Skip Quicknav
sources / php8.4 / 8.4.11-1 / ext / standard / tests / strings / bug45166.phpt
12345678
--TEST-- Bug #45166 (substr() ) --FILE-- <?php echo substr('cd', -3) . "\n"; ?> --EXPECT-- cd