Home
last modified time | relevance | path

Searched refs:edition (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/oci8/tests/
H A Dedition_2.phpt2 Set and check Oracle 11gR2 "edition" attribute
163 The value of edition has been successfully set
174 The value of edition has been successfully set
186 The value of edition has been successfully set
190 The value of edition has been successfully set
193 The value of edition has been successfully set
197 The value of edition has been successfully set
207 The value of edition has been successfully set
211 The value of edition has been successfully set
212 The value of edition has been successfully set
[all …]
H A Dconn_attr.inc14 "drop edition myedition1",
15 "drop edition myedition",
16 "grant create any edition to testuser",
17 "create edition myedition",
18 "create edition myedition1 as child of myedition",
19 "grant use on edition myedition to testuser",
20 "grant use on edition myedition1 to testuser",
42 , 38802 // edition does not exist
115 echo " The value of edition has been successfully set\n";
143 "drop edition myedition1",
[all …]
H A Dedition_1.phpt2 Basic test for setting Oracle 11gR2 "edition" attribute
22 /* In 11.2, there can only be one child edition. So this test will
23 * fail to create the necessary editions if a child edition exists
58 // Check the current edition of the DB and the contents of view_ed.
69 // Check the current edition of the DB and the contents of view_ed.
86 The value of edition has been successfully set
104 The value of edition has been successfully set
H A Ddetails.inc67 , 38802 // edition does not exist
/PHP-5.5/ext/oci8/
H A Doci8_interface.c1785 char *edition; local
1788 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &edition, &edition_len) == FAILURE) {
1792 if (OCI_G(edition)) {
1793 efree(OCI_G(edition));
1794 OCI_G(edition) = NULL;
1797 if (edition) {
1798 OCI_G(edition) = (char *)safe_emalloc(edition_len+1, sizeof(text), 0);
1799 memcpy(OCI_G(edition), edition, edition_len);
1800 OCI_G(edition)[edition_len] = '\0'; local
H A Doci8.c1300 OCI_G(edition) = NULL; in PHP_RINIT_FUNCTION()
1329 if (OCI_G(edition)) { in PHP_RSHUTDOWN_FUNCTION()
1330 efree(OCI_G(edition)); in PHP_RSHUTDOWN_FUNCTION()
1842 if (OCI_G(edition)){ in php_oci_do_connect_ex()
1843 smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); in php_oci_do_connect_ex()
2775 if (OCI_G(edition)) { in php_oci_create_spool()
2776 …d *) spoolAuth, (ub4) OCI_HTYPE_AUTHINFO, (dvoid *) OCI_G(edition), (ub4)(strlen(OCI_G(edition))),… in php_oci_create_spool()
2849 if (OCI_G(edition)){ in php_oci_get_spool()
2850 smart_str_appendl_ex(&spool_hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); in php_oci_get_spool()
3019 if (OCI_G(edition)) { in php_oci_old_create_session()
[all …]
H A Dphp_oci8_int.h497 char *edition; variable
/PHP-5.5/ext/standard/tests/misc/
H A Dbrowsernames.inc8 "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.02 Bork-edition [en]",
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic7434 >36 lelong x edition %lu,
7444 >36 belong x edition %lu,
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt6450 edition of his book. Mike McCloskey liked it, so implemented it when he

Completed in 118 milliseconds