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/standard/tests/array/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/array/current_basic.phpt |
--TEST-- Test current() function : basic functionality --FILE-- <?php /* Prototype : mixed current(array $array_arg) * Description: Return the element currently pointed to by the internal array pointer * Source code: ext/standard/array.c */ /* * Test basic functionality of current() */ echo "*** Testing current() : basic functionality ***\n"; $array = array ('zero', 'one', 'two', 'three' => 3); var_dump(current($array)); next($array); var_dump(current($array)); end($array); var_dump(current($array)); next($array); var_dump(current($array)); ?> ===DONE=== --EXPECTF-- *** Testing current() : basic functionality *** string(4) "zero" string(3) "one" int(3) bool(false) ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare