|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-10-12 09:46 UTC] danielc at analysisandsolutions dot com
$X = "c:\dirname"; In PHP 3.0.11, that's reported as "Bad escape sequence." In PHP 4.0.3, no error is reported. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 16:00:01 2025 UTC |
In PHP 4.1.1 No warning reported even if php.ini has error_reporting = E_ALL or error_reporting = E_NOTICE Warning reported if the script has error_reporting(E_ALL); or error_reporting(E_NOTICE);