diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-12-15 12:46:22 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-12-15 12:46:22 +0000 |
| commit | 996e24514367d94bfb07bd6d45b00dad04a73ba5 (patch) | |
| tree | d5e7f7f1b2f603b1771d664a7082ceb9a8775642 | |
| parent | 035dc8bdf6beed69205997895da697105d1138fd (diff) | |
| download | php-git-996e24514367d94bfb07bd6d45b00dad04a73ba5.tar.gz | |
fix test
| -rw-r--r-- | sapi/cli/tests/006.phpt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sapi/cli/tests/006.phpt b/sapi/cli/tests/006.phpt index c553a83696..586ce6976b 100644 --- a/sapi/cli/tests/006.phpt +++ b/sapi/cli/tests/006.phpt @@ -177,6 +177,8 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] { } 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 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] { - Properties [0] { } - - Methods [9] { + - Methods [10] { Method [ <internal:date, ctor> public method __construct ] { } @@ -287,6 +289,9 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] { Method [ <internal:date> public method setISODate ] { } + + Method [ <internal:date> public method setTimestamp ] { + } } } |
