|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[1999-09-27 09:07 UTC] alevine at db-soft dot it
$Path=addslashes("\123moon\year\one");
The result will be:
Smoon\\year\\one
Compiled with mysql
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Jun 17 07:00:02 2026 UTC |
Within double quotes, strings matching regexp \[0-7]{1,3} are considered to be octal numbers, likewise strings matching regexp \x[0-9A-Fa-f]{1,2} are considered to be hexadecimal numbers. Use single quotes. Bug reclassified as documentation problem (until fixed).