/PHP-7.1/ext/standard/tests/file/ |
H A D | file_get_contents_file_put_contents_variation2.phpt | 2 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 D | fopen_variation3.phpt | 2 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 D | readfile_variation5.phpt | 7 /* 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 D | file_get_contents_variation3.phpt | 2 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-7.1/ext/zlib/tests/ |
H A D | gzfile_error.phpt | 12 $use_include_path = false; 15 var_dump(gzfile( $filename, $use_include_path, $extra_arg ) );
|
H A D | readgzfile_error.phpt | 12 $use_include_path = false; 15 var_dump(readgzfile( $filename, $use_include_path, $extra_arg ) );
|
H A D | gzopen_basic.phpt | 11 /* 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 D | gzopen_error.phpt | 11 /* 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 D | gzfile_variation2.phpt | 11 $use_include_path = 23 var_dump(gzfile( $var , $use_include_path ) );
|
H A D | readgzfile_variation2.phpt | 11 $use_include_path = 23 var_dump(readgzfile( $var , $use_include_path ) );
|
H A D | readgzfile_variation5.phpt | 11 $use_include_path = false; 23 var_dump(readgzfile( $var , $use_include_path ) );
|
H A D | readgzfile_variation6.phpt | 11 $use_include_path = false; 42 var_dump(readgzfile( $var , $use_include_path ) );
|
H A D | gzfile_variation5.phpt | 11 $use_include_path = false; 23 var_dump(gzfile( $var , $use_include_path ) );
|
H A D | gzfile_variation6.phpt | 11 $use_include_path = false; 42 var_dump(gzfile( $var , $use_include_path ) );
|
H A D | gzfile_variation1.phpt | 11 $use_include_path = false; 26 var_dump(gzfile( $var , $use_include_path ) );
|
H A D | readgzfile_variation7.phpt | 11 $use_include_path = false; 27 var_dump(readgzfile( $var , $use_include_path ) );
|
H A D | gzfile_variation7.phpt | 11 $use_include_path = false; 27 var_dump(gzfile( $var , $use_include_path ) );
|
H A D | readgzfile_variation1.phpt | 11 $use_include_path = false; 26 var_dump(readgzfile( $var , $use_include_path ) );
|
H A D | readgzfile_variation4.phpt | 11 $use_include_path = false; 24 var_dump(readgzfile( $var , $use_include_path ) );
|
H A D | gzfile_variation3.phpt | 11 $use_include_path = false; 28 var_dump(gzfile( $var , $use_include_path ) );
|
H A D | gzfile_variation4.phpt | 11 $use_include_path = false; 24 var_dump(gzfile( $var , $use_include_path ) );
|
H A D | readgzfile_variation3.phpt | 11 $use_include_path = false; 28 var_dump(readgzfile( $var , $use_include_path ) );
|
/PHP-7.1/ext/tidy/ |
H A D | tidy.c | 304 ZEND_ARG_INFO(0, use_include_path) 320 ZEND_ARG_INFO(0, use_include_path) 565 zend_bool use_include_path = 0; in php_tidy_quick_repair() local 575 if (!(data = php_tidy_file_to_mem(ZSTR_VAL(arg1), use_include_path))) { in php_tidy_quick_repair() 1268 zend_bool use_include_path = 0; in PHP_FUNCTION() local 1275 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in PHP_FUNCTION() 1282 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in PHP_FUNCTION() 1585 zend_bool use_include_path = 0; in TIDY_DOC_METHOD() local 1593 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in TIDY_DOC_METHOD() 1622 zend_bool use_include_path = 0; in TIDY_DOC_METHOD() local [all …]
|
/PHP-7.1/ext/phar/ |
H A D | func_interceptors.c | 99 zend_bool use_include_path = 0; in PHAR_FUNC() local 115 …ARAMS_QUIET, ZEND_NUM_ARGS(), "p|br!ll", &filename, &filename_len, &use_include_path, &zcontext, &… in PHAR_FUNC() 119 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC() 151 if (use_include_path) { in PHAR_FUNC() 234 zend_bool use_include_path = 0; in PHAR_FUNC() local 246 …_PARAMS_QUIET, ZEND_NUM_ARGS(), "p|br!", &filename, &filename_len, &use_include_path, &zcontext) =… in PHAR_FUNC() 249 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC() 275 if (use_include_path) { in PHAR_FUNC() 334 zend_bool use_include_path = 0; in PHAR_FUNC() local 350 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC() [all …]
|
/PHP-7.1/ext/zlib/ |
H A D | zlib.c | 570 zend_long use_include_path = 0; in PHP_FUNCTION() local 573 …SS != zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &filename, &filename_len, &use_include_path)) { in PHP_FUNCTION() 577 if (use_include_path) { in PHP_FUNCTION() 611 zend_long use_include_path = 0; in PHP_FUNCTION() local 617 if (use_include_path) { in PHP_FUNCTION() 639 zend_long use_include_path = 0; in PHP_FUNCTION() local 641 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &filename, &filename_len, &use_include_path) == … in PHP_FUNCTION() 645 if (use_include_path) { in PHP_FUNCTION() 1215 ZEND_ARG_INFO(0, use_include_path) 1221 ZEND_ARG_INFO(0, use_include_path) [all …]
|