Home
last modified time | relevance | path

Searched refs:use_include_path (Results 26 – 50 of 118) sorted by relevance

12345

/PHP-7.2/ext/zlib/tests/
H A Dgzopen_variation8.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_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_basic2.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int 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_variation5.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])
/PHP-7.2/ext/standard/tests/file/
H A Dreadfile_variation1.phpt5 /* Prototype: int readfile ( string $filename [, bool $use_include_path [, resource $context]] );
H A Dreadfile_variation6.phpt7 /* Prototype : int readfile(string filename [, bool use_include_path[, resource context]])
H A Dreadfile_variation7.phpt7 /* Prototype : int readfile(string filename [, bool use_include_path[, resource context]])
H A Dfile_get_contents_basic.phpt8 /* Prototype: string file_get_contents( string $filename[, bool $use_include_path[,
H A Dfile_get_contents_variation1.phpt7 /* Prototype : string file_get_contents(string filename [, bool use_include_path [, resource conte…
H A Dfile_get_contents_variation2.phpt7 /* Prototype : string file_get_contents(string filename [, bool use_include_path [, resource conte…
H A Dfopen_variation13.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation6.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfile_variation.phpt26 echo "*** Testing with variation in use_include_path argument ***\n";
130 *** Testing with variation in use_include_path argument ***
H A Dfopen_variation12.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfile_get_contents_file_put_contents_basic.phpt6 /* Prototype: string file_get_contents( string $filename[, bool $use_include_path[,
H A Dreadfile_variation4.phpt7 /* Prototype : int readfile(string filename [, bool use_include_path[, resource context]])
26 $use_include_path = false;
119 $h = readfile($filename, $use_include_path, $value);
H A Dfopen_variation7.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation9.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation16.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation17.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
/PHP-7.2/ext/standard/
H A Dfile.c380 zend_bool use_include_path = 0; in PHP_FUNCTION() local
395 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
399 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
525 zend_bool use_include_path = 0; in PHP_FUNCTION() local
537 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
551 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
728 zend_bool use_include_path; in PHP_FUNCTION() local
874 zend_bool use_include_path = 0; in PHP_NAMED_FUNCTION() local
883 Z_PARAM_BOOL(use_include_path) in PHP_NAMED_FUNCTION()
1384 zend_bool use_include_path = 0; in PHP_FUNCTION() local
[all …]
/PHP-7.2/ext/spl/
H A Dspl.php960 * @param use_include_path whether to search include paths (don't use)
970 function openFile($mode = 'r', $use_include_path = false, $context = NULL) {/**/} argument

Completed in 44 milliseconds

12345