]> granicus.if.org Git - php/commitdiff
Use of deprecated stuff and having error_reporting(E_ALL) made the tests fail.
authorfoobar <sniper@php.net>
Mon, 22 Oct 2001 02:53:08 +0000 (02:53 +0000)
committerfoobar <sniper@php.net>
Mon, 22 Oct 2001 02:53:08 +0000 (02:53 +0000)
ext/ctype/tests/001.phpt
ext/ctype/tests/002.phpt

index e30e483dfe5f39cb6d6eac1e16af7e0df53f6363..da135149931b148aedd278390dd59a7f8ee5a865 100644 (file)
@@ -6,7 +6,7 @@ ctype on integers
 --GET--
 --FILE--
 <?php 
-  setlocale("LC_ALL","C"); 
+  setlocale(LC_ALL,"C"); 
 
   function ctype_test_001($function) {
     $n=0;      
index 7e9dac25def4de479da5b197f2b81b69c48c5772..8ccc1c7f75d76bda5967a213170c5f32a695af13 100644 (file)
@@ -6,7 +6,7 @@ ctype on strings
 --GET--
 --FILE--
 <?php 
-  setlocale("LC_ALL","C"); 
+  setlocale(LC_ALL,"C"); 
 
   function ctype_test_002($function) {
     $n=0; $m=0;