tony2001                Sat Dec 15 12:46:22 2007 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/sapi/cli/tests     006.phpt 
  Log:
  fix test
  
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/006.phpt?r1=1.1.2.9&r2=1.1.2.9.2.1&diff_format=u
Index: php-src/sapi/cli/tests/006.phpt
diff -u php-src/sapi/cli/tests/006.phpt:1.1.2.9 
php-src/sapi/cli/tests/006.phpt:1.1.2.9.2.1
--- php-src/sapi/cli/tests/006.phpt:1.1.2.9     Wed May 30 14:43:18 2007
+++ php-src/sapi/cli/tests/006.phpt     Sat Dec 15 12:46:22 2007
@@ -177,6 +177,8 @@
     }
     Function [ <internal:date> function date_isodate_set ] {
     }
+    Function [ <internal:date> function date_timestamp_set ] {
+    }
     Function [ <internal:date> function timezone_open ] {
     }
     Function [ <internal:date> function timezone_name_get ] {
@@ -260,7 +262,7 @@
       - Properties [0] {
       }
 
-      - Methods [9] {
+      - Methods [10] {
         Method [ <internal:date, ctor> public method __construct ] {
         }
 
@@ -287,6 +289,9 @@
 
         Method [ <internal:date> public method setISODate ] {
         }
+
+        Method [ <internal:date> public method setTimestamp ] {
+        }
       }
     }
 


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

Reply via email to