diff test.php @ 0:629389204276

Import initial
author Franck Deroche <webmaster@defr.org>
date Sat, 20 Oct 2007 14:15:10 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test.php	Sat Oct 20 14:15:10 2007 +0200
@@ -0,0 +1,16 @@
+<?php
+    /*require_once('includes/class.textutils.php');
+    
+    $str1 = 'Test "3615 Ma Vie" A "Dual Blog" Yoohooo B E';
+    $str2 = 'Test "3615 Ma Vie" D Yoohooo G "A la bonne heure"';
+    
+    TextUtils::DiffTagLine($str1, $str2, $a, $b);
+    echo("<pre>");
+    var_export($a);
+    echo("</pre>");
+    echo("<pre>");
+    var_export($b);
+    echo("</pre>");*/
+    var_export(ini_get("magic_quotes_gpc"));
+    phpinfo();
+?>
\ No newline at end of file