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/arrayObject_uasort_error1.phpt |
--TEST-- Test ArrayObject::uasort() function : wrong arg count --FILE-- <?php /* Prototype : int ArrayObject::uasort(callback cmp_function) * Description: proto int ArrayIterator::uasort(callback cmp_function) Sort the entries by values user defined function. * Source code: ext/spl/spl_array.c * Alias to functions: */ $ao = new ArrayObject(); try { $ao->uasort(); } catch (BadMethodCallException $e) { echo $e->getMessage() . "\n"; } try { $ao->uasort(1,2); } catch (BadMethodCallException $e) { echo $e->getMessage() . "\n"; } ?> ===DONE=== --EXPECTF-- Function expects exactly one argument Function expects exactly one argument ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare