Home
last modified time | relevance | path

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

1234

/PHP-7.4/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
5 /* Prototype: string file_get_contents( string $filename[, bool $use_include_path[,
14 /* Testing variation using use_include_path argument */
18 echo "*** Testing with variation in use_include_path argument ***\n";
49 *** Testing with variation in use_include_path argument ***
H A Dreadfile_variation1.phpt5 /* Prototype: int readfile ( string $filename [, bool $use_include_path [, resource $context]] );
H A Dreadfile_variation7.phpt7 /* Prototype : int readfile(string filename [, bool use_include_path[, resource context]])
H A Dreadfile_variation6.phpt7 /* Prototype : int readfile(string filename [, bool use_include_path[, resource context]])
H A Dfile_get_contents_basic.phpt8 /* Prototype: string file_get_contents( string $filename[, bool $use_include_path[,
H A Dfile_get_contents_variation1.phpt7 /* Prototype : string file_get_contents(string filename [, bool use_include_path [, resource conte…
H A Dfile_get_contents_variation2.phpt7 /* Prototype : string file_get_contents(string filename [, bool use_include_path [, resource conte…
H A Dfopen_variation13.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation6.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation12.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_basic.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
23 $use_include_path = false;
26 $h = gzopen($filename, $mode, $use_include_path);
H A Dgzfile_variation5.phpt11 $use_include_path = false;
23 var_dump(gzfile( $var , $use_include_path ) );
H A Dreadgzfile_variation5.phpt11 $use_include_path = false;
23 var_dump(readgzfile( $var , $use_include_path ) );
H A Dgzfile_variation7.phpt11 $use_include_path = false;
27 var_dump(gzfile( $var , $use_include_path ) );
H A Dreadgzfile_variation7.phpt11 $use_include_path = false;
27 var_dump(readgzfile( $var , $use_include_path ) );
H A Dgzfile_variation3.phpt11 $use_include_path = false;
28 var_dump(gzfile( $var , $use_include_path ) );
H A Dgzfile_variation4.phpt11 $use_include_path = false;
24 var_dump(gzfile( $var , $use_include_path ) );
H A Dreadgzfile_variation3.phpt11 $use_include_path = false;
28 var_dump(readgzfile( $var , $use_include_path ) );
H A Dreadgzfile_variation4.phpt11 $use_include_path = false;
24 var_dump(readgzfile( $var , $use_include_path ) );
H A Dgzopen_variation8.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
H A Dgzopen_variation6.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
/PHP-7.4/ext/tidy/
H A Dtidy.c316 ZEND_ARG_INFO(0, use_include_path)
333 ZEND_ARG_INFO(0, use_include_path)
419 ZEND_ARG_INFO(0, use_include_path)
593 zend_bool use_include_path = 0; in php_tidy_quick_repair() local
603 if (!(data = php_tidy_file_to_mem(ZSTR_VAL(arg1), use_include_path))) { in php_tidy_quick_repair()
1312 zend_bool use_include_path = 0; in PHP_FUNCTION() local
1319 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in PHP_FUNCTION()
1633 zend_bool use_include_path = 0; in TIDY_DOC_METHOD() local
1641 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in TIDY_DOC_METHOD()
1670 zend_bool use_include_path = 0; in TIDY_DOC_METHOD() local
[all …]
/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/zlib/
H A Dzlib.c568 zend_long use_include_path = 0; in PHP_FUNCTION() local
571 …SS != zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &filename, &filename_len, &use_include_path)) { in PHP_FUNCTION()
575 if (use_include_path) { in PHP_FUNCTION()
609 zend_long use_include_path = 0; in PHP_FUNCTION() local
615 if (use_include_path) { in PHP_FUNCTION()
637 zend_long use_include_path = 0; in PHP_FUNCTION() local
639 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &filename, &filename_len, &use_include_path) == … in PHP_FUNCTION()
643 if (use_include_path) { in PHP_FUNCTION()
1266 ZEND_ARG_INFO(0, use_include_path)
1272 ZEND_ARG_INFO(0, use_include_path)
[all …]
/PHP-7.4/ext/standard/
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 …]

Completed in 55 milliseconds

1234