summaryrefslogtreecommitdiff
path: root/ext/date/tests/gmstrftime_variation17.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/gmstrftime_variation17.phpt')
-rw-r--r--ext/date/tests/gmstrftime_variation17.phpt8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/date/tests/gmstrftime_variation17.phpt b/ext/date/tests/gmstrftime_variation17.phpt
index 9abdb76e0c..3ae63e3eda 100644
--- a/ext/date/tests/gmstrftime_variation17.phpt
+++ b/ext/date/tests/gmstrftime_variation17.phpt
@@ -2,12 +2,6 @@
Test gmstrftime() function : usage variation - Checking day related formats which was not supported on Windows before vc14.
--FILE--
<?php
-/* Prototype : string gmstrftime(string format [, int timestamp])
- * Description: Format a GMT/UCT time/date according to locale settings
- * Source code: ext/date/php_date.c
- * Alias to functions:
- */
-
echo "*** Testing gmstrftime() : usage variation ***\n";
// Initialise function arguments not being substituted (if any)
@@ -21,11 +15,9 @@ var_dump( gmstrftime($format) );
var_dump( gmstrftime($format, $timestamp) );
?>
-===DONE===
--EXPECTF--
*** Testing gmstrftime() : usage variation ***
-- Testing gmstrftime() function with Day of the month as decimal single digit format --
string(2) "%A%d"
string(2) " 8"
-===DONE===