clarification needed regarding tests\lang\bug22510.phpt and tests\lang\bug22231.phpt

php.internals

Kamesh Jayachandran

21 years ago
Hi All, Both these test cases expect strict standards but don't have --INI-- header to have the error_reporting to 2048 or E_STRICT. Because of that these testcases fails in local build. Am I missing something. If I remember correctly from run_tests2.php passes -d error_reporting=2047 only to all the scripts. With regards Kamesh Jayachandran

Marcus Börger

21 years ago
Hello Kamesh, Thursday, September 9, 2004, 6:10:12 PM, you wrote:
> Hi All, > Both these test cases expect strict standards but don't have --INI-- > header to have the error_reporting to 2048 or E_STRICT.
> Because of that these testcases fails in local build.
> Am I missing something. > If I remember correctly from run_tests2.php passes -d > error_reporting=2047 only to all the scripts.
Use run-tests.php instead of run-tests2.php. The latter was missing the E_STRICT change because noone took care until now. regards marcus