summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
diff options
context:
space:
mode:
authorSean Bright <elixer@php.net>2001-08-04 13:47:44 +0000
committerSean Bright <elixer@php.net>2001-08-04 13:47:44 +0000
commitd789d45a2ea2280ad6eff2c391569fe513e6b2f9 (patch)
tree55c82ee628bb26e58e196449f4799040c3d223d1 /ext/standard/file.c
parent0cf60d749e72e8046a7627e5e9aa413b476b0148 (diff)
downloadphp-git-d789d45a2ea2280ad6eff2c391569fe513e6b2f9.tar.gz
WS Pollution
Diffstat (limited to 'ext/standard/file.c')
-rw-r--r--ext/standard/file.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c
index ccfa2e23a1..74257b3043 100644
--- a/ext/standard/file.c
+++ b/ext/standard/file.c
@@ -285,7 +285,6 @@ PHP_FUNCTION(flock)
#define PHP_META_UNSAFE ".\\+*?[^]$() "
/* {{{ proto array get_meta_tags(string filename [, int use_include_path])
-
Extracts all meta tag content attributes from a file and returns an array */
PHP_FUNCTION(get_meta_tags)
@@ -2381,7 +2380,6 @@ size_t php_fread_all(char **buf, int socket, FILE *fp, int issock) {
#define PHP_META_HTML401_CHARS "-_.:"
/* {{{ php_next_meta_token
-
Tokenizes an HTML file for get_meta_tags */
php_meta_tags_token php_next_meta_token(php_meta_tags_data *md)
{