PHP has some unique properties?
Posted Dec 9, 2008 8:03 UTC (Tue) by
khim (subscriber, #9252)
In reply to:
PHP is a love child by pr1268
Parent article:
PHP 5.2.7 withdrawn
What other language have comparison operator which is not gives you at
least partial
order. Adds nice flavour to the language - sort() gets some properties
from random(), etc...
Homework: fill the blanks.
$a = ___;
$b = ___;
$c = ___;
if ($a < $b && $b < $c && $c < $a) {
echo("PHP is unpredictable language!\n");
}
(
Log in to post comments)