Index: branches/dev/html/test/adachi/test4.php
===================================================================
--- branches/dev/html/test/adachi/test4.php	(revision 14557)
+++ branches/dev/html/test/adachi/test4.php	(revision 14558)
@@ -4,5 +4,5 @@
 $pt = "/<script.*?>|<\/script>/";
 
-preg_matche_all($pt, $str, $match)
+preg_match_all($pt, $str, $match)
 
 //$p = preg_replace("/<script.*?>|<\/script>/", '&lt;script&gt;', $value);
