Searched defs:exclusive (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/dom/ |
H A D | php_dom.stub.php | 48 …public function C14N(bool $exclusive = false, bool $withComments = false, ?array $xpath = null, ?a… 51 …public function C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, ?array …
|
H A D | node.c | 1556 zend_bool exclusive=0, with_comments=0; in dom_canonicalization() local
|
/PHP-8.0/ext/oci8/ |
H A D | oci8.c | 861 void php_oci_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent, int exclusive) in php_oci_do_connect() 912 …char *dbname, int dbname_len, char *charset, zend_long session_mode, int persistent, int exclusive) in php_oci_do_connect_ex()
|
Completed in 21 milliseconds