1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00

no C++ comments

#args sorry on that & thx jani
This commit is contained in:
Marcus Boerger
2002-10-29 13:26:44 +00:00
parent 083fc401fe
commit c4e3bbb5d7
+1 -1
View File
@@ -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 {