summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-10-29 13:26:44 +0000
committerMarcus Boerger <helly@php.net>2002-10-29 13:26:44 +0000
commitc4e3bbb5d7e0486ca275ecb1ec58999640f2e723 (patch)
tree568f9ea70d9032f7e8c8422bfe9294aa21d8fe3b /ext
parent083fc401fed908f4def3181090b59fe1cd94e2f7 (diff)
downloadphp-git-c4e3bbb5d7e0486ca275ecb1ec58999640f2e723.tar.gz
no C++ comments
#args sorry on that & thx jani
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/file.c2
1 files changed, 1 insertions, 1 deletions
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 {