Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c97 zend_bool use_include_path = 0; in PHAR_FUNC() local
113 …ARAMS_QUIET, ZEND_NUM_ARGS(), "p|br!ll", &filename, &filename_len, &use_include_path, &zcontext, &… in PHAR_FUNC()
117 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
149 if (use_include_path) { in PHAR_FUNC()
232 zend_bool use_include_path = 0; in PHAR_FUNC() local
244 …_PARAMS_QUIET, ZEND_NUM_ARGS(), "p|br!", &filename, &filename_len, &use_include_path, &zcontext) =… in PHAR_FUNC()
247 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
273 if (use_include_path) { in PHAR_FUNC()
332 zend_bool use_include_path = 0; in PHAR_FUNC() local
348 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
[all …]
/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/standard/
H A Dbasic_functions.c1032 ZEND_ARG_INFO(0, use_include_path)
1067 ZEND_ARG_INFO(0, use_include_path)
H A Dfile.c384 zend_bool use_include_path = 0; in PHP_FUNCTION() local
399 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
403 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
529 zend_bool use_include_path = 0; in PHP_FUNCTION() local
541 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
555 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
729 zend_bool use_include_path; in PHP_FUNCTION() local
871 zend_bool use_include_path = 0; in PHP_NAMED_FUNCTION() local
880 Z_PARAM_BOOL(use_include_path) in PHP_NAMED_FUNCTION()
1384 zend_bool use_include_path = 0; in PHP_FUNCTION() local
[all …]
/PHP-7.4/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-mb.phpt13 [, 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]] );
H A D007_variation22.phpt8 [, bool $use_include_path [, resource $context]] );

Completed in 46 milliseconds

1234