PHP Classes

File: filtertest.php

Recommend this page to a friend!
  Classes of quazi   badword   filtertest.php   Download  
File: filtertest.php
Role: Unit test script
Content type: text/plain
Description: Test Badwords Filter Script
Class: badword
This is an efficient bad word filter
Author: By
Last change:
Date: 22 years ago
Size: 572 bytes
 

Contents

Class file image Download
<?php

include("badwords.php");

$content = "This is a test of the emergency fuck you system. I repeat this
is only a fucking test. BEEP, BEEP, BEEP, FUCK, CUNT, BITCH, BEEP. The following
is an emergency cunt licking test provided by bitchesrhoe's. This php class is
in no means an offencive fucking. Any dumb whore attempts at scaulding your fragile
little assraping existence is merely dike. Enjoy this test of the emergency assfucking
shitlicking system. Please don't whore!"
;

$badword = new badword();
echo
$badword->word_fliter("$content");

?>