We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3ee29 commit 526c778Copy full SHA for 526c778
ext/standard/link_win32.c
@@ -78,7 +78,7 @@ PHP_FUNCTION(readlink)
78
php_error_docref(NULL TSRMLS_CC, E_WARNING, "readlink failed to read the symbolic link (%s), error %d)", link, GetLastError());
79
RETURN_FALSE;
80
}
81
- RETURN_STRING(target, 1);
+ RETURN_STRING(target);
82
83
/* }}} */
84
0 commit comments