Home
last modified time | relevance | path

Searched refs:use_include_path (Results 51 – 75 of 118) sorted by relevance

12345

/PHP-7.2/ext/standard/tests/file/
H A Dreadfile_variation3.phpt5 /* Prototype: int readfile ( string $filename [, bool $use_include_path [, resource $context]] );
H A D007_variation1.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation17.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation9.phpt8 [, bool $use_include_path [, resource $context]] );
H A Dreadfile_variation2.phpt11 /* Prototype: int readfile ( string $filename [, bool $use_include_path [, resource $context]] );
H A Dfile_get_contents_error.phpt7 /* Prototype: string file_get_contents( string $filename{, bool $use_include_path[,
H A D007_variation10.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation18.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation2.phpt8 [, bool $use_include_path [, resource $context]] );
H A Dreadfile_error.phpt5 /* Prototype: int readfile ( string $filename [, bool $use_include_path [, resource $context]] );
H A Dreadfile_variation10.phpt12 /* Prototype : int readfile(string filename [, bool use_include_path[, resource context]])
H A Dreadfile_variation9.phpt7 /* Prototype : int readfile(string filename [, bool use_include_path[, resource context]])
H A D007_variation14.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation21.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation22.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation5.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation6.phpt8 [, bool $use_include_path [, resource $context]] );
H A Dfile_get_contents_variation7.phpt7 /* Prototype : string file_get_contents(string filename [, bool use_include_path [, resource conte…
H A D007_variation13-win32.phpt13 [, bool $use_include_path [, resource $context]] );
H A D007_variation13.phpt13 [, bool $use_include_path [, resource $context]] );
H A D007_variation15.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation23.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation7.phpt8 [, bool $use_include_path [, resource $context]] );
/PHP-7.2/ext/spl/internal/
H A Dsplfileobject.inc37 * @param $use_include_path Whether to search in include paths
42 function __construct($file_name, $open_mode = 'r', $use_include_path = false, $context = NULL)
44 $this->fp = fopen($file_name, $open_mode, $use_include_path, $context);
/PHP-7.2/ext/zlib/tests/
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

Completed in 20 milliseconds

12345