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/Zend/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/instanceof_001.phpt |
--TEST-- Testing instanceof operator with several operators --FILE-- <?php $a = new stdClass; var_dump($a instanceof stdClass); var_dump(new stdCLass instanceof stdClass); $b = create_function('', 'return new stdClass;'); var_dump($b() instanceof stdClass); $c = array(new stdClass); var_dump($c[0] instanceof stdClass); var_dump(@$inexistent instanceof stdClass); var_dump("$a" instanceof stdClass); ?> --EXPECTF-- bool(true) bool(true) bool(true) bool(true) bool(false) Catchable fatal error: Object of class stdClass could not be converted to string in %s on line %d
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare