fix
This commit is contained in:
parent
4a1256359c
commit
cfaaccea5e
@ -5,6 +5,4 @@ echo ('<p>Original text: test test </p>');
|
|||||||
|
|
||||||
$ser = igbinary_serialize(['test','test']);
|
$ser = igbinary_serialize(['test','test']);
|
||||||
echo urlencode($ser), "\n";
|
echo urlencode($ser), "\n";
|
||||||
var_export(igbinary_unserialize($ser));
|
var_export(igbinary_unserialize($ser));
|
||||||
|
|
||||||
|
|
||||||
10
index.php
10
index.php
@ -29,14 +29,16 @@ for ($i = 0; $i < count($module_list); $i++) {
|
|||||||
else {
|
else {
|
||||||
echo '<p>'. $module_list[$i] .":";
|
echo '<p>'. $module_list[$i] .":";
|
||||||
echo '<a href="\checkers\\'. $module_list[$i] .'.php">' . 'Тык </a>' . `</p>`;
|
echo '<a href="\checkers\\'. $module_list[$i] .'.php">' . 'Тык </a>' . `</p>`;
|
||||||
|
|
||||||
|
echo''. $module_list[$i] .'';
|
||||||
if (!extension_loaded($module_list[$i]))
|
if (!extension_loaded($module_list[$i]))
|
||||||
{
|
{
|
||||||
echo '<div style="color:red">Module: <b>'. $module_list[$i] . '</b> not loaded</div>';
|
echo '<div style="color:red">Module: <b>'. $module_list[$i] . '</b> not loaded</div>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
echo '<div style="color:green">Module: <b>' . $module_list[$i] . '</b> is loaded</div>';
|
echo '<div style="color:green">Module: <b>' . $module_list[$i] . '</b> is loaded</div>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user