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/spl/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter1.phpt |
--TEST-- Check that SplObjectStorage::unserialize returns NULL when non-string param is passed --CREDITS-- PHPNW Testfest 2009 - Simon Westcott (swestcott@gmail.com) --FILE-- <?php $data_provider = array( array(), new stdClass(), ); foreach($data_provider as $input) { $s = new SplObjectStorage(); var_dump($s->unserialize($input)); } ?> --EXPECTF-- Warning: SplObjectStorage::unserialize() expects parameter 1 to be %binary_string_optional%, array given in %s on line %d NULL Warning: SplObjectStorage::unserialize() expects parameter 1 to be %binary_string_optional%, object given in %s on line %d NULL
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare