Home
last modified time | relevance | path

Searched refs:use_include_path (Results 1 – 18 of 18) sorted by relevance

/php-src/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_variation2.phpt2 Test file_get_contents() and file_put_contents() functions : usage variations - use_include_path
6 /* Testing variation using use_include_path argument */
10 echo "*** Testing with variation in use_include_path argument ***\n";
41 *** Testing with variation in use_include_path argument ***
H A Dfile_variation.phpt21 echo "*** Testing with variation in use_include_path argument ***\n";
125 *** Testing with variation in use_include_path argument ***
/php-src/ext/zlib/tests/
H A Dgzfile_variation5.phpt9 $use_include_path = false;
21 var_dump(gzfile( $var , $use_include_path ) );
H A Dreadgzfile_variation5.phpt9 $use_include_path = false;
21 var_dump(readgzfile( $var , $use_include_path ) );
H A Dgzfile_variation4.phpt9 $use_include_path = false;
22 var_dump(gzfile( $var , $use_include_path ) );
H A Dgzfile_variation7.phpt9 $use_include_path = false;
25 var_dump(gzfile( $var , $use_include_path ) );
H A Dreadgzfile_variation4.phpt9 $use_include_path = false;
22 var_dump(readgzfile( $var , $use_include_path ) );
H A Dreadgzfile_variation7.phpt9 $use_include_path = false;
25 var_dump(readgzfile( $var , $use_include_path ) );
H A Dgzopen_basic.phpt13 $use_include_path = false;
16 $h = gzopen($filename, $mode, $use_include_path);
/php-src/ext/zlib/
H A Dzlib.stub.php172 function gzfile(string $filename, int $use_include_path = 0): array|false {} argument
178 function gzopen(string $filename, string $mode, int $use_include_path = 0) {} argument
180 function readgzfile(string $filename, int $use_include_path = 0): int|false {} argument
H A Dzlib_arginfo.h14 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, use_include_path, IS_LONG, 0, "0")
20 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, use_include_path, IS_LONG, 0, "0")
25 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, use_include_path, IS_LONG, 0, "0")
H A Dzlib.c613 zend_long use_include_path = 0; in PHP_FUNCTION() local
616 …SS != zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &filename, &filename_len, &use_include_path)) { in PHP_FUNCTION()
620 if (use_include_path) { in PHP_FUNCTION()
653 zend_long use_include_path = 0; in PHP_FUNCTION() local
655 …ND_NUM_ARGS(), "ps|l", &filename, &filename_len, &mode, &mode_len, &use_include_path) == FAILURE) { in PHP_FUNCTION()
659 if (use_include_path) { in PHP_FUNCTION()
680 zend_long use_include_path = 0; in PHP_FUNCTION() local
682 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &filename, &filename_len, &use_include_path) == … in PHP_FUNCTION()
686 if (use_include_path) { in PHP_FUNCTION()
/php-src/ext/tidy/
H A Dtidy.c282 bool use_include_path = 0; in php_tidy_quick_repair() local
289 Z_PARAM_BOOL(use_include_path) in php_tidy_quick_repair()
292 if (!(data = php_tidy_file_to_mem(ZSTR_VAL(arg1), use_include_path))) { in php_tidy_quick_repair()
369 static zend_string *php_tidy_file_to_mem(char *filename, bool use_include_path) in php_tidy_file_to_mem() argument
1063 bool use_include_path = 0; in PHP_FUNCTION() local
1074 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
1077 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in PHP_FUNCTION()
1358 bool use_include_path = 0; in PHP_METHOD() local
1368 Z_PARAM_BOOL(use_include_path) in PHP_METHOD()
1398 bool use_include_path = 0; in PHP_METHOD() local
[all …]
/php-src/ext/phar/
H A Dfunc_interceptors.c163 bool use_include_path = 0; in PHAR_FUNC() local
190 …if (use_include_path || (!IS_ABSOLUTE_PATH(ZSTR_VAL(filename), ZSTR_LEN(filename)) && !strstr(ZSTR… in PHAR_FUNC()
191 zend_string *name = phar_get_name_for_relative_paths(filename, use_include_path); in PHAR_FUNC()
239 bool use_include_path = 0; in PHAR_FUNC() local
250 …s_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "P|br!", &filename, &use_include_path, &zcontext) =… in PHAR_FUNC()
253 …if (use_include_path || (!IS_ABSOLUTE_PATH(ZSTR_VAL(filename), ZSTR_LEN(filename)) && !strstr(ZSTR… in PHAR_FUNC()
254 zend_string *name = phar_get_name_for_relative_paths(filename, use_include_path); in PHAR_FUNC()
285 bool use_include_path = 0; in PHAR_FUNC() local
297 …AMS_QUIET, ZEND_NUM_ARGS(), "Ps|br!", &filename, &mode, &mode_len, &use_include_path, &zcontext) =… in PHAR_FUNC()
300 …if (use_include_path || (!IS_ABSOLUTE_PATH(ZSTR_VAL(filename), ZSTR_LEN(filename)) && !strstr(ZSTR… in PHAR_FUNC()
[all …]
/php-src/ext/standard/
H A Dfile.c250 bool use_include_path = 0; in PHP_FUNCTION() local
265 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
269 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
394 bool use_include_path = 0; in PHP_FUNCTION() local
407 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
423 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
602 bool use_include_path; in PHP_FUNCTION() local
739 bool use_include_path = 0; in PHP_FUNCTION() local
748 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
1194 bool use_include_path = 0; in PHP_FUNCTION() local
[all …]
H A Dbasic_functions.stub.php2754 function get_meta_tags(string $filename, bool $use_include_path = false): array|false {}
2766 function readfile(string $filename, bool $use_include_path = false, $context = null): int|false {}
2802 function fopen(string $filename, string $mode, bool $use_include_path = false, $context = null) {}
2877 function file_get_contents(string $filename, bool $use_include_path = false, $context = null, int $…
H A Dbasic_functions_arginfo.h1179 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, use_include_path, _IS_BOOL, 0, "false")
1193 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, use_include_path, _IS_BOOL, 0, "false")
1231 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, use_include_path, _IS_BOOL, 0, "false")
1309 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, use_include_path, _IS_BOOL, 0, "false")
/php-src/ext/spl/
H A Dspl_directory.c327 static zend_result spl_filesystem_file_open(spl_filesystem_object *intern, bool use_include_path) /… in spl_filesystem_file_open() argument
342 …x(ZSTR_VAL(intern->file_name), ZSTR_VAL(intern->u.file.open_mode), (use_include_path ? USE_PATH : … in spl_filesystem_file_open()
508 bool use_include_path = 0; in spl_filesystem_object_create_type() local
551 &open_mode, &use_include_path, &resource) == FAILURE in spl_filesystem_object_create_type()
577 if (spl_filesystem_file_open(intern, use_include_path) == FAILURE) { in spl_filesystem_object_create_type()
2039 bool use_include_path = 0; in PHP_METHOD() local
2047 &use_include_path, &intern->u.file.zcontext) == FAILURE) { in PHP_METHOD()
2057 zend_result retval = spl_filesystem_file_open(intern, use_include_path); in PHP_METHOD()

Completed in 105 milliseconds