Home
last modified time | relevance | path

Searched refs:use_include_path (Results 76 – 95 of 95) sorted by relevance

1234

/PHP-7.4/ext/standard/tests/file/
H A D007_variation12.phpt13 [, bool $use_include_path [, resource $context]] );
H A D007_variation19.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation20.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation3.phpt8 [, bool $use_include_path [, resource $context]] );
H A Dfopen_variation5.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation8.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfile_get_contents_file_put_contents_variation1.phpt5 /* Prototype: string file_get_contents( string $filename[, bool $use_include_path[,
H A Dfopen_variation10-win32.phpt17 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation11-win32.phpt16 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation14.phpt12 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation15.phpt12 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A D007_error.phpt9 [, bool $use_include_path [, resource $context]] );
H A Dfopen_variation14-win32.phpt12 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation15-win32.phpt12 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A D007_basic.phpt7 [, bool $use_include_path [, resource $context]] );
H A Dreadfile_basic-win32.phpt11 /* Prototype: int readfile ( string $filename [, bool $use_include_path [, resource $context]] );
H A Dreadfile_basic.phpt11 /* Prototype: int readfile ( string $filename [, bool $use_include_path [, resource $context]] );
/PHP-7.4/ext/spl/
H A Dspl_directory.c285 static int spl_filesystem_file_open(spl_filesystem_object *intern, int use_include_path, int silent… in spl_filesystem_file_open() argument
300 …tream_open_wrapper_ex(intern->file_name, intern->u.file.open_mode, (use_include_path ? USE_PATH : … in spl_filesystem_file_open()
481 zend_bool use_include_path = 0; in spl_filesystem_object_create_type() local
552 &use_include_path, &intern->u.file.zcontext) == FAILURE) { in spl_filesystem_object_create_type()
561 if (spl_filesystem_file_open(intern, use_include_path, 0) == FAILURE) { in spl_filesystem_object_create_type()
1895 ZEND_ARG_INFO(0, use_include_path)
2264 zend_bool use_include_path = 0; in SPL_METHOD() local
2276 &use_include_path, &intern->u.file.zcontext) == FAILURE) { in SPL_METHOD()
2289 if (spl_filesystem_file_open(intern, use_include_path, 0) == SUCCESS) { in SPL_METHOD()
3031 ZEND_ARG_INFO(0, use_include_path)
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_variation4.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
/PHP-7.4/ext/standard/
H A Dbasic_functions.c1032 ZEND_ARG_INFO(0, use_include_path)
1067 ZEND_ARG_INFO(0, use_include_path)

Completed in 47 milliseconds

1234