|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-08-10 18:56 UTC] jani@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Mar 16 19:00:02 2026 UTC |
Description: ------------ When using the modifier e and the availability of input parameter apostrophe occurs adding slash Reproduce code: --------------- echo preg_replace('#.#e','"$0"',"'"); Expected result: ---------------- ' Actual result: -------------- \'