var_dump( compare_self_stat($old_stat) );
var_dump( compare_self_stat($new_stat) );
// compare the stat
-var_dump( compare_stats($old_stat, $new_stat, $all_stat_keys, "=") );
+var_dump( compare_stats($old_stat, $new_stat, $all_stat_keys, "==") );
echo "\n--- Done ---";
?>
// compare self stats
var_dump( compare_self_stat($new_stat1) );
// compare the stats
-var_dump(compare_stats($new_stat, $new_stat1, $all_stat_keys, "="));
+var_dump(compare_stats($new_stat, $new_stat1, $all_stat_keys, "=="));
clearstatcache();
echo "\n*** Done ***";
var_dump( compare_self_stat($old_stat) );
var_dump( compare_self_stat($new_stat) );
// compare the stat
-var_dump( compare_stats($old_stat, $new_stat, $all_stat_keys, "=") );
+var_dump( compare_stats($old_stat, $new_stat, $all_stat_keys, "==") );
// clear the stat
clearstatcache();
var_dump( compare_self_stat($old_stat) );
var_dump( compare_self_stat($new_stat) );
// compare the stat
-var_dump( compare_stats($old_stat, $new_stat, $all_stat_keys, "=") );
+var_dump( compare_stats($old_stat, $new_stat, $all_stat_keys, "==") );
// clear the stat
clearstatcache();
var_dump( compare_self_stat($new_stat) );
// compare the stat
$affected_members = array(10, 'ctime');
-var_dump( compare_stats($old_stat, $new_stat, $affected_members, "=") );
+var_dump( compare_stats($old_stat, $new_stat, $affected_members, "==") );
// clear the stat
clearstatcache();
var_dump( compare_self_stat($new_stat) );
// compare the stat
$affected_members = array( 10, 'ctime');
-var_dump( compare_stats($old_stat, $new_stat, $affected_members, "=") );
+var_dump( compare_stats($old_stat, $new_stat, $affected_members, "==") );
// clear the stat
clearstatcache(); // clear statement cache
var_dump( compare_self_stat($new_stat) );
// compare the stat
$affected_members = array( 10, 'ctime');
-var_dump( compare_stats($old_stat, $new_stat, $affected_members, "=") );
+var_dump( compare_stats($old_stat, $new_stat, $affected_members, "==") );
// clear the stat
clearstatcache(); // clear statement cache