]> granicus.if.org Git - php/commitdiff
Maybe later on today. Must buy some beer first.
authorEgon Schmid <eschmid@php.net>
Sun, 21 Nov 1999 14:06:30 +0000 (14:06 +0000)
committerEgon Schmid <eschmid@php.net>
Sun, 21 Nov 1999 14:06:30 +0000 (14:06 +0000)
ext/standard/array.c
ext/standard/html.c

index ac1d9e8d4349632dfcb65e8436199547ccfc883c..fb5e0f8042ed919ed3dad15576f8dc678027fbb8 100644 (file)
@@ -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;
index c1a5b9effbb7011aaa387e5afd75bd243efa7161..93b01b2f539adc45ccfd5e15351f678b174c66be 100644 (file)
@@ -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;