1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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++;
}
}
/* Run the code */
zend_eval_string(code, &retval CLS_CC ELS_CC);
convert_to_string(&retval);