Searched refs:useIncludePath (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/tidy/ |
H A D | tidy.stub.php | 11 …e, array|string|null $config = null, ?string $encoding = null, bool $useIncludePath = false): tidy… argument 17 …e, array|string|null $config = null, ?string $encoding = null, bool $useIncludePath = false): stri… argument 57 … null, array|string|null $config = null, ?string $encoding = null, bool $useIncludePath = false) {} argument 72 …ename, array|string|null $config = null, ?string $encoding = null, bool $useIncludePath = false) {} argument 87 …ename, array|string|null $config = null, ?string $encoding = null, bool $useIncludePath = false) {} 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")
|
/PHP-8.0/ext/spl/ |
H A D | spl_directory.stub.php | 85 public function openFile(string $mode = "r", bool $useIncludePath = false, $context = null) {} argument 191 …public function __construct(string $filename, string $mode = "r", bool $useIncludePath = false, $c… argument
|
H A D | spl_directory_arginfo.h | 63 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, useIncludePath, _IS_BOOL, 0, "false") 157 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, useIncludePath, _IS_BOOL, 0, "false")
|
Completed in 11 milliseconds