andre Sat Apr 7 08:43:06 2001 EDT
Modified files:
/php4/ext/standard basic_functions.c
Log:
fix proto
Index: php4/ext/standard/basic_functions.c
diff -u php4/ext/standard/basic_functions.c:1.322
php4/ext/standard/basic_functions.c:1.323
--- php4/ext/standard/basic_functions.c:1.322 Fri Mar 23 17:08:13 2001
+++ php4/ext/standard/basic_functions.c Sat Apr 7 08:43:06 2001
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: basic_functions.c,v 1.322 2001/03/24 01:08:13 sas Exp $ */
+/* $Id: basic_functions.c,v 1.323 2001/04/07 15:43:06 andre Exp $ */
#include "php.h"
#include "php_main.h"
@@ -1230,7 +1230,7 @@
}
/* }}} */
-/* {{{ proto int settype(string var, string type)
+/* {{{ proto int settype(mixed var, string type)
Set the type of the variable */
PHP_FUNCTION(settype)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]