view test.php @ 7:e4e880f786d4

Utilisation d'une variable cohérente avec le config.php.dist
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Oct 2007 15:25:27 +0200
parents 629389204276
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();
?>