Searched refs:exclusive (Results 1 – 12 of 12) sorted by relevance
/PHP-8.0/ext/oci8/ |
H A D | oci8_dtrace.d | 21 …try(char *username, char *dbname, char *charset, long session_mode, int persistent, int exclusive); 32 …probe oci8__connect__type(int persistent, int exclusive, void *connection, long num_persistent, lo…
|
H A D | php_oci8_int.h | 424 void php_oci_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent, int exclusive); 425 …har *dbname, int dbname_len, char *charset, zend_long session_mode, int persistent, int exclusive);
|
H A D | oci8.c | 861 void php_oci_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent, int exclusive) in php_oci_do_connect() argument 882 DTRACE_OCI8_CONNECT_ENTRY(username, dbname, charset, session_mode, persistent, exclusive); in php_oci_do_connect() 890 …nt) password_len, NULL, 0, dbname, (int) dbname_len, charset, session_mode, persistent, 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() argument 1039 if (!exclusive && !new_password) { in php_oci_do_connect_ex() 1300 } else if (!exclusive) { in php_oci_do_connect_ex() 1313 …DTRACE_OCI8_CONNECT_TYPE(connection->is_persistent ? 1 : 0, exclusive ? 1 : 0, connection, OCI_G(n… in php_oci_do_connect_ex()
|
/PHP-8.0/ext/dom/tests/ |
H A D | canonicalization.phpt | 27 /* exclusive/without comments first child element of doc element is context. */ 33 /* exclusive/with comments first child element of doc element is context. */ 36 /* exclusive/without comments using xpath query. */ 39 /* exclusive/without comments first child element of doc element is context. 47 /* exclusive/without comments first child element of doc element is context.
|
/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… argument 51 …public function C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, ?array … argument
|
H A D | node.c | 1556 zend_bool exclusive=0, with_comments=0; in dom_canonicalization() local 1568 "|bba!a!", &exclusive, &with_comments, in dom_canonicalization() 1574 "s|bba!a!", &file, &file_len, &exclusive, in dom_canonicalization() 1657 if (exclusive) { in dom_canonicalization() 1682 ret = xmlC14NDocSaveTo(docp, nodeset, exclusive, inclusive_ns_prefixes, in dom_canonicalization()
|
H A D | php_dom_arginfo.h | 36 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, exclusive, _IS_BOOL, 0, "false") 44 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, exclusive, _IS_BOOL, 0, "false")
|
/PHP-8.0/ext/session/tests/ |
H A D | save_handler.inc | 13 * Session data lock is mandatory. Lock must be exclusive. i.e. Block read also. 51 // NOTE: All production session save handler MUST implement "exclusive" lock.
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_insert_id.phpt | 42 /* we need exclusive access for a moment */
|
/PHP-8.0/ext/gd/tests/ |
H A D | Rochester-Regular.otf.LICENSE.txt | 69 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 10042 >>>1 byte 0x02 external variable exclusive
|
H A D | magic | 10042 >>>1 byte 0x02 external variable exclusive
|
Completed in 112 milliseconds