From: Marcus Boerger Date: Tue, 29 Oct 2002 13:26:44 +0000 (+0000) Subject: no C++ comments X-Git-Tag: php-4.3.0RC1~463 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4e3bbb5d7e0486ca275ecb1ec58999640f2e723;p=php no C++ comments #args sorry on that & thx jani --- diff --git a/ext/standard/file.c b/ext/standard/file.c index 5110904943..048c723f7a 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -501,7 +501,7 @@ PHP_FUNCTION(file) p++; parse_eol: if (PG(magic_quotes_runtime)) { - // s is in target_buf which is freed at the end of the function + /* s is in target_buf which is freed at the end of the function */ slashed = php_addslashes(s, (p-s), &len, 0 TSRMLS_CC); add_index_stringl(return_value, i++, slashed, len, 0); } else {