From aeed73d9cffde5033e36c8402e5d5b8cc6f2e315 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Fri, 21 Mar 2003 15:46:14 +0000 Subject: [PATCH] tags in examples git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@120845 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/gmdate.xml | 6 ++++-- reference/datetime/functions/gmstrftime.xml | 4 +++- reference/datetime/functions/microtime.xml | 4 +++- reference/datetime/functions/mktime.xml | 6 +++++- reference/datetime/functions/strftime.xml | 4 +++- reference/datetime/functions/strtotime.xml | 6 +++++- 6 files changed, 23 insertions(+), 7 deletions(-) diff --git a/reference/datetime/functions/gmdate.xml b/reference/datetime/functions/gmdate.xml index 40bcd5e3ab..39ef342d8a 100644 --- a/reference/datetime/functions/gmdate.xml +++ b/reference/datetime/functions/gmdate.xml @@ -1,5 +1,5 @@ - + @@ -22,8 +22,10 @@ <function>gmdate</function> example ]]> @@ -45,7 +47,7 @@ echo gmdate ("M d Y H:i:s", mktime (0,0,0,1,1,1998)); PHP cannot fix broken system libraries. Contact - your OS vendor for a fix to this a similar problems. + your OS vendor for a fix to this and similar problems. diff --git a/reference/datetime/functions/gmstrftime.xml b/reference/datetime/functions/gmstrftime.xml index 1058de3fd2..5817f201df 100644 --- a/reference/datetime/functions/gmstrftime.xml +++ b/reference/datetime/functions/gmstrftime.xml @@ -1,5 +1,5 @@ - + @@ -25,9 +25,11 @@ <function>gmstrftime</function> example ]]> diff --git a/reference/datetime/functions/microtime.xml b/reference/datetime/functions/microtime.xml index ec97bb55fd..e94d86fc9c 100644 --- a/reference/datetime/functions/microtime.xml +++ b/reference/datetime/functions/microtime.xml @@ -1,5 +1,5 @@ - + @@ -26,6 +26,7 @@ <function>microtime</function> example ]]> diff --git a/reference/datetime/functions/mktime.xml b/reference/datetime/functions/mktime.xml index 4742b6f1cd..aaa8dfa83a 100644 --- a/reference/datetime/functions/mktime.xml +++ b/reference/datetime/functions/mktime.xml @@ -1,5 +1,5 @@ - + @@ -57,10 +57,12 @@ <function>mktime</function> example ]]> @@ -88,11 +90,13 @@ echo date ("M-d-Y", mktime (0,0,0,1,1,98)); Last day of next month ]]> diff --git a/reference/datetime/functions/strftime.xml b/reference/datetime/functions/strftime.xml index 3ec5799546..d8929d3fc4 100644 --- a/reference/datetime/functions/strftime.xml +++ b/reference/datetime/functions/strftime.xml @@ -1,5 +1,5 @@ - + @@ -245,6 +245,7 @@ <function>strftime</function> locale examples ]]> diff --git a/reference/datetime/functions/strtotime.xml b/reference/datetime/functions/strtotime.xml index b98fb1e2a8..099e4638f7 100644 --- a/reference/datetime/functions/strtotime.xml +++ b/reference/datetime/functions/strtotime.xml @@ -1,5 +1,5 @@ - + @@ -34,6 +34,7 @@ <function>strtotime</function> examples ]]> @@ -50,12 +52,14 @@ echo strtotime ("last Monday"), "\n"; Checking for failure ]]>