felipe          Sat Mar  8 23:06:42 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/sapi/cli/tests     006.phpt 
  Log:
  Fix test (new constant was added in PREG)
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/006.phpt?r1=1.1.2.9.2.5&r2=1.1.2.9.2.6&diff_format=u
Index: php-src/sapi/cli/tests/006.phpt
diff -u php-src/sapi/cli/tests/006.phpt:1.1.2.9.2.5 
php-src/sapi/cli/tests/006.phpt:1.1.2.9.2.6
--- php-src/sapi/cli/tests/006.phpt:1.1.2.9.2.5 Thu Feb 28 09:18:13 2008
+++ php-src/sapi/cli/tests/006.phpt     Sat Mar  8 23:06:42 2008
@@ -36,7 +36,7 @@
     }
   }
 
-  - Constants [13] {
+  - Constants [14] {
     Constant [ integer PREG_PATTERN_ORDER ] { 1 }
     Constant [ integer PREG_SET_ORDER ] { 2 }
     Constant [ integer PREG_OFFSET_CAPTURE ] { 256 }
@@ -49,6 +49,7 @@
     Constant [ integer PREG_BACKTRACK_LIMIT_ERROR ] { 2 }
     Constant [ integer PREG_RECURSION_LIMIT_ERROR ] { 3 }
     Constant [ integer PREG_BAD_UTF8_ERROR ] { 4 }
+    Constant [ integer PREG_BAD_UTF8_OFFSET_ERROR ] { 5 }
     Constant [ string PCRE_VERSION ] { %s }
   }
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to