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/zlib/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/zlib/tests/gzfile_variation8.phpt |
--TEST-- Test function gzfile() by substituting argument 2 with array values. --SKIPIF-- <?php if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build'); ?> --FILE-- <?php $filename = dirname(__FILE__)."/004.txt.gz"; $index_array = array(1, 2, 3); $assoc_array = array(1 => 'one', 2 => 'two'); $variation = array( 'empty array' => array(), 'int indexed array' => $index_array, 'associative array' => $assoc_array, 'nested arrays' => array('foo', $index_array, $assoc_array), ); foreach ( $variation as $var ) { var_dump(gzfile( $filename, $var ) ); } ?> ===DONE=== --EXPECTF-- Warning: gzfile() expects parameter 2 to be integer, array given in %s on line %d NULL Warning: gzfile() expects parameter 2 to be integer, array given in %s on line %d NULL Warning: gzfile() expects parameter 2 to be integer, array given in %s on line %d NULL Warning: gzfile() expects parameter 2 to be integer, array given in %s on line %d NULL ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare