Home
last modified time | relevance | path

Searched refs:use_include_path (Results 1 – 25 of 95) sorted by last modified time

1234

/PHP-7.4/ext/spl/
H A Dspl_directory.c285 static int spl_filesystem_file_open(spl_filesystem_object *intern, int use_include_path, int silent… in spl_filesystem_file_open() argument
300 …tream_open_wrapper_ex(intern->file_name, intern->u.file.open_mode, (use_include_path ? USE_PATH : … in spl_filesystem_file_open()
481 zend_bool use_include_path = 0; in spl_filesystem_object_create_type() local
552 &use_include_path, &intern->u.file.zcontext) == FAILURE) { in spl_filesystem_object_create_type()
561 if (spl_filesystem_file_open(intern, use_include_path, 0) == FAILURE) { in spl_filesystem_object_create_type()
1895 ZEND_ARG_INFO(0, use_include_path)
2264 zend_bool use_include_path = 0; in SPL_METHOD() local
2276 &use_include_path, &intern->u.file.zcontext) == FAILURE) { in SPL_METHOD()
2289 if (spl_filesystem_file_open(intern, use_include_path, 0) == SUCCESS) { in SPL_METHOD()
3031 ZEND_ARG_INFO(0, use_include_path)
/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 …]
H A Dbasic_functions.c1032 ZEND_ARG_INFO(0, use_include_path)
1067 ZEND_ARG_INFO(0, 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/standard/tests/file/
H A Dfopen_variation10-win32.phpt17 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation11-win32.phpt16 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dreadfile_error.phpt5 /* Prototype: int readfile ( string $filename [, bool $use_include_path [, resource $context]] );
H A Dreadfile_variation10-win32.phpt14 /* Prototype : int readfile(string filename [, bool use_include_path[, resource context]])
H A Dreadfile_variation10.phpt14 /* Prototype : int readfile(string filename [, bool use_include_path[, resource context]])
/PHP-7.4/ext/zlib/tests/
H A Dreadgzfile_variation4.phpt11 $use_include_path = false;
24 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_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 Dgzfile_variation5.phpt11 $use_include_path = false;
23 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 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_basic2.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
H A Dgzopen_variation4.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
H A Dgzopen_variation5.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])
H A Dgzopen_variation8.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
H A Dgzopen_variation9.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
H A Dreadgzfile_variation3.phpt11 $use_include_path = false;
28 var_dump(readgzfile( $var , $use_include_path ) );
/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 …]

Completed in 89 milliseconds

1234