diff options
| author | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:37:48 -0400 |
|---|---|---|
| committer | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:37:48 -0400 |
| commit | eddbbea4325e602ddc87c545531609132d4f0e3b (patch) | |
| tree | f0994206a7e0a6251be7cc6729ba480f0c8729c2 /sapi/cli/tests | |
| parent | 2d4e5b09576bb4f0ba716cc82cdf29ea04d9184b (diff) | |
| download | php-eddbbea4325e602ddc87c545531609132d4f0e3b.tar.gz | |
Imported Upstream version 5.2.3upstream/5.2.3
Diffstat (limited to 'sapi/cli/tests')
| -rw-r--r-- | sapi/cli/tests/004.phpt | 2 | ||||
| -rw-r--r-- | sapi/cli/tests/006.phpt | 100 |
2 files changed, 52 insertions, 50 deletions
diff --git a/sapi/cli/tests/004.phpt b/sapi/cli/tests/004.phpt index 24c8d31c9..a1a01355d 100644 --- a/sapi/cli/tests/004.phpt +++ b/sapi/cli/tests/004.phpt @@ -23,7 +23,7 @@ string(45) "Exception: Function unknown() does not exist " string(42) "Exception: Function echo() does not exist " -string(110) "Function [ <internal> function phpinfo ] { +string(119) "Function [ <internal:standard> function phpinfo ] { - Parameters [1] { Parameter #0 [ <optional> $what ] diff --git a/sapi/cli/tests/006.phpt b/sapi/cli/tests/006.phpt index 8ce82b3b7..c553a8369 100644 --- a/sapi/cli/tests/006.phpt +++ b/sapi/cli/tests/006.phpt @@ -7,6 +7,8 @@ if (!extension_loaded("reflection")) { die("skip"); } ?> +--INI-- +date.timezone= --FILE-- <?php @@ -65,35 +67,35 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] { } - Functions { - Function [ <internal> function strtotime ] { + Function [ <internal:date> function strtotime ] { - Parameters [2] { Parameter #0 [ <required> $time ] Parameter #1 [ <optional> $now ] } } - Function [ <internal> function date ] { + Function [ <internal:date> function date ] { - Parameters [2] { Parameter #0 [ <required> $format ] Parameter #1 [ <optional> $timestamp ] } } - Function [ <internal> function idate ] { + Function [ <internal:date> function idate ] { - Parameters [2] { Parameter #0 [ <required> $format ] Parameter #1 [ <optional> $timestamp ] } } - Function [ <internal> function gmdate ] { + Function [ <internal:date> function gmdate ] { - Parameters [2] { Parameter #0 [ <required> $format ] Parameter #1 [ <optional> $timestamp ] } } - Function [ <internal> function mktime ] { + Function [ <internal:date> function mktime ] { - Parameters [6] { Parameter #0 [ <optional> $hour ] @@ -104,7 +106,7 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] { Parameter #5 [ <optional> $year ] } } - Function [ <internal> function gmmktime ] { + Function [ <internal:date> function gmmktime ] { - Parameters [6] { Parameter #0 [ <optional> $hour ] @@ -115,7 +117,7 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] { Parameter #5 [ <optional> $year ] } } - Function [ <internal> function checkdate ] { + Function [ <internal:date> function checkdate ] { - Parameters [3] { Parameter #0 [ <required> $month ] @@ -123,84 +125,84 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] { Parameter #2 [ <required> $year ] } } - Function [ <internal> function strftime ] { + Function [ <internal:date> function strftime ] { - Parameters [2] { Parameter #0 [ <required> $format ] Parameter #1 [ <optional> $timestamp ] } } - Function [ <internal> function gmstrftime ] { + Function [ <internal:date> function gmstrftime ] { - Parameters [2] { Parameter #0 [ <required> $format ] Parameter #1 [ <optional> $timestamp ] } } - Function [ <internal> function time ] { + Function [ <internal:date> function time ] { - Parameters [0] { } } - Function [ <internal> function localtime ] { + Function [ <internal:date> function localtime ] { - Parameters [2] { Parameter #0 [ <optional> $timestamp ] Parameter #1 [ <optional> $associative_array ] } } - Function [ <internal> function getdate ] { + Function [ <internal:date> function getdate ] { - Parameters [1] { Parameter #0 [ <optional> $timestamp ] } } - Function [ <internal> function date_create ] { + Function [ <internal:date> function date_create ] { } - Function [ <internal> function date_parse ] { + Function [ <internal:date> function date_parse ] { } - Function [ <internal> function date_format ] { + Function [ <internal:date> function date_format ] { } - Function [ <internal> function date_modify ] { + Function [ <internal:date> function date_modify ] { } - Function [ <internal> function date_timezone_get ] { + Function [ <internal:date> function date_timezone_get ] { } - Function [ <internal> function date_timezone_set ] { + Function [ <internal:date> function date_timezone_set ] { } - Function [ <internal> function date_offset_get ] { + Function [ <internal:date> function date_offset_get ] { } - Function [ <internal> function date_time_set ] { + Function [ <internal:date> function date_time_set ] { } - Function [ <internal> function date_date_set ] { + Function [ <internal:date> function date_date_set ] { } - Function [ <internal> function date_isodate_set ] { + Function [ <internal:date> function date_isodate_set ] { } - Function [ <internal> function timezone_open ] { + Function [ <internal:date> function timezone_open ] { } - Function [ <internal> function timezone_name_get ] { + Function [ <internal:date> function timezone_name_get ] { } - Function [ <internal> function timezone_name_from_abbr ] { + Function [ <internal:date> function timezone_name_from_abbr ] { } - Function [ <internal> function timezone_offset_get ] { + Function [ <internal:date> function timezone_offset_get ] { } - Function [ <internal> function timezone_transitions_get ] { + Function [ <internal:date> function timezone_transitions_get ] { } - Function [ <internal> function timezone_identifiers_list ] { + Function [ <internal:date> function timezone_identifiers_list ] { } - Function [ <internal> function timezone_abbreviations_list ] { + Function [ <internal:date> function timezone_abbreviations_list ] { } - Function [ <internal> function date_default_timezone_set ] { + Function [ <internal:date> function date_default_timezone_set ] { - Parameters [1] { Parameter #0 [ <required> $timezone_identifier ] } } - Function [ <internal> function date_default_timezone_get ] { + Function [ <internal:date> function date_default_timezone_get ] { - Parameters [0] { } } - Function [ <internal> function date_sunrise ] { + Function [ <internal:date> function date_sunrise ] { - Parameters [6] { Parameter #0 [ <required> $time ] @@ -211,7 +213,7 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] { Parameter #5 [ <optional> $gmt_offset ] } } - Function [ <internal> function date_sunset ] { + Function [ <internal:date> function date_sunset ] { - Parameters [6] { Parameter #0 [ <required> $time ] @@ -222,7 +224,7 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] { Parameter #5 [ <optional> $gmt_offset ] } } - Function [ <internal> function date_sun_info ] { + Function [ <internal:date> function date_sun_info ] { - Parameters [3] { Parameter #0 [ <required> $time ] @@ -259,31 +261,31 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] { } - Methods [9] { - Method [ <internal, ctor> public method __construct ] { + Method [ <internal:date, ctor> public method __construct ] { } - Method [ <internal> public method format ] { + Method [ <internal:date> public method format ] { } - Method [ <internal> public method modify ] { + Method [ <internal:date> public method modify ] { } - Method [ <internal> public method getTimezone ] { + Method [ <internal:date> public method getTimezone ] { } - Method [ <internal> public method setTimezone ] { + Method [ <internal:date> public method setTimezone ] { } - Method [ <internal> public method getOffset ] { + Method [ <internal:date> public method getOffset ] { } - Method [ <internal> public method setTime ] { + Method [ <internal:date> public method setTime ] { } - Method [ <internal> public method setDate ] { + Method [ <internal:date> public method setDate ] { } - Method [ <internal> public method setISODate ] { + Method [ <internal:date> public method setISODate ] { } } } @@ -297,10 +299,10 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] { } - Static methods [2] { - Method [ <internal> static public method listAbbreviations ] { + Method [ <internal:date> static public method listAbbreviations ] { } - Method [ <internal> static public method listIdentifiers ] { + Method [ <internal:date> static public method listIdentifiers ] { } } @@ -308,16 +310,16 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] { } - Methods [4] { - Method [ <internal, ctor> public method __construct ] { + Method [ <internal:date, ctor> public method __construct ] { } - Method [ <internal> public method getName ] { + Method [ <internal:date> public method getName ] { } - Method [ <internal> public method getOffset ] { + Method [ <internal:date> public method getOffset ] { } - Method [ <internal> public method getTransitions ] { + Method [ <internal:date> public method getTransitions ] { } } } |
