iliaa Sun Jan 13 17:23:36 2008 UTC Modified files: /php-src/sapi/cli/tests 006.phpt Log: MFB: fixed test http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/006.phpt?r1=1.5&r2=1.6&diff_format=u Index: php-src/sapi/cli/tests/006.phpt diff -u php-src/sapi/cli/tests/006.phpt:1.5 php-src/sapi/cli/tests/006.phpt:1.6 --- php-src/sapi/cli/tests/006.phpt:1.5 Sat Dec 15 12:44:21 2007 +++ php-src/sapi/cli/tests/006.phpt Sun Jan 13 17:23:36 2008 @@ -157,8 +157,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_format_locale ] { @@ -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