--TEST-- Test function readgzfile() by substituting argument 2 with string values. --SKIPIF-- --FILE-- "string", 'string SQ' => 'string', 'mixed case string' => "sTrInG", 'heredoc' => $heredoc ); foreach ( $variation_array as $var ) { var_dump(readgzfile( $filename, $var ) ); } ?> ===DONE=== --EXPECTF-- Warning: readgzfile() expects parameter 2 to be long, string given in %s on line %d NULL Warning: readgzfile() expects parameter 2 to be long, string given in %s on line %d NULL Warning: readgzfile() expects parameter 2 to be long, string given in %s on line %d NULL Warning: readgzfile() expects parameter 2 to be long, string given in %s on line %d NULL ===DONE===