From 9762f64222f260b39fadc0464882c71ce5096490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Langhorst?= Date: Sat, 7 Apr 2001 15:43:06 +0000 Subject: [PATCH] fix proto --- ext/standard/basic_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 57574da22d3..83e8a60fbba 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -1230,7 +1230,7 @@ PHP_FUNCTION(gettype) } /* }}} */ -/* {{{ proto int settype(string var, string type) +/* {{{ proto int settype(mixed var, string type) Set the type of the variable */ PHP_FUNCTION(settype) {