Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/spl/
H A Dspl_directory.c274 static int spl_filesystem_file_open(spl_filesystem_object *intern, int use_include_path, int silent… in spl_filesystem_file_open() argument
289 …tream_open_wrapper_ex(intern->file_name, intern->u.file.open_mode, (use_include_path ? USE_PATH : … in spl_filesystem_file_open()
470 zend_bool use_include_path = 0; in spl_filesystem_object_create_type() local
539 &use_include_path, &intern->u.file.zcontext) == FAILURE) { in spl_filesystem_object_create_type()
548 if (spl_filesystem_file_open(intern, use_include_path, 0 TSRMLS_CC) == FAILURE) { in spl_filesystem_object_create_type()
1933 ZEND_ARG_INFO(0, use_include_path)
2286 zend_bool use_include_path = 0; in SPL_METHOD() local
2300 &use_include_path, &intern->u.file.zcontext) == FAILURE) { in SPL_METHOD()
2312 if (spl_filesystem_file_open(intern, use_include_path, 0 TSRMLS_CC) == SUCCESS) { in SPL_METHOD()
2940 ZEND_ARG_INFO(0, use_include_path)
/PHP-5.5/ext/standard/tests/file/
H A Dfile_get_contents_variation6.phpt7 /* 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_variation5.phpt7 /* Prototype : string file_get_contents(string filename [, bool use_include_path [, resource conte…
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-5.5/ext/zlib/tests/
H A Dgzopen_variation4.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
/PHP-5.5/ext/standard/
H A Dbasic_functions.c1066 ZEND_ARG_INFO(0, use_include_path)
1101 ZEND_ARG_INFO(0, use_include_path)

Completed in 48 milliseconds

12345