]> granicus.if.org Git - php/commitdiff
Added function entry for strip_tags.
authorAndrey Hristov <andrey@php.net>
Fri, 23 Jul 1999 22:35:14 +0000 (22:35 +0000)
committerAndrey Hristov <andrey@php.net>
Fri, 23 Jul 1999 22:35:14 +0000 (22:35 +0000)
ext/standard/basic_functions.c
ext/standard/php3_string.h

index 804789a5e040db8c591e0bc2e0f2ff239695fba0..f8e8678bad544d58e5c55502b8b12b972bee58d4 100644 (file)
@@ -111,6 +111,7 @@ function_entry basic_functions[] = {
        {"trim",                php3_trim,                                      NULL},
        {"ltrim",               php3_ltrim,                                     NULL},
        {"rtrim",               php3_chop,                                      NULL},
+       PHP_FE(strip_tags, NULL)
        {"pos",                 array_current,                          first_arg_force_ref},
 
        {"getimagesize",                php3_getimagesize,      NULL},
index 0619a58d76beb4f6df6f00afdcfb73faea454093..111138ab36b932a23312da1f18a6a37d18723edc 100644 (file)
@@ -83,6 +83,7 @@ PHP_FUNCTION(chunk_split);
 PHP_FUNCTION(parsestr);
 PHP_FUNCTION(bin2hex);
 PHP_FUNCTION(similar_text);
+PHP_FUNCTION(strip_tags);
 
 extern PHPAPI char *_php3_strtoupper(char *s);
 extern PHPAPI char *_php3_strtolower(char *s);