|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-03-27 13:41 UTC] grangeway at hotmail dot com
[2002-03-27 15:21 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 08:00:01 2025 UTC |
echo stripslashes(",',"); returns ,, i.e. echo addslashes(stripslashes("'")); returns nothing. tested on 4.1.2 and cvs version as of a few days ago.