Home
last modified time | relevance | path

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

/PHP-7.1/ext/oci8/tests/
H A Dedition_2.phpt2 Set and check Oracle 11gR2 "edition" attribute
171 The value of edition has been successfully set
182 The value of edition has been successfully set
194 The value of edition has been successfully set
198 The value of edition has been successfully set
201 The value of edition has been successfully set
205 The value of edition has been successfully set
215 The value of edition has been successfully set
219 The value of edition has been successfully set
220 The value of edition has been successfully set
[all …]
H A Dconn_attr.inc13 "drop edition myedition1 cascade",
14 "drop edition myedition cascade",
15 "grant create any edition to $testuser",
16 "create edition myedition",
17 "create edition myedition1 as child of myedition",
18 "grant use on edition myedition to $testuser",
19 "grant use on edition myedition1 to $testuser",
40 , 38802 // edition does not exist
113 echo " The value of edition has been successfully set\n";
140 "drop edition myedition1 cascade",
[all …]
H A Dedition_1.phpt2 Basic test for setting Oracle 11gR2 "edition" attribute
31 /* In 11.2, there can only be one child edition. So this test will
32 * fail to create the necessary editions if a child edition exists
70 // Check the current edition of the DB and the contents of view_ed.
81 // Check the current edition of the DB and the contents of view_ed.
98 The value of edition has been successfully set
116 The value of edition has been successfully set
H A Ddetails.inc67 , 38802 // edition does not exist
/PHP-7.1/ext/oci8/
H A Doci8_interface.c1878 char *edition; in PHP_FUNCTION() local
1881 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &edition, &edition_len) == FAILURE) { in PHP_FUNCTION()
1885 if (OCI_G(edition)) { in PHP_FUNCTION()
1886 efree(OCI_G(edition)); in PHP_FUNCTION()
1889 if (edition) { in PHP_FUNCTION()
1890 OCI_G(edition) = (char *)safe_emalloc(edition_len+1, sizeof(char), 0); in PHP_FUNCTION()
1891 memcpy(OCI_G(edition), edition, edition_len); in PHP_FUNCTION()
1892 OCI_G(edition)[edition_len] = '\0'; in PHP_FUNCTION() local
1894 OCI_G(edition) = NULL; in PHP_FUNCTION()
H A Doci8.c1166 OCI_G(edition) = NULL; in PHP_RINIT_FUNCTION()
1188 if (OCI_G(edition)) { in PHP_RSHUTDOWN_FUNCTION()
1189 efree(OCI_G(edition)); in PHP_RSHUTDOWN_FUNCTION()
1750 if (OCI_G(edition)){ in php_oci_do_connect_ex()
1751 smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); in php_oci_do_connect_ex()
2840 if (OCI_G(edition)) { in php_oci_create_spool()
2841 …d *) spoolAuth, (ub4) OCI_HTYPE_AUTHINFO, (dvoid *) OCI_G(edition), (ub4)(strlen(OCI_G(edition))),… in php_oci_create_spool()
2923 if (OCI_G(edition)){ in php_oci_get_spool()
2924 smart_str_appendl_ex(&spool_hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); in php_oci_get_spool()
3110 if (OCI_G(edition)) { in php_oci_old_create_session()
[all …]
H A Dphp_oci8_int.h532 char *edition; variable
/PHP-7.1/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]",
H A Duser_agents.txt94 Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.02 Bork-edition [en]
H A Dget_browser_variation3.phpt201 Agent Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.02 Bork-edition [en]
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic8496 >36 lelong x edition %u,
8506 >36 belong x edition %u,
H A Dmagic私はガラスを食べられます8496 >36 lelong x edition %u,
8506 >36 belong x edition %u,
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt6450 edition of his book. Mike McCloskey liked it, so implemented it when he

Completed in 149 milliseconds