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/bug70785.phpt |
--TEST-- Bug #70785 (Infinite loop due to exception during identical comparison) --FILE-- <?php set_error_handler(function($no, $msg) { throw new Exception($msg); }); try { if ($a === null) { // ZEND_VM_SMART_BRANCH undefined_function('Null'); } } catch (Exception $e) { } try { $c === 3; // ZEND_VM_NEXT_OPCODE undefined_function(); } catch (Exception $e) { } ?> okey --EXPECT-- okey
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare