value is really not useful to us.
-/* Generated by re2c 0.13.5 on Sun May 8 16:20:00 2011 */
+/* Generated by re2c 0.13.5 on Mon May 16 10:21:08 2011 */
#line 1 "Zend/zend_language_scanner.l"
/*
+----------------------------------------------------------------------+
if (strcmp(dirname, ".") == 0) {
dirname = erealloc(dirname, MAXPATHLEN);
#if HAVE_GETCWD
- VCWD_GETCWD(dirname, MAXPATHLEN);
+ php_ignore_value(VCWD_GETCWD(dirname, MAXPATHLEN));
#elif HAVE_GETWD
- VCWD_GETWD(dirname);
+ php_ignore_value(VCWD_GETWD(dirname));
#endif
}
if (strcmp(dirname, ".") == 0) {
dirname = erealloc(dirname, MAXPATHLEN);
#if HAVE_GETCWD
- VCWD_GETCWD(dirname, MAXPATHLEN);
+ php_ignore_value(VCWD_GETCWD(dirname, MAXPATHLEN));
#elif HAVE_GETWD
- VCWD_GETWD(dirname);
+ php_ignore_value(VCWD_GETWD(dirname));
#endif
}
-/* Generated by re2c 0.13.5 on Sun May 8 16:20:00 2011 */
+/* Generated by re2c 0.13.5 on Mon May 16 10:21:08 2011 */
#line 3 "Zend/zend_language_scanner_defs.h"
enum YYCONDTYPE {
}
errno = 0;
- nice(pri);
+ php_ignore_value(nice(pri));
if (errno) {
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Only a super user may attempt to increase the priority of a process");
RETURN_FALSE;
case -2:
case -1:
inc_len = 1;
- php_mblen(NULL, 0);
+ php_ignore_value(php_mblen(NULL, 0));
break;
case 0:
goto quit_loop;
zend_bool first_field = 1;
/* initialize internal state */
- php_mblen(NULL, 0);
+ php_ignore_value(php_mblen(NULL, 0));
/* Now into new section that parses buf for delimiter/enclosure fields */
case -2:
case -1:
inc_len = 1;
- php_mblen(NULL, 0);
+ php_ignore_value(php_mblen(NULL, 0));
break;
case 0:
goto quit_loop_1;
case -2:
case -1:
- php_mblen(NULL, 0);
+ php_ignore_value(php_mblen(NULL, 0));
/* break is omitted intentionally */
case 1:
/* we need to determine if the enclosure is
case -2:
case -1:
inc_len = 1;
- php_mblen(NULL, 0);
+ php_ignore_value(php_mblen(NULL, 0));
/* break is omitted intentionally */
case 1:
if (*bptr == delimiter) {
case -2:
case -1:
inc_len = 1;
- php_mblen(NULL, 0);
+ php_ignore_value(php_mblen(NULL, 0));
/* break is omitted intentionally */
case 1:
if (*bptr == delimiter) {
#endif
if (cwd) {
- chdir(cwd);
+ php_ignore_value(chdir(cwd));
}
if (env.envarray) {
case -2:
case -1:
inc_len = 1;
- php_mblen(NULL, 0);
+ php_ignore_value(php_mblen(NULL, 0));
break;
case 0:
goto quit_loop;