/PHP-5.3/ext/zlib/tests/ |
H A D | gzfile_variation3.phpt | 2 Test function gzfile() by substituting agument 1 with emptyUnsetUndefNull values. 28 var_dump(gzfile( $var , $use_include_path ) ); 33 Warning: gzfile(): Filename cannot be empty in %s on line %d 36 Warning: gzfile(): Filename cannot be empty in %s on line %d 39 Warning: gzfile(): Filename cannot be empty in %s on line %d 42 Warning: gzfile(): Filename cannot be empty in %s on line %d 45 Warning: gzfile(): Filename cannot be empty in %s on line %d 48 Warning: gzfile(): Filename cannot be empty in %s on line %d
|
H A D | 004.phpt | 2 gzfile() with various invalid params 8 var_dump(gzfile()); 9 var_dump(gzfile("nonexistent_file_gzfile",1)); 10 var_dump(gzfile(1,1,1)); 12 var_dump(gzfile(dirname(__FILE__)."/004.txt.gz")); 13 var_dump(gzfile(dirname(__FILE__)."/004.txt.gz", 1)); 16 var_dump(gzfile(dirname(__FILE__)."/004.txt.gz", -1)); 21 Warning: gzfile() expects at least 1 parameter, 0 given in %s on line %d 24 Warning: gzfile(nonexistent_file_gzfile): failed to open stream: No such file or directory in %s on… 27 Warning: gzfile() expects at most 2 parameters, 3 given in %s on line %d
|
H A D | gzfile_variation4.phpt | 2 Test function gzfile() by substituting agument 1 with float values. 24 var_dump(gzfile( $var , $use_include_path ) ); 29 Warning: gzfile(10.5): failed to open stream: No such file or directory in %s on line %d 32 Warning: gzfile(-10.5): failed to open stream: No such file or directory in %s on line %d 35 Warning: gzfile(123456789000): failed to open stream: No such file or directory in %s on line %d 38 Warning: gzfile(-123456789000): failed to open stream: No such file or directory in %s on line %d 41 Warning: gzfile(0.5): failed to open stream: No such file or directory in %s on line %d
|
H A D | gzfile_error.phpt | 2 Test function gzfile() by calling it more than or less than its expected arguments 15 var_dump(gzfile( $filename, $use_include_path, $extra_arg ) ); 17 var_dump(gzfile( ) ); 24 Warning: gzfile() expects at most 2 parameters, 3 given in %s on line %d 27 Warning: gzfile() expects at least 1 parameter, 0 given in %s on line %d
|
H A D | gzfile_variation2.phpt | 2 Test function gzfile() by substituting agument 1 with boolean values. 23 var_dump(gzfile( $var , $use_include_path ) ); 29 Warning: gzfile() expects parameter 2 to be long, array given in %s on line %d 32 Warning: gzfile() expects parameter 2 to be long, array given in %s on line %d 35 Warning: gzfile() expects parameter 2 to be long, array given in %s on line %d 38 Warning: gzfile() expects parameter 2 to be long, array given in %s on line %d
|
H A D | gzfile_variation5.phpt | 2 Test function gzfile() by substituting agument 1 with int values. 23 var_dump(gzfile( $var , $use_include_path ) ); 28 Warning: gzfile(0): failed to open stream: No such file or directory in %s on line %d 31 Warning: gzfile(1): failed to open stream: No such file or directory in %s on line %d 34 Warning: gzfile(12345): failed to open stream: No such file or directory in %s on line %d 37 Warning: gzfile(-2345): failed to open stream: No such file or directory in %s on line %d
|
H A D | gzfile_variation1.phpt | 2 Test function gzfile() by substituting agument 1 with array values. 26 var_dump(gzfile( $var , $use_include_path ) ); 32 Warning: gzfile() expects parameter 1 to be string, array given in %s on line %d 35 Warning: gzfile() expects parameter 1 to be string, array given in %s on line %d 38 Warning: gzfile() expects parameter 1 to be string, array given in %s on line %d 41 Warning: gzfile() expects parameter 1 to be string, array given in %s on line %d
|
H A D | gzfile_variation14.phpt | 2 Test function gzfile() by substituting agument 2 with string values. 27 var_dump(gzfile( $filename, $var ) ); 33 Warning: gzfile() expects parameter 2 to be long, string given in %s on line %d 36 Warning: gzfile() expects parameter 2 to be long, string given in %s on line %d 39 Warning: gzfile() expects parameter 2 to be long, string given in %s on line %d 42 Warning: gzfile() expects parameter 2 to be long, string given in %s on line %d
|
H A D | gzfile_variation8.phpt | 2 Test function gzfile() by substituting agument 2 with array values. 26 var_dump(gzfile( $filename, $var ) ); 32 Warning: gzfile() expects parameter 2 to be long, array given in %s on line %d 35 Warning: gzfile() expects parameter 2 to be long, array given in %s on line %d 38 Warning: gzfile() expects parameter 2 to be long, array given in %s on line %d 41 Warning: gzfile() expects parameter 2 to be long, array given in %s on line %d
|
H A D | gzfile_variation7.phpt | 2 Test function gzfile() by substituting agument 1 with string values. 27 var_dump(gzfile( $var , $use_include_path ) ); 33 Warning: gzfile(string): failed to open stream: No such file or directory in %s on line %d 36 Warning: gzfile(string): failed to open stream: No such file or directory in %s on line %d 39 Warning: gzfile(sTrInG): failed to open stream: No such file or directory in %s on line %d 42 Warning: gzfile(hello world): failed to open stream: No such file or directory in %s on line %d
|
H A D | gzfile_variation13.phpt | 2 Test function gzfile() by substituting agument 2 with object values. 42 var_dump(gzfile( $filename, $var ) ); 47 Error: 2 - gzfile() expects parameter 2 to be long, object given, %s(%d) 49 Error: 2 - gzfile() expects parameter 2 to be long, object given, %s(%d)
|
H A D | gzfile_variation6.phpt | 2 Test function gzfile() by substituting agument 1 with object values. 42 var_dump(gzfile( $var , $use_include_path ) ); 46 Error: 2 - gzfile(Class A object): failed to open stream: No such file or directory, %s(%d) 48 Error: 2 - gzfile() expects parameter 1 to be string, object given, %s(%d)
|
H A D | gzfile_variation15.phpt | 2 Test gzfile() function : variation: use include path (relative directories in path) 37 var_dump(gzfile($filename, true)); 46 var_dump(gzfile($filename, true)); 55 var_dump(gzfile($filename, true)); 62 var_dump(gzfile($filename, true)); 71 var_dump(gzfile($filename, true));
|
H A D | gzfile_variation10.phpt | 2 Test function gzfile() by substituting agument 2 with emptyUnsetUndefNull values. 28 var_dump(gzfile( $filename, $var ) ); 74 Warning: gzfile() expects parameter 2 to be long, string given in %s on line %d 77 Warning: gzfile() expects parameter 2 to be long, string given in %s on line %d
|
H A D | gzfile_basic.phpt | 2 Test function gzfile() reading a gzip relative file 22 var_dump(gzfile( $filename ) );
|
H A D | gzfile_basic2.phpt | 2 Test function gzfile() reading a plain relative file 22 var_dump(gzfile( $filename ) );
|
H A D | gzfile_variation12.phpt | 2 Test function gzfile() by substituting agument 2 with int values. 23 var_dump(gzfile( $filename, $var ) );
|
H A D | gzfile_variation9.phpt | 2 Test function gzfile() by substituting agument 2 with boolean values. 22 var_dump(gzfile( $filename, $var ) );
|
H A D | gzfile_variation11.phpt | 2 Test function gzfile() by substituting agument 2 with float values. 24 var_dump(gzfile( $filename, $var ) );
|
H A D | gzfilegzreadfile.phpt | 2 gzfile(), gzreadfile() 39 $lines = gzfile($filename);
|
/PHP-5.3/ext/zlib/ |
H A D | zlib.c | 99 static PHP_FUNCTION(gzfile); 209 PHP_FE(gzfile, arginfo_gzfile) 391 static PHP_FUNCTION(gzfile) in PHP_FUNCTION() argument
|