]> granicus.if.org Git - php/commitdiff
Fixed a proto.
authorEgon Schmid <eschmid@php.net>
Sun, 9 Jul 2000 14:26:50 +0000 (14:26 +0000)
committerEgon Schmid <eschmid@php.net>
Sun, 9 Jul 2000 14:26:50 +0000 (14:26 +0000)
ext/standard/pack.c

index ef3e139d11c9a3d44616ef1c549623a6f64d8fad..4476e601702c3242690e0f19d4690a9b0ae8e8d6 100644 (file)
@@ -86,8 +86,8 @@ static void php_pack(pval **val, int size, int *map, char *output)
 /* pack() idea stolen from Perl (implemented formats behave the same as there)
  * Implemented formats are A,a,h,H,c,C,s,S,i,I,l,L,n,N,f,d,x,X,@.
  */
-/* {{{ proto string pack(string format, mixed arg1 [, mixed arg2 [, ...]])
-   Takes 1 or more arguments and packs them into a binary string according to the format argument */
+/* {{{ proto string pack(string format, mixed arg1 [, mixed arg2 [, mixed ...]])
+   Takes one or more arguments and packs them into a binary string according to the format argument */
 PHP_FUNCTION(pack)
 {
        pval ***argv;