Searched refs:useIncludePath (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/tidy/ |
H A D | tidy.stub.php | 820 …e, array|string|null $config = null, ?string $encoding = null, bool $useIncludePath = false): tidy… argument 826 …e, array|string|null $config = null, ?string $encoding = null, bool $useIncludePath = false): stri… argument 869 … null, array|string|null $config = null, ?string $encoding = null, bool $useIncludePath = false) {} argument 884 …e, array|string|null $config = null, ?string $encoding = null, bool $useIncludePath = false): bool… argument 899 …e, array|string|null $config = null, ?string $encoding = null, bool $useIncludePath = false): stri… argument
|
H A D | tidy_arginfo.h | 22 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, useIncludePath, _IS_BOOL, 0, "false") 39 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, useIncludePath, _IS_BOOL, 0, "false") 95 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, useIncludePath, _IS_BOOL, 0, "false") 109 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, useIncludePath, _IS_BOOL, 0, "false") 128 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, useIncludePath, _IS_BOOL, 0, "false")
|
/php-src/ext/spl/ |
H A D | spl_directory.stub.php | 86 …public function openFile(string $mode = "r", bool $useIncludePath = false, $context = null): SplFi… argument 232 …public function __construct(string $filename, string $mode = "r", bool $useIncludePath = false, $c… argument
|
H A D | spl_directory_arginfo.h | 68 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, useIncludePath, _IS_BOOL, 0, "false") 167 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, useIncludePath, _IS_BOOL, 0, "false")
|
Completed in 15 milliseconds