Reduce clutter a bit.

This commit is contained in:
Andrey Hristov 1999-07-08 21:42:29 +00:00
parent cb2a2ea9d3
commit cef4df1fee
18 changed files with 1 additions and 1 deletions

View file

@ -568,7 +568,7 @@ static int _preg_do_eval(char *eval_str, char *subject, int *offsets,
walk++; walk++;
} }
} }
/* Run the code */ /* Run the code */
zend_eval_string(code, &retval CLS_CC ELS_CC); zend_eval_string(code, &retval CLS_CC ELS_CC);
convert_to_string(&retval); convert_to_string(&retval);