/PHP-5.4/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 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 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-5.4/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 | 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 | readgzfile_variation2.phpt | 11 $use_include_path = 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 | readgzfile_variation5.phpt | 11 $use_include_path = false; 23 var_dump(readgzfile( $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 | 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_variation7.phpt | 11 $use_include_path = false; 27 var_dump(readgzfile( $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 | gzfile_variation3.phpt | 11 $use_include_path = false; 28 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 ) );
|
H A D | readgzfile_variation4.phpt | 11 $use_include_path = false; 24 var_dump(readgzfile( $var , $use_include_path ) );
|
/PHP-5.4/ext/zlib/ |
H A D | zlib.c | 541 long use_include_path = 0; in PHP_FUNCTION() local 544 …_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|l", &filename, &filename_len, &use_include_path)) { in PHP_FUNCTION() 548 if (use_include_path) { in PHP_FUNCTION() 582 long use_include_path = 0; in PHP_FUNCTION() local 588 if (use_include_path) { in PHP_FUNCTION() 610 long use_include_path = 0; in PHP_FUNCTION() local 612 …meters(ZEND_NUM_ARGS() TSRMLS_CC, "p|l", &filename, &filename_len, &use_include_path) == FAILURE) { in PHP_FUNCTION() 616 if (use_include_path) { in PHP_FUNCTION() 743 ZEND_ARG_INFO(0, use_include_path) 749 ZEND_ARG_INFO(0, use_include_path) [all …]
|
/PHP-5.4/ext/tidy/ |
H A D | tidy.c | 300 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.4/ext/phar/ |
H A D | func_interceptors.c | 99 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 …]
|