/PHP-5.3/ext/zlib/tests/ |
H A D | readgzfile_variation3.phpt | 2 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 D | readgzfile_error.phpt | 2 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 D | readgzfile_variation2.phpt | 2 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 D | readgzfile_variation8.phpt | 2 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 D | readgzfile_variation1.phpt | 2 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 D | readgzfile_variation14.phpt | 2 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 D | readgzfile_variation13.phpt | 2 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 D | readgzfile_variation15.phpt | 2 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 D | readgzfile_variation6.phpt | 2 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 D | readgzfile_variation5.phpt | 2 Test function readgzfile() by substituting agument 1 with int values. 23 var_dump(readgzfile( $var , $use_include_path ) );
|
H A D | readgzfile_variation4.phpt | 2 Test function readgzfile() by substituting agument 1 with float values. 24 var_dump(readgzfile( $var , $use_include_path ) );
|
H A D | readgzfile_variation7.phpt | 2 Test function readgzfile() by substituting agument 1 with string values. 27 var_dump(readgzfile( $var , $use_include_path ) );
|
H A D | readgzfile_variation10.phpt | 2 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 D | readgzfile_basic.phpt | 2 Test function readgzfile() reading a gzip relative file 23 var_dump(readgzfile( $filename ) );
|
H A D | readgzfile_basic2.phpt | 2 Test function readgzfile() reading a plain relative file 23 var_dump(readgzfile( $filename ) );
|
H A D | readgzfile_variation12.phpt | 2 Test function readgzfile() by substituting agument 2 with int values. 23 var_dump(readgzfile( $filename, $var ) );
|
H A D | readgzfile_variation9.phpt | 2 Test function readgzfile() by substituting agument 2 with boolean values. 22 var_dump(readgzfile( $filename, $var ) );
|
H A D | readgzfile_variation11.phpt | 2 Test function readgzfile() by substituting agument 2 with float values. 24 var_dump(readgzfile( $filename, $var ) );
|
H A D | gzfilegzreadfile.phpt | 35 readgzfile($filename);
|
/PHP-5.3/ext/zlib/ |
H A D | zlib.c | 98 static PHP_FUNCTION(readgzfile); 195 PHP_FE(readgzfile, arginfo_readgzfile) 464 static PHP_FUNCTION(readgzfile) in PHP_FUNCTION() argument
|