]> granicus.if.org Git - php/commitdiff
MFH: missing cvs Id tags, proto fixes
authorfoobar <sniper@php.net>
Thu, 24 Jul 2003 02:53:46 +0000 (02:53 +0000)
committerfoobar <sniper@php.net>
Thu, 24 Jul 2003 02:53:46 +0000 (02:53 +0000)
ext/tokenizer/php_tokenizer.h
ext/tokenizer/tokenizer.c
ext/xmlrpc/php_xmlrpc.h
ext/xmlrpc/xmlrpc-epi-php.c

index 0f3952d98ba539ad3672d1b60fbde657456130e2..ea5b9f62e5fa87355913e9234450549880d2eef7 100644 (file)
@@ -16,6 +16,8 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id$ */
+
 #ifndef PHP_TOKENIZER_H
 #define PHP_TOKENIZER_H
 
index 16995b1f3cc7b55d993028da719b693a39176044..1ad86920d661720539521698224396db11f7266d 100644 (file)
@@ -16,6 +16,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
index c69a7e75812a24b67bcda04264ffd9e836357ae9..368f4e4ad68b8b0a6b7f6bf98785d067dc986891 100644 (file)
@@ -51,6 +51,8 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id$ */
+
 #ifndef _PHP_XMLRPC_H
 #define _PHP_XMLRPC_H
 
index 3c25adedf2231cb8a71ff08f94ebf1f2bd8e6bb0..fc7d57ae55bb2e0b803fbc44228be5c17060f784 100644 (file)
@@ -51,6 +51,8 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id$ */
+
 /**********************************************************************
 * BUGS:                                                               *
 *  - when calling a php user function, there appears to be no way to  *
@@ -828,7 +830,7 @@ PHP_FUNCTION(xmlrpc_server_create)
    }
 }
 
-/* {{{ proto void xmlrpc_server_destroy(handle server)
+/* {{{ proto int xmlrpc_server_destroy(handle server)
    Destroys server resources */
 PHP_FUNCTION(xmlrpc_server_destroy)
 {
@@ -1478,7 +1480,7 @@ PHP_FUNCTION(xmlrpc_get_type)
    RETURN_STRING((char*) xmlrpc_type_as_str(type, vtype), 1);
 }
 
-/* {{{ proto string xmlrpc_is_fault(array)
+/* {{{ proto bool xmlrpc_is_fault(array)
    Determines if an array value represents an XMLRPC fault. */
 PHP_FUNCTION(xmlrpc_is_fault)
 {