|
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-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 20:00:02 2025 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: -------------- \'