3v4l.org

run code in 300+ PHP versions simultaneously
<?php $cases = array(false, 0, 1, 2, 3, 4, 5, true, null); foreach ($cases as $c) { $s = microtime(true); $doC = !!$c; var_dump('time : ' . (microtime(true) - $s) . ' for !!$c, result:', $doC); $s = microtime(true); $doC = (bool)$c; var_dump('time : ' . (microtime(true) - $s) . ' for (bool)$c, result:', $doC); }
Output for 7.4.1
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.4.0
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.3.13
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 7.3.12
string(43) "time : 6.9141387939453E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.3.11
string(43) "time : 6.9141387939453E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.3.10
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.3.9
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.3.8
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 7.3.7
string(43) "time : 7.1525573730469E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.3.6
string(43) "time : 7.8678131103516E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.3.5
string(43) "time : 6.9141387939453E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.3.4
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.3.3
string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.3.2
string(43) "time : 2.1457672119141E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.3.1
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 7.3.0
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.26
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 7.2.25
string(43) "time : 9.0599060058594E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.7, 7.2.24
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.23
string(43) "time : 1.0013580322266E-5 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.22
string(43) "time : 1.0013580322266E-5 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.21
string(43) "time : 1.4066696166992E-5 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.20
string(43) "time : 6.9141387939453E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 7.2.19
string(43) "time : 1.0013580322266E-5 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.18
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.17
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.16
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.15
string(43) "time : 6.1988830566406E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 7.2.14
string(43) "time : 9.0599060058594E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.13
string(43) "time : 7.1525573730469E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.12
string(43) "time : 6.1988830566406E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.11
string(43) "time : 4.0531158447266E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.10
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.9
string(43) "time : 6.1988830566406E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.8
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.7
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 7.2.6
string(43) "time : 9.0599060058594E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.5
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.4
string(43) "time : 1.0967254638672E-5 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.3
string(43) "time : 1.0013580322266E-5 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 7.2.2
string(43) "time : 8.1062316894531E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.1
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.2.0
string(43) "time : 9.0599060058594E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 7.1.33
string(43) "time : 6.9141387939453E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 7.1.32
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.31
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.30
string(43) "time : 6.9141387939453E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.29
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.28
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.27
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.26
string(43) "time : 6.9141387939453E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.25
string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 7.1.24
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.23
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.22
string(42) "time : 3.814697265625E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 7.1.21
string(43) "time : 4.0531158447266E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 7.1.20
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.19
string(43) "time : 7.1525573730469E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.18
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.17
string(43) "time : 8.1062316894531E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.16
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.15
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.14
string(43) "time : 1.0013580322266E-5 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.13
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.12
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.11
string(43) "time : 6.9141387939453E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 7.1.10
string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.9
string(43) "time : 8.1062316894531E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 7.1.8
string(43) "time : 6.1988830566406E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.7
string(43) "time : 4.7683715820312E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.6
string(43) "time : 6.9141387939453E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 7.1.5
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.4
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.3
string(43) "time : 9.0599060058594E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 7.1.2
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 7.1.1
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.1.0
string(43) "time : 9.0599060058594E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.33
string(43) "time : 7.1525573730469E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.32
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.31
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 7.0.30
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.29
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.28
string(43) "time : 4.0531158447266E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.27
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.26
string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.25
string(43) "time : 8.8214874267578E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.24
string(42) "time : 3.814697265625E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.23
string(43) "time : 4.0531158447266E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.22
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.21
string(43) "time : 4.0531158447266E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.20
string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.19
string(43) "time : 4.7683715820312E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.18
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.17
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 7.0.16
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.15
string(43) "time : 4.0531158447266E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.14
string(43) "time : 4.0531158447266E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.13
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.12
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.11
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 7.0.10
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.9
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.8
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.7
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 1.3113021850586E-5 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 7.0.6
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 7.0.5
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.4
string(43) "time : 6.9141387939453E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.3
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.2
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.1
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 7.0.0
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.40
string(43) "time : 1.0013580322266E-5 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.6.39
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.38
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.6.37
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.36
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.35
string(43) "time : 4.0531158447266E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 5.6.34
string(43) "time : 4.0531158447266E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.33
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.6.32
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.6.31
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.6.30
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.29
string(43) "time : 6.9141387939453E-6 for !!$c, result:" bool(false) string(47) "time : 2.1457672119141E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.6.28
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.27
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1205673217773E-5 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.26
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.6.25
string(43) "time : 7.8678131103516E-6 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.6.24
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.23
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 5.6.22
string(43) "time : 7.1525573730469E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.21
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.6.20
string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.19
string(43) "time : 8.1062316894531E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.18
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.17
string(43) "time : 2.1457672119141E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.16
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.6.15
string(43) "time : 2.1457672119141E-6 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.14
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.13
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.6.12
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.11
string(43) "time : 2.1457672119141E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 2.1457672119141E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.6.10
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 2.1457672119141E-6 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.6.9
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.8
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.7
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.6
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.6.5
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.4
string(43) "time : 2.1457672119141E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.3
string(43) "time : 7.1525573730469E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.6.2
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.1
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.6.0
string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.38
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.37
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.5.36
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.5.35
string(43) "time : 8.1062316894531E-6 for !!$c, result:" bool(false) string(47) "time : 2.1457672119141E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.34
string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.5.33
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 2.1457672119141E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.32
string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.5.31
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.30
string(43) "time : 2.1457672119141E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.5.29
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.28
string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 5.5.27
string(43) "time : 1.1920928955078E-5 for !!$c, result:" bool(false) string(47) "time : 2.1457672119141E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.5.26
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.5.25
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 2.1457672119141E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.24
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 5.5.23
string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.22
string(43) "time : 2.1457672119141E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.21
string(43) "time : 6.1988830566406E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 5.5.20
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.19
string(43) "time : 3.0994415283203E-6 for !!$c, result:" bool(false) string(47) "time : 2.1457672119141E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.5.18
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.17
string(43) "time : 6.9141387939453E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.5.16
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.5.15
string(43) "time : 6.9141387939453E-6 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.14
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.13
string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.12
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.11
string(43) "time : 7.8678131103516E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 5.5.10
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.9
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.8
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 5.5.6
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.5
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.4
string(43) "time : 7.1525573730469E-6 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.3
string(43) "time : 7.1525573730469E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.5.2
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.1
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.5.0
string(43) "time : 2.1457672119141E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.4.45
string(43) "time : 8.1062316894531E-6 for !!$c, result:" bool(false) string(47) "time : 2.1457672119141E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.4.44
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.43
string(43) "time : 1.0013580322266E-5 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.4.42
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.41
string(43) "time : 1.0013580322266E-5 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.4.40
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.39
string(43) "time : 9.0599060058594E-6 for !!$c, result:" bool(false) string(47) "time : 2.1457672119141E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 5.4.38
string(43) "time : 7.8678131103516E-6 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.4.37
string(43) "time : 9.0599060058594E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.4.36
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.35
string(43) "time : 6.9141387939453E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.34
string(43) "time : 6.9141387939453E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.4.33
string(43) "time : 6.1988830566406E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.32
string(43) "time : 7.8678131103516E-6 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.31
string(43) "time : 6.9141387939453E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.30
string(43) "time : 1.0967254638672E-5 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.4.29
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.28
string(43) "time : 9.0599060058594E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.27
string(43) "time : 1.0967254638672E-5 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 5.4.26
string(43) "time : 6.1988830566406E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 5.4.25
string(43) "time : 7.1525573730469E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.4.24
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.23
string(43) "time : 1.0013580322266E-5 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.4.22
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.21
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.20
string(43) "time : 4.0531158447266E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.19
string(43) "time : 1.0013580322266E-5 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.18
string(43) "time : 9.0599060058594E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.17
string(43) "time : 9.0599060058594E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.16
string(43) "time : 9.0599060058594E-6 for !!$c, result:" bool(false) string(47) "time : 2.1457672119141E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.4.15
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.4.14
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.13
string(43) "time : 7.8678131103516E-6 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.12
string(43) "time : 1.0013580322266E-5 for !!$c, result:" bool(false) string(47) "time : 2.1457672119141E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 5.4.11
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.4.10
string(43) "time : 8.8214874267578E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.9
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.4.8
string(43) "time : 9.7751617431641E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.4.7
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.4.6
string(43) "time : 5.0067901611328E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.5
string(43) "time : 1.0013580322266E-5 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.4.4
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.3
string(43) "time : 1.0013580322266E-5 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.4.2
string(43) "time : 6.9141387939453E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.1
string(43) "time : 8.1062316894531E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.4.0
string(43) "time : 8.1062316894531E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.3.29
string(44) "time : -9.7990036010742E-5 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.3.28
string(44) "time : -9.7990036010742E-5 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.3.27
string(44) "time : -9.7990036010742E-5 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.3.26
string(44) "time : -9.7990036010742E-5 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.3.25
string(44) "time : -9.7990036010742E-5 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 5.3.24
string(44) "time : -9.6797943115234E-5 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.3.23
string(44) "time : -9.6797943115234E-5 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.3.22
string(44) "time : -9.6797943115234E-5 for !!$c, result:" bool(false) string(47) "time : 2.1457672119141E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.3.21
string(44) "time : -9.6797943115234E-5 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.3.20
string(44) "time : -9.7990036010742E-5 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.3.19
string(44) "time : -9.6797943115234E-5 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 5.3.18
string(44) "time : -9.7990036010742E-5 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.3.17
string(44) "time : -9.7990036010742E-5 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.3.16
string(44) "time : -9.7990036010742E-5 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.3.15
string(44) "time : -9.7990036010742E-5 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.3.14
string(44) "time : -9.6797943115234E-5 for !!$c, result:" bool(false) string(47) "time : 3.0994415283203E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.3.13
string(44) "time : -9.6797943115234E-5 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.3.12
string(44) "time : -9.6797943115234E-5 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.3.11
string(44) "time : -9.6797943115234E-5 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.3.10
string(44) "time : -9.5844268798828E-5 for !!$c, result:" bool(false) string(47) "time : 2.1457672119141E-6 for (bool)$c, result:" bool(false) string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.3.9
string(44) "time : -9.7990036010742E-5 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.3.8
string(44) "time : -9.6797943115234E-5 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.3.7
string(44) "time : -9.7990036010742E-5 for !!$c, result:" bool(false) string(47) "time : 2.1457672119141E-6 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.3.6
string(44) "time : -8.9883804321289E-5 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.3.5
string(44) "time : -9.6797943115234E-5 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.3.4
string(44) "time : -9.5844268798828E-5 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.3.3
string(44) "time : -9.5844268798828E-5 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.3.2
string(44) "time : -9.3936920166016E-5 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 5.3.1
string(44) "time : -9.7990036010742E-5 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.3.0
string(44) "time : -9.7990036010742E-5 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.2.17
string(43) "time : 2.1457672119141E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.2.16
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.2.15
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.2.14
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.2.13
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.2.12
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.2.11
string(43) "time : 2.1457672119141E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.2.10
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.2.9
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.2.8
string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false)
Output for 5.2.7
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.2.6
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 1.9073486328125E-6 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false)
Output for 5.2.5
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.2.4
string(43) "time : 1.9073486328125E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.2.3
string(43) "time : 2.1457672119141E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.2.2
string(43) "time : 5.9604644775391E-6 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 9.5367431640625E-7 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(47) "time : 1.1920928955078E-6 for (bool)$c, result:" bool(true) string(43) "time : 1.1920928955078E-6 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(43) "time : 9.5367431640625E-7 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.2.1
string(44) "time : 1.9073486328125E-06 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 1.1920928955078E-06 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.2.0
string(44) "time : 1.9073486328125E-06 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.1.6
string(44) "time : 1.9073486328125E-06 for !!$c, result:" bool(false) string(48) "time : 1.1920928955078E-06 for (bool)$c, result:" bool(false) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(44) "time : 1.1920928955078E-06 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(44) "time : 1.1920928955078E-06 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false)
Output for 5.1.5
string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(false) string(48) "time : 1.9073486328125E-06 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(44) "time : 1.1920928955078E-06 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(44) "time : 1.1920928955078E-06 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(48) "time : 1.1920928955078E-06 for (bool)$c, result:" bool(false)
Output for 5.1.4
string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(false) string(48) "time : 2.1457672119141E-06 for (bool)$c, result:" bool(false) string(44) "time : 1.1920928955078E-06 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 1.1920928955078E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(48) "time : 1.1920928955078E-06 for (bool)$c, result:" bool(false)
Output for 5.1.3
string(44) "time : 2.1457672119141E-06 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(44) "time : 1.1920928955078E-06 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.1.2
string(44) "time : 1.9073486328125E-06 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false)
Output for 5.1.1
string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(44) "time : 1.1920928955078E-06 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false)
Output for 5.1.0
string(44) "time : 1.9073486328125E-06 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(48) "time : 1.1920928955078E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false)
Output for 5.0.5
string(44) "time : 1.9073486328125E-06 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 1.1920928955078E-06 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 1.1920928955078E-06 for (bool)$c, result:" bool(true) string(44) "time : 1.1920928955078E-06 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false)
Output for 5.0.4
string(44) "time : 2.1457672119141E-06 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 1.1920928955078E-06 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(44) "time : 1.1920928955078E-06 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(48) "time : 1.1920928955078E-06 for (bool)$c, result:" bool(false)
Output for 5.0.3
string(44) "time : 1.9073486328125E-06 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false)
Output for 5.0.2
string(44) "time : 2.1457672119141E-06 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false)
Output for 5.0.1
string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(48) "time : 1.1920928955078E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false)
Output for 5.0.0
string(44) "time : 1.9073486328125E-06 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false) string(26) "time : 0 for !!$c, result:" bool(false) string(30) "time : 0 for (bool)$c, result:" bool(false) string(44) "time : 1.1920928955078E-06 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(44) "time : 9.5367431640625E-07 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(true) string(30) "time : 0 for (bool)$c, result:" bool(true) string(26) "time : 0 for !!$c, result:" bool(false) string(48) "time : 9.5367431640625E-07 for (bool)$c, result:" bool(false)
Output for 4.4.9
string(32) "time : 1.5E-05 for !!$c, result:" bool(false) string(34) "time : 4E-06 for (bool)$c, result:" bool(false) string(30) "time : 3E-06 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false)
Output for 4.4.8
string(30) "time : 1E-05 for !!$c, result:" bool(false) string(34) "time : 3E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 3E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 3E-06 for (bool)$c, result:" bool(true) string(30) "time : 3E-06 for !!$c, result:" bool(true) string(34) "time : 3E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false)
Output for 4.4.7
string(30) "time : 9E-06 for !!$c, result:" bool(false) string(34) "time : 3E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 1E-06 for (bool)$c, result:" bool(false) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(false) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(false)
Output for 4.4.6
string(32) "time : 1.5E-05 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false) string(30) "time : 1E-06 for !!$c, result:" bool(false) string(34) "time : 1E-06 for (bool)$c, result:" bool(false) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(false) string(34) "time : 1E-06 for (bool)$c, result:" bool(false)
Output for 4.4.5
string(30) "time : 9E-06 for !!$c, result:" bool(false) string(34) "time : 3E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 1E-06 for (bool)$c, result:" bool(false)
Output for 4.4.4
string(32) "time : 1.3E-05 for !!$c, result:" bool(false) string(34) "time : 3E-06 for (bool)$c, result:" bool(false) string(30) "time : 1E-06 for !!$c, result:" bool(false) string(34) "time : 1E-06 for (bool)$c, result:" bool(false) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(false) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(false)
Output for 4.4.3
string(32) "time : 1.6E-05 for !!$c, result:" bool(false) string(34) "time : 3E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 1E-06 for (bool)$c, result:" bool(false) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(false)
Output for 4.4.2
string(32) "time : 1.9E-05 for !!$c, result:" bool(false) string(34) "time : 4E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 1E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false)
Output for 4.4.1
string(30) "time : 1E-05 for !!$c, result:" bool(false) string(34) "time : 3E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 1E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false)
Output for 4.4.0
string(32) "time : 1.5E-05 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false) string(30) "time : 1E-06 for !!$c, result:" bool(false) string(34) "time : 1E-06 for (bool)$c, result:" bool(false) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(false) string(34) "time : 1E-06 for (bool)$c, result:" bool(false)
Output for 4.3.11
string(32) "time : 1.6E-05 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 1E-06 for (bool)$c, result:" bool(false) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 1E-06 for (bool)$c, result:" bool(false)
Output for 4.3.10
string(32) "time : 1.5E-05 for !!$c, result:" bool(false) string(34) "time : 3E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 1E-06 for (bool)$c, result:" bool(false) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(false) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(false)
Output for 4.3.9
string(32) "time : 2.3E-05 for !!$c, result:" bool(false) string(34) "time : 4E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 3E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false)
Output for 4.3.8
string(30) "time : 2E-05 for !!$c, result:" bool(false) string(34) "time : 3E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(false) string(34) "time : 1E-06 for (bool)$c, result:" bool(false)
Output for 4.3.7
string(32) "time : 1.9E-05 for !!$c, result:" bool(false) string(34) "time : 4E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(false)
Output for 4.3.6
string(30) "time : 2E-05 for !!$c, result:" bool(false) string(34) "time : 3E-06 for (bool)$c, result:" bool(false) string(30) "time : 3E-06 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 3E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false)
Output for 4.3.5
string(32) "time : 1.7E-05 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 1E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(false)
Output for 4.3.4
string(32) "time : 1.6E-05 for !!$c, result:" bool(false) string(34) "time : 3E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(false)
Output for 4.3.3
string(32) "time : 1.8E-05 for !!$c, result:" bool(false) string(34) "time : 3E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(false) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(false)
Output for 4.3.2
string(30) "time : 2E-05 for !!$c, result:" bool(false) string(34) "time : 3E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(48) "time : 9.9999999999997E-07 for (bool)$c, result:" bool(true) string(30) "time : 1E-06 for !!$c, result:" bool(true) string(34) "time : 1E-06 for (bool)$c, result:" bool(true) string(44) "time : 9.9999999999997E-07 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false)
Output for 4.3.1
string(32) "time : 1.8E-05 for !!$c, result:" bool(false) string(34) "time : 4E-06 for (bool)$c, result:" bool(false) string(30) "time : 3E-06 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false) string(30) "time : 4E-06 for !!$c, result:" bool(true) string(34) "time : 3E-06 for (bool)$c, result:" bool(true) string(30) "time : 3E-06 for !!$c, result:" bool(true) string(34) "time : 3E-06 for (bool)$c, result:" bool(true) string(30) "time : 3E-06 for !!$c, result:" bool(true) string(34) "time : 3E-06 for (bool)$c, result:" bool(true) string(30) "time : 3E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 3E-06 for !!$c, result:" bool(true) string(34) "time : 3E-06 for (bool)$c, result:" bool(true) string(30) "time : 3E-06 for !!$c, result:" bool(true) string(34) "time : 3E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 3E-06 for (bool)$c, result:" bool(false)
Output for 4.3.0
string(32) "time : 1.5E-05 for !!$c, result:" bool(false) string(34) "time : 4E-06 for (bool)$c, result:" bool(false) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 3E-06 for (bool)$c, result:" bool(false) string(30) "time : 3E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 3E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(true) string(34) "time : 2E-06 for (bool)$c, result:" bool(true) string(30) "time : 3E-06 for !!$c, result:" bool(true) string(34) "time : 3E-06 for (bool)$c, result:" bool(true) string(30) "time : 2E-06 for !!$c, result:" bool(false) string(34) "time : 2E-06 for (bool)$c, result:" bool(false)

preferences:
234.74 ms | 403 KiB | 325 Q