Searched refs:exclusive (Results 1 – 8 of 8) sorted by relevance
/PHP-5.4/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-5.4/ext/dom/ |
H A D | node.c | 113 ZEND_ARG_INFO(0, exclusive) 121 ZEND_ARG_INFO(0, exclusive) 1756 zend_bool exclusive=0, with_comments=0; in dom_canonicalization() local 1766 "O|bba!a!", &id, dom_node_class_entry, &exclusive, &with_comments, in dom_canonicalization() 1772 "Os|bba!a!", &id, dom_node_class_entry, &file, &file_len, &exclusive, in dom_canonicalization() 1854 if (exclusive) { in dom_canonicalization() 1880 ret = xmlC14NDocSaveTo(docp, nodeset, exclusive, inclusive_ns_prefixes, in dom_canonicalization()
|
/PHP-5.4/ext/mysqli/tests/ |
H A D | mysqli_insert_id.phpt | 52 /* we need exclusive access for a moment */
|
/PHP-5.4/ext/filter/docs/ |
H A D | filter.txt | 208 exclusive, and so are STRIP_HIGH and ENCODE_HIGH. In 261 exclusive, and so are STRIP_HIGH and ENCODE_HIGH. In
|
/PHP-5.4/ext/oci8/ |
H A D | php_oci8_int.h | 382 …dbname, int dbname_len, char *charset, long session_mode, int persistent, int exclusive TSRMLS_DC);
|
H A D | oci8.c | 1727 void php_oci_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent, int exclusive) in php_oci_do_connect() argument 1745 …password_len, NULL, 0, dbname, dbname_len, charset, session_mode, persistent, exclusive TSRMLS_CC); in php_oci_do_connect() 1759 …*dbname, int dbname_len, char *charset, long session_mode, int persistent, int exclusive TSRMLS_DC) in php_oci_do_connect_ex() 1888 if (!exclusive && !new_password) { in php_oci_do_connect_ex() 2143 } else if (!exclusive) { in php_oci_do_connect_ex()
|
/PHP-5.4/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 974 --enable-ebcdic are mutually exclusive. 2122 These options (which are mutually exclusive) control what the \R escape 3247 These options (which are mutually exclusive) control what the \R escape
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 5371 >1 byte 0x02 external variable exclusive
|
Completed in 70 milliseconds