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