Home
last modified time | relevance | path

Searched refs:use_include_path (Results 1 – 25 of 114) sorted by last modified time

12345

/PHP-7.0/ext/zlib/
H A Dzlib.c570 zend_long use_include_path = 0; in PHP_FUNCTION() local
573 …SS != zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &filename, &filename_len, &use_include_path)) { in PHP_FUNCTION()
577 if (use_include_path) { in PHP_FUNCTION()
611 zend_long use_include_path = 0; in PHP_FUNCTION() local
617 if (use_include_path) { in PHP_FUNCTION()
639 zend_long use_include_path = 0; in PHP_FUNCTION() local
641 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &filename, &filename_len, &use_include_path) == … in PHP_FUNCTION()
645 if (use_include_path) { in PHP_FUNCTION()
1215 ZEND_ARG_INFO(0, use_include_path)
1221 ZEND_ARG_INFO(0, use_include_path)
[all …]
/PHP-7.0/ext/zlib/tests/
H A Dgzopen_variation2.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
30 $use_include_path = false;
114 var_dump( gzopen($filename, $value, $use_include_path) );
H A Dreadgzfile_variation4.phpt11 $use_include_path = false;
24 var_dump(readgzfile( $var , $use_include_path ) );
H A Dreadgzfile_variation5.phpt11 $use_include_path = false;
23 var_dump(readgzfile( $var , $use_include_path ) );
H A Dreadgzfile_variation6.phpt11 $use_include_path = false;
42 var_dump(readgzfile( $var , $use_include_path ) );
H A Dreadgzfile_variation7.phpt11 $use_include_path = false;
27 var_dump(readgzfile( $var , $use_include_path ) );
H A Dgzopen_variation3.phpt12 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
111 // loop through each element of the array for use_include_path
H A Dgzopen_variation4.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
H A Dgzopen_variation5.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
H A Dgzopen_variation6.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
H A Dgzopen_variation8.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
H A Dgzopen_variation9.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
H A Dreadgzfile_error.phpt12 $use_include_path = false;
15 var_dump(readgzfile( $filename, $use_include_path, $extra_arg ) );
H A Dreadgzfile_variation1.phpt11 $use_include_path = false;
26 var_dump(readgzfile( $var , $use_include_path ) );
H A Dreadgzfile_variation2.phpt11 $use_include_path =
23 var_dump(readgzfile( $var , $use_include_path ) );
H A Dreadgzfile_variation3.phpt11 $use_include_path = false;
28 var_dump(readgzfile( $var , $use_include_path ) );
H A Dgzfile_error.phpt12 $use_include_path = false;
15 var_dump(gzfile( $filename, $use_include_path, $extra_arg ) );
H A Dgzfile_variation2.phpt11 $use_include_path =
23 var_dump(gzfile( $var , $use_include_path ) );
H A Dgzfile_variation3.phpt11 $use_include_path = false;
28 var_dump(gzfile( $var , $use_include_path ) );
H A Dgzfile_variation4.phpt11 $use_include_path = false;
24 var_dump(gzfile( $var , $use_include_path ) );
H A Dgzfile_variation5.phpt11 $use_include_path = false;
23 var_dump(gzfile( $var , $use_include_path ) );
H A Dgzfile_variation6.phpt11 $use_include_path = false;
42 var_dump(gzfile( $var , $use_include_path ) );
H A Dgzfile_variation7.phpt11 $use_include_path = false;
27 var_dump(gzfile( $var , $use_include_path ) );
H A Dgzopen_basic2.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
H A Dgzfile_variation1.phpt11 $use_include_path = false;
26 var_dump(gzfile( $var , $use_include_path ) );

Completed in 62 milliseconds

12345