Home
last modified time | relevance | path

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

12345

/PHP-5.5/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 /* Prototype: string file_get_contents( string $filename[, bool $use_include_path[,
15 /* Testing variation using use_include_path argument */
19 echo "*** Testing with variation in use_include_path argument ***\n";
50 *** Testing with variation in use_include_path argument ***
H A Dfopen_variation3.phpt2 Test fopen() function : usage variation different datatypes for use_include_path
7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
107 // loop through each element of the array for use_include_path
H A Dreadfile_variation5.phpt7 /* Prototype : int readfile(string filename [, bool use_include_path[, resource context]])
26 $use_include_path = false;
109 // loop through each element of the array for use_include_path
H A Dfile_get_contents_variation3.phpt2 Test file_get_contents() function : usage variation - different type for use_include_path
7 /* Prototype : string file_get_contents(string filename [, bool use_include_path [, resource conte…
112 // loop through each element of the array for use_include_path
/PHP-5.5/ext/zlib/tests/
H A Dgzfile_error.phpt12 $use_include_path = false;
15 var_dump(gzfile( $filename, $use_include_path, $extra_arg ) );
H A Dreadgzfile_error.phpt12 $use_include_path = false;
15 var_dump(readgzfile( $filename, $use_include_path, $extra_arg ) );
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 Dgzopen_error.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
24 $use_include_path = 10;
26 var_dump( gzopen($filename, $mode, $use_include_path, $extra_arg) );
H A Dgzfile_variation2.phpt11 $use_include_path =
23 var_dump(gzfile( $var , $use_include_path ) );
H A Dgzfile_variation5.phpt11 $use_include_path = false;
23 var_dump(gzfile( $var , $use_include_path ) );
H A Dgzfile_variation6.phpt11 $use_include_path = false;
42 var_dump(gzfile( $var , $use_include_path ) );
H A Dreadgzfile_variation2.phpt11 $use_include_path =
23 var_dump(readgzfile( $var , $use_include_path ) );
H A Dreadgzfile_variation5.phpt11 $use_include_path = false;
23 var_dump(readgzfile( $var , $use_include_path ) );
H A Dreadgzfile_variation6.phpt11 $use_include_path = false;
42 var_dump(readgzfile( $var , $use_include_path ) );
H A Dgzfile_variation1.phpt11 $use_include_path = false;
26 var_dump(gzfile( $var , $use_include_path ) );
H A Dgzfile_variation7.phpt11 $use_include_path = false;
27 var_dump(gzfile( $var , $use_include_path ) );
H A Dreadgzfile_variation1.phpt11 $use_include_path = false;
26 var_dump(readgzfile( $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 ) );
/PHP-5.5/ext/zlib/
H A Dzlib.c553 long use_include_path = 0; in PHP_FUNCTION() local
556 …_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|l", &filename, &filename_len, &use_include_path)) { in PHP_FUNCTION()
560 if (use_include_path) { in PHP_FUNCTION()
594 long use_include_path = 0; in PHP_FUNCTION() local
600 if (use_include_path) { in PHP_FUNCTION()
622 long use_include_path = 0; in PHP_FUNCTION() local
624 …meters(ZEND_NUM_ARGS() TSRMLS_CC, "p|l", &filename, &filename_len, &use_include_path) == FAILURE) { in PHP_FUNCTION()
628 if (use_include_path) { in PHP_FUNCTION()
755 ZEND_ARG_INFO(0, use_include_path)
761 ZEND_ARG_INFO(0, use_include_path)
[all …]
/PHP-5.5/ext/tidy/
H A Dtidy.c300 ZEND_ARG_INFO(0, use_include_path)
316 ZEND_ARG_INFO(0, use_include_path)
557 zend_bool use_include_path = 0; in php_tidy_quick_repair() local
566 if (!(data = php_tidy_file_to_mem(arg1, use_include_path, &data_len TSRMLS_CC))) { in php_tidy_quick_repair()
637 static char *php_tidy_file_to_mem(char *filename, zend_bool use_include_path, int *len TSRMLS_DC) in php_tidy_file_to_mem() argument
1275 zend_bool use_include_path = 0; in PHP_FUNCTION() local
1282 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in PHP_FUNCTION()
1588 zend_bool use_include_path = 0; in TIDY_DOC_METHOD() local
1596 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in TIDY_DOC_METHOD()
1620 zend_bool use_include_path = 0; in TIDY_DOC_METHOD() local
[all …]
/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 …]

Completed in 96 milliseconds

12345