Home
last modified time | relevance | path

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

12345

/PHP-5.5/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-5.5/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_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 Dfile_get_contents_basic.phpt8 /* Prototype: string file_get_contents( string $filename[, bool $use_include_path[,
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";
131 *** 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-5.5/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
/PHP-5.5/ext/standard/
H A Dfile.c376 zend_bool use_include_path = 0; in PHP_FUNCTION() local
388 …meters(ZEND_NUM_ARGS() TSRMLS_CC, "p|b", &filename, &filename_len, &use_include_path) == FAILURE) { in PHP_FUNCTION()
393 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
520 zend_bool use_include_path = 0; in PHP_FUNCTION() local
541 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
725 zend_bool use_include_path; in PHP_FUNCTION() local
741 use_include_path = flags & PHP_FILE_USE_INCLUDE_PATH; in PHP_FUNCTION()
747 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
866 zend_bool use_include_path = 0; in PHP_NAMED_FUNCTION() local
877 …stream = php_stream_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_NAMED_FUNCTION()
[all …]

Completed in 113 milliseconds

12345