view 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 source
<?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();
?>