Part of https://wiki.php.net/rfc/deprecations_php_7_3.
php_stream_filter *filter = NULL;
zend_string *allowed_tags = NULL;;
+ php_error_docref(NULL, E_DEPRECATED, "The string.strip_tags filter is deprecated");
+
inst = pemalloc(sizeof(php_strip_tags_filter), persistent);
if (filterparams != NULL) {
fclose($fp);
?>
---EXPECT--
+--EXPECTF--
+Deprecated: stream_filter_append(): The string.strip_tags filter is deprecated in %s on line %d
test bold italic test
+
+Deprecated: stream_filter_append(): The string.strip_tags filter is deprecated in %s on line %d
test <b>bold</b> italic test
+
+Deprecated: stream_filter_append(): The string.strip_tags filter is deprecated in %s on line %d
test <b>bold</b> italic test