Home
last modified time | relevance | path

Searched refs:use_include_path (Results 1 – 25 of 114) sorted by path

12345

/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c99 zend_bool use_include_path = 0; in PHAR_FUNC() local
116 …T, ZEND_NUM_ARGS() TSRMLS_CC, "p|br!ll", &filename, &filename_len, &use_include_path, &zcontext, &… in PHAR_FUNC()
120 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
151 if (use_include_path) { in PHAR_FUNC()
235 zend_bool use_include_path = 0; in PHAR_FUNC() local
247 …IET, ZEND_NUM_ARGS() TSRMLS_CC, "p|br!", &filename, &filename_len, &use_include_path, &zcontext) =… in PHAR_FUNC()
250 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
275 if (use_include_path) { in PHAR_FUNC()
330 zend_bool use_include_path = 0; in PHAR_FUNC() local
346 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
[all …]
/PHP-5.5/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-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
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/
H A Dbasic_functions.c1066 ZEND_ARG_INFO(0, use_include_path)
1101 ZEND_ARG_INFO(0, use_include_path)
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 …]
/PHP-5.5/ext/standard/tests/file/
H A D007_basic.phpt7 [, bool $use_include_path [, resource $context]] );
H A D007_error.phpt9 [, bool $use_include_path [, resource $context]] );
H A D007_variation1.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation10.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation11-win32.phpt13 [, bool $use_include_path [, resource $context]] );
H A D007_variation11.phpt13 [, bool $use_include_path [, resource $context]] );
H A D007_variation12-win32.phpt13 [, bool $use_include_path [, resource $context]] );
H A D007_variation12.phpt13 [, bool $use_include_path [, resource $context]] );
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_variation14.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation15.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation16.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation17.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation18.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation19.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation2.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation20.phpt8 [, bool $use_include_path [, resource $context]] );
H A D007_variation21.phpt8 [, bool $use_include_path [, resource $context]] );

Completed in 68 milliseconds

12345