tony2001 Tue Jan 29 12:23:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cli/tests 006.phpt Log: fix test Derick, you're adding new methods too fast =) http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/006.phpt?r1=1.1.2.9.2.3&r2=1.1.2.9.2.4&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.3 php-src/sapi/cli/tests/006.phpt:1.1.2.9.2.4 --- php-src/sapi/cli/tests/006.phpt:1.1.2.9.2.3 Sun Jan 27 19:10:41 2008 +++ php-src/sapi/cli/tests/006.phpt Tue Jan 29 12:23:48 2008 @@ -185,6 +185,8 @@ } Function [ <internal:date> function date_timestamp_set ] { } + Function [ <internal:date> function date_timestamp_get ] { + } Function [ <internal:date> function timezone_open ] { } Function [ <internal:date> function timezone_name_get ] { @@ -273,7 +275,7 @@ - Properties [0] { } - - Methods [10] { + - Methods [11] { Method [ <internal:date, ctor> public method __construct ] { } @@ -303,6 +305,9 @@ Method [ <internal:date> public method setTimestamp ] { } + + Method [ <internal:date> public method getTimestamp ] { + } } }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php