|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-06-15 11:48 UTC] rasmus at cvs dot php dot net
[1999-06-15 16:46 UTC] aulbach at unter dot franken dot de
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 18:00:01 2025 UTC |
<? function bla() { $r="16% Bla"; $r[x]=0.16; return($r); } echo bla(); ?> Returns: 06% Bla (very strange!) I have other examples, where the first char is e.g. a '.'. Think there will be something mixed up.