Home
last modified time | relevance | path

Searched defs:use_include_path (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/zlib/
H A Dzlib.stub.php17 function gzfile(string $filename, int $use_include_path = 0): array|false {}
20 function gzopen(string $filename, string $mode, int $use_include_path = 0) {}
22 function readgzfile(string $filename, int $use_include_path = 0): int|false {}
H A Dzlib.c615 zend_long use_include_path = 0; in PHP_FUNCTION() local
655 zend_long use_include_path = 0; in PHP_FUNCTION() local
682 zend_long use_include_path = 0; in PHP_FUNCTION() local
/PHP-8.0/ext/tidy/
H A Dtidy.c348 zend_bool use_include_path = 0; in php_tidy_quick_repair() local
435 static zend_string *php_tidy_file_to_mem(char *filename, zend_bool use_include_path) in php_tidy_file_to_mem()
1068 zend_bool use_include_path = 0; in PHP_FUNCTION() local
1362 zend_bool use_include_path = 0; in PHP_METHOD() local
1401 zend_bool use_include_path = 0; in PHP_METHOD() local
/PHP-8.0/ext/phar/
H A Dfunc_interceptors.c97 zend_bool use_include_path = 0; in PHAR_FUNC() local
237 zend_bool use_include_path = 0; in PHAR_FUNC() local
337 zend_bool use_include_path = 0; in PHAR_FUNC() local
/PHP-8.0/ext/standard/
H A Dfile.c382 zend_bool use_include_path = 0; in PHP_FUNCTION() local
526 zend_bool use_include_path = 0; in PHP_FUNCTION() local
727 zend_bool use_include_path; in PHP_FUNCTION() local
864 zend_bool use_include_path = 0; in PHP_FUNCTION() local
1324 zend_bool use_include_path = 0; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php759 function get_meta_tags(string $filename, bool $use_include_path = false): array|false {}
768 function readfile(string $filename, bool $use_include_path = false, $context = null): int|false {}
797 function fopen(string $filename, string $mode, bool $use_include_path = false, $context = null) {}
847 function file_get_contents(string $filename, bool $use_include_path = false, $context = null, int $…
/PHP-8.0/ext/spl/
H A Dspl_directory.c287 static int spl_filesystem_file_open(spl_filesystem_object *intern, int use_include_path, int silent… in spl_filesystem_file_open()
481 zend_bool use_include_path = 0; in spl_filesystem_object_create_type() local
2049 zend_bool use_include_path = 0; in PHP_METHOD() local

Completed in 70 milliseconds