|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-09-17 16:24 UTC] mfischer@php.net
[2001-09-17 16:24 UTC] rasmus@php.net
[2001-09-17 17:27 UTC] jeroen@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 01:00:01 2025 UTC |
<?php echo rtrim('foo bar ', ' '); ?> if you specify a character class as the second argument (like the documentation states is legal), you get returned nothing at all. a quick look at string.c seems to indicate no evidence of this ever working, is the code wrong, or the documentation?