iliaa           Sun Jan 13 17:23:14 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/sapi/cli/tests     006.phpt 
  Log:
  
  Fixed test
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/006.phpt?r1=1.1.2.9.2.1&r2=1.1.2.9.2.2&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.1 
php-src/sapi/cli/tests/006.phpt:1.1.2.9.2.2
--- php-src/sapi/cli/tests/006.phpt:1.1.2.9.2.1 Sat Dec 15 12:46:22 2007
+++ php-src/sapi/cli/tests/006.phpt     Sun Jan 13 17:23:14 2008
@@ -159,8 +159,14 @@
     }
     Function [ <internal:date> function date_create ] {
     }
+    Function [ <internal:date> function date_create_from_format ] {
+    }
     Function [ <internal:date> function date_parse ] {
     }
+    Function [ <internal:date> function date_parse_from_format ] {
+    }
+    Function [ <internal:date> function date_get_last_errors ] {
+    }
     Function [ <internal:date> function date_format ] {
     }
     Function [ <internal:date> function date_modify ] {
@@ -256,7 +262,12 @@
       - Static properties [0] {
       }
 
-      - Static methods [0] {
+      - Static methods [2] {
+        Method [ <internal:date> static public method createFromFormat ] {
+        }
+
+        Method [ <internal:date> static public method getLastErrors ] {
+        }
       }
 
       - Properties [0] {

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

Reply via email to