Home
last modified time | relevance | path

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

12345

/PHP-7.2/ext/spl/
H A Dspl_directory.c284 static int spl_filesystem_file_open(spl_filesystem_object *intern, int use_include_path, int silent… in spl_filesystem_file_open() argument
299 …tream_open_wrapper_ex(intern->file_name, intern->u.file.open_mode, (use_include_path ? USE_PATH : … in spl_filesystem_file_open()
480 zend_bool use_include_path = 0; in spl_filesystem_object_create_type() local
551 &use_include_path, &intern->u.file.zcontext) == FAILURE) { in spl_filesystem_object_create_type()
560 if (spl_filesystem_file_open(intern, use_include_path, 0) == FAILURE) { in spl_filesystem_object_create_type()
1918 ZEND_ARG_INFO(0, use_include_path)
2282 zend_bool use_include_path = 0; in SPL_METHOD() local
2294 &use_include_path, &intern->u.file.zcontext) == FAILURE) { in SPL_METHOD()
2307 if (spl_filesystem_file_open(intern, use_include_path, 0) == SUCCESS) { in SPL_METHOD()
3018 ZEND_ARG_INFO(0, use_include_path)
/PHP-7.2/ext/standard/tests/file/
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 Dfile_get_contents_variation6.phpt7 /* Prototype : string file_get_contents(string filename [, bool use_include_path [, resource conte…
H A Dfile_get_contents_variation5_32bit.phpt9 /* Prototype : string file_get_contents(string filename [, bool use_include_path [, resource conte…
H A Dfile_get_contents_variation5_64bit.phpt9 /* Prototype : string file_get_contents(string filename [, bool use_include_path [, resource conte…
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 Dfile_get_contents_variation4.phpt7 /* Prototype : string file_get_contents(string filename [, bool use_include_path [, resource conte…
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.2/ext/zlib/tests/
H A Dgzopen_variation4.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
/PHP-7.2/ext/standard/
H A Dbasic_functions.c1034 ZEND_ARG_INFO(0, use_include_path)
1069 ZEND_ARG_INFO(0, use_include_path)

Completed in 43 milliseconds

12345