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/assert/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/assert/bug70528.phpt |
--TEST-- Bug #70528 (assert() with instanceof adds apostrophes around class name) --INI-- zend.assertions=1 assert.exception=0 assert.warning=1 --FILE-- <?php namespace Foo; class Bar {} $bar = "Bar"; assert(new \stdClass instanceof $bar); assert(new \stdClass instanceof Bar); assert(new \stdClass instanceof \Foo\Bar); ?> --EXPECTF-- Warning: assert(): assert(new \stdClass() instanceof $bar) failed in %sbug70528.php on line %d Warning: assert(): assert(new \stdClass() instanceof Bar) failed in %sbug70528.php on line %d Warning: assert(): assert(new \stdClass() instanceof \Foo\Bar) failed in %sbug70528.php on line %d
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare