From: Sascha Schumann Date: Fri, 28 May 1999 18:51:51 +0000 (+0000) Subject: I think that is the preferred way as of now X-Git-Tag: BEFORE_REMOVING_GC_STEP1~255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62a9f2137ccefb16e1ec56287a7baea481bfd78b;p=php I think that is the preferred way as of now --- diff --git a/apidoc.txt b/apidoc.txt index 2b7fecde04..34eac2896c 100644 --- a/apidoc.txt +++ b/apidoc.txt @@ -19,7 +19,7 @@ Table of Contents All functions look like this: - void php3_foo(INTERNAL_FUNCTION_PARAMETERS) { + PHP_FUNCTION(foo) { }