From 09299854149bd6731a7ac7959b5522601e69142e Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Sun, 21 Nov 1999 14:06:30 +0000 Subject: [PATCH] Maybe later on today. Must buy some beer first. --- ext/standard/array.c | 2 +- ext/standard/html.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/standard/array.c b/ext/standard/array.c index ac1d9e8d43..fb5e0f8042 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -1864,7 +1864,7 @@ PHP_FUNCTION(array_pad) /* }}} */ /* {{{ proto array array_flip(array input) - Return array with key <-> value flipped. */ + Return array with key <-> value flipped */ PHP_FUNCTION(array_flip) { zval **array, **entry, *data; diff --git a/ext/standard/html.c b/ext/standard/html.c index c1a5b9effb..93b01b2f53 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -122,7 +122,7 @@ PHP_FUNCTION(htmlentities) /* }}} */ /* {{{ proto array get_html_translation_table([int whichone]) - returns the internal translation-table used by htmlspecialchars and htmlentities */ + Returns the internal translation table used by htmlspecialchars and htmlentities */ PHP_FUNCTION(get_html_translation_table) { zval **whichone; -- 2.40.0