From c45f66fd67d1a59d71555a5352b29f9ceccdc997 Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Sat, 2 Sep 2000 03:22:47 +0000 Subject: [PATCH] text string -> named constant git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31731 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/info.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/info.xml b/functions/info.xml index 7047893148..1527649e1e 100644 --- a/functions/info.xml +++ b/functions/info.xml @@ -236,15 +236,15 @@ error_log ("You messed up!", 3, "/var/tmp/my-errors.log"); int error_reporting - mixed + int level Sets PHP's error reporting level and returns the old level. The - error reporting level is either a bitmask or text string. Using - text strings is strongly encouraged to ensure compatibility for + error reporting level is either a bitmask, or named constant. Using + named constants is strongly encouraged to ensure compatibility for future versions. As error levels are added, the range of integers increases, so older integer-based error levels will not always behave as expected.