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/strings/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/strings/explode_variation7.phpt |
--TEST-- Test explode() function : usage variations - when $string length is greater than EXPLODE_ALLOC_STEP (64) and the $limit is negative --CREDITS-- edgarsandi - <edgar.r.sandi@gmail.com> --FILE-- <?php /* Prototype : array explode ( string $delimiter , string $string [, int $limit ] ) * Description: Split a string by string. * Source code: ext/standard/string.c */ var_dump(count(explode('|', implode(range(1,65),'|'), -1))); ?> --EXPECT-- int(64)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare