Пример #1
0
 static function expr_strict_not_equal($a, $b)
 {
     return jsrt::strict_equal($a, $b)->value ? jsrt::$false : jsrt::$true;
 }