Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/zlib/tests/
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 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_basic.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
23 $use_include_path = false;
26 $h = gzopen($filename, $mode, $use_include_path);
H A Dgzopen_basic2.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
H A Dgzopen_error.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
24 $use_include_path = 10;
26 var_dump( gzopen($filename, $mode, $use_include_path, $extra_arg) );
H A Dgzopen_variation1.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
30 $use_include_path = false;
114 var_dump( gzopen($value, $mode, $use_include_path) );
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 Dgzopen_variation3.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
110 // 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 Dgzfile_error.phpt12 $use_include_path = false;
15 var_dump(gzfile( $filename, $use_include_path, $extra_arg ) );
H A Dgzfile_variation1.phpt11 $use_include_path = false;
26 var_dump(gzfile( $var , $use_include_path ) );
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 ) );
/PHP-5.5/ext/zlib/
H A Dzlib.c553 long use_include_path = 0; in PHP_FUNCTION() local
556 …_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|l", &filename, &filename_len, &use_include_path)) { in PHP_FUNCTION()
560 if (use_include_path) { in PHP_FUNCTION()
594 long use_include_path = 0; in PHP_FUNCTION() local
600 if (use_include_path) { in PHP_FUNCTION()
622 long use_include_path = 0; in PHP_FUNCTION() local
624 …meters(ZEND_NUM_ARGS() TSRMLS_CC, "p|l", &filename, &filename_len, &use_include_path) == FAILURE) { in PHP_FUNCTION()
628 if (use_include_path) { in PHP_FUNCTION()
755 ZEND_ARG_INFO(0, use_include_path)
761 ZEND_ARG_INFO(0, use_include_path)
[all …]

Completed in 26 milliseconds

12345