bool -> int

This commit is contained in:
Thies C. Arntzen 2000-06-06 13:49:41 +00:00
parent 10eb67a3aa
commit 0e0f3eb097

View File

@ -110,7 +110,7 @@ PHP_FUNCTION(recode_string)
char *r = NULL;
pval **str;
pval **req;
bool success;
int success;
ReSLS_FETCH();
if (ZEND_NUM_ARGS() != 2