comparison test.php @ 0:629389204276

Import initial
author Franck Deroche <webmaster@defr.org>
date Sat, 20 Oct 2007 14:15:10 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:629389204276
1 <?php
2 /*require_once('includes/class.textutils.php');
3
4 $str1 = 'Test "3615 Ma Vie" A "Dual Blog" Yoohooo B E';
5 $str2 = 'Test "3615 Ma Vie" D Yoohooo G "A la bonne heure"';
6
7 TextUtils::DiffTagLine($str1, $str2, $a, $b);
8 echo("<pre>");
9 var_export($a);
10 echo("</pre>");
11 echo("<pre>");
12 var_export($b);
13 echo("</pre>");*/
14 var_export(ini_get("magic_quotes_gpc"));
15 phpinfo();
16 ?>