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/session/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/session/tests/session_start_variation4.phpt |
--TEST-- Test session_start() function : variation --SKIPIF-- <?php include('skipif.inc'); ?> --FILE-- <?php ob_start(); /* * Prototype : bool session_start(void) * Description : Initialize session data * Source code : ext/session/session.c */ echo "*** Testing session_start() : variation ***\n"; $_SESSION['blah'] = 'foo'; var_dump($_SESSION); session_start(); var_dump($_SESSION); session_destroy(); echo "Done"; ob_end_flush(); ?> --EXPECTF-- *** Testing session_start() : variation *** array(1) { ["blah"]=> string(3) "foo" } array(0) { } Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare