diff options
| -rw-r--r-- | sapi/cli/tests/006.phpt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sapi/cli/tests/006.phpt b/sapi/cli/tests/006.phpt index 586ce6976b..cfcab698b7 100644 --- a/sapi/cli/tests/006.phpt +++ b/sapi/cli/tests/006.phpt @@ -159,8 +159,14 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] { } 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 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] { - 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] { |
