Home
last modified time | relevance | path

Searched refs:readgzfile (Results 1 – 20 of 20) sorted by relevance

/PHP-5.3/ext/zlib/tests/
H A Dreadgzfile_variation3.phpt2 Test function readgzfile() by substituting agument 1 with emptyUnsetUndefNull values.
28 var_dump(readgzfile( $var , $use_include_path ) );
33 Warning: readgzfile(): Filename cannot be empty in %s on line %d
36 Warning: readgzfile(): Filename cannot be empty in %s on line %d
39 Warning: readgzfile(): Filename cannot be empty in %s on line %d
42 Warning: readgzfile(): Filename cannot be empty in %s on line %d
45 Warning: readgzfile(): Filename cannot be empty in %s on line %d
48 Warning: readgzfile(): Filename cannot be empty in %s on line %d
H A Dreadgzfile_error.phpt2 Test function readgzfile() by calling it more than or less than its expected arguments
15 var_dump(readgzfile( $filename, $use_include_path, $extra_arg ) );
17 var_dump(readgzfile( ) );
24 Warning: readgzfile() expects at most 2 parameters, 3 given in %s on line %d
27 Warning: readgzfile() expects at least 1 parameter, 0 given in %s on line %d
H A Dreadgzfile_variation2.phpt2 Test function readgzfile() by substituting agument 1 with boolean values.
23 var_dump(readgzfile( $var , $use_include_path ) );
29 Warning: readgzfile() expects parameter 2 to be long, array given in %s on line %d
32 Warning: readgzfile() expects parameter 2 to be long, array given in %s on line %d
35 Warning: readgzfile() expects parameter 2 to be long, array given in %s on line %d
38 Warning: readgzfile() expects parameter 2 to be long, array given in %s on line %d
H A Dreadgzfile_variation8.phpt2 Test function readgzfile() by substituting agument 2 with array values.
26 var_dump(readgzfile( $filename, $var ) );
32 Warning: readgzfile() expects parameter 2 to be long, array given in %s on line %d
35 Warning: readgzfile() expects parameter 2 to be long, array given in %s on line %d
38 Warning: readgzfile() expects parameter 2 to be long, array given in %s on line %d
41 Warning: readgzfile() expects parameter 2 to be long, array given in %s on line %d
H A Dreadgzfile_variation1.phpt2 Test function readgzfile() by substituting agument 1 with array values.
26 var_dump(readgzfile( $var , $use_include_path ) );
32 Warning: readgzfile() expects parameter 1 to be string, array given in %s on line %d
35 Warning: readgzfile() expects parameter 1 to be string, array given in %s on line %d
38 Warning: readgzfile() expects parameter 1 to be string, array given in %s on line %d
41 Warning: readgzfile() expects parameter 1 to be string, array given in %s on line %d
H A Dreadgzfile_variation14.phpt2 Test function readgzfile() by substituting agument 2 with string values.
27 var_dump(readgzfile( $filename, $var ) );
33 Warning: readgzfile() expects parameter 2 to be long, string given in %s on line %d
36 Warning: readgzfile() expects parameter 2 to be long, string given in %s on line %d
39 Warning: readgzfile() expects parameter 2 to be long, string given in %s on line %d
42 Warning: readgzfile() expects parameter 2 to be long, string given in %s on line %d
H A Dreadgzfile_variation13.phpt2 Test function readgzfile() by substituting agument 2 with object values.
42 var_dump(readgzfile( $filename, $var ) );
47 Error: 2 - readgzfile() expects parameter 2 to be long, object given, %s(%d)
49 Error: 2 - readgzfile() expects parameter 2 to be long, object given, %s(%d)
H A Dreadgzfile_variation15.phpt2 Test readgzfile() function : variation: use include path (relative directories in path)
38 readgzfile($filename, true);
48 readgzfile($filename, true);
58 readgzfile($filename, true);
66 readgzfile($filename, true);
76 readgzfile($filename, true);
H A Dreadgzfile_variation6.phpt2 Test function readgzfile() by substituting agument 1 with object values.
42 var_dump(readgzfile( $var , $use_include_path ) );
47 Error: 2 - readgzfile() expects parameter 1 to be string, object given, %s(%d)
H A Dreadgzfile_variation5.phpt2 Test function readgzfile() by substituting agument 1 with int values.
23 var_dump(readgzfile( $var , $use_include_path ) );
H A Dreadgzfile_variation4.phpt2 Test function readgzfile() by substituting agument 1 with float values.
24 var_dump(readgzfile( $var , $use_include_path ) );
H A Dreadgzfile_variation7.phpt2 Test function readgzfile() by substituting agument 1 with string values.
27 var_dump(readgzfile( $var , $use_include_path ) );
H A Dreadgzfile_variation10.phpt2 Test function readgzfile() by substituting agument 2 with emptyUnsetUndefNull values.
28 var_dump(readgzfile( $filename, $var ) );
48 Warning: readgzfile() expects parameter 2 to be long, string given in %s on line %d
51 Warning: readgzfile() expects parameter 2 to be long, string given in %s on line %d
H A Dreadgzfile_basic.phpt2 Test function readgzfile() reading a gzip relative file
23 var_dump(readgzfile( $filename ) );
H A Dreadgzfile_basic2.phpt2 Test function readgzfile() reading a plain relative file
23 var_dump(readgzfile( $filename ) );
H A Dreadgzfile_variation12.phpt2 Test function readgzfile() by substituting agument 2 with int values.
23 var_dump(readgzfile( $filename, $var ) );
H A Dreadgzfile_variation9.phpt2 Test function readgzfile() by substituting agument 2 with boolean values.
22 var_dump(readgzfile( $filename, $var ) );
H A Dreadgzfile_variation11.phpt2 Test function readgzfile() by substituting agument 2 with float values.
24 var_dump(readgzfile( $filename, $var ) );
H A Dgzfilegzreadfile.phpt35 readgzfile($filename);
/PHP-5.3/ext/zlib/
H A Dzlib.c98 static PHP_FUNCTION(readgzfile);
195 PHP_FE(readgzfile, arginfo_readgzfile)
464 static PHP_FUNCTION(readgzfile) in PHP_FUNCTION() argument

Completed in 27 milliseconds