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/expect_008.phpt |
--TEST-- test disabled expectations have no ill side effects --INI-- zend.assertions=0 assert.exception=1 --FILE-- <?php class One { public function __construct() { assert($this || 0); } } class Two extends One {} class OdEar extends AssertionError {} function blah(){ return 1; } $variable = 1; assert(true, "constant message"); assert(($variable && $variable) || php_sapi_name(), new OdEar("constant message")); assert(false); assert(blah(), blah()); new Two(); new Two(); new Two(); assert (blah() || blah() || blah(), blah() || blah() || blah() || blah()); var_dump(true); ?> --EXPECT-- bool(true)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare