Searched refs:edition (Results 1 – 14 of 14) sorted by relevance
/PHP-8.3/ext/oci8/tests/ |
H A D | edition_2.phpt | 2 Set and check Oracle 11gR2 "edition" attribute 176 The value of edition has been successfully set 187 The value of edition has been successfully set 199 The value of edition has been successfully set 203 The value of edition has been successfully set 206 The value of edition has been successfully set 210 The value of edition has been successfully set 220 The value of edition has been successfully set 224 The value of edition has been successfully set 225 The value of edition has been successfully set [all …]
|
H A D | conn_attr.inc | 13 "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 D | edition_1.phpt | 2 Basic test for setting Oracle 11gR2 "edition" attribute 33 /* In 11.2, there can only be one child edition. So this test will 34 * fail to create the necessary editions if a child edition exists 72 // Check the current edition of the DB and the contents of view_ed. 83 // Check the current edition of the DB and the contents of view_ed. 100 The value of edition has been successfully set 118 The value of edition has been successfully set
|
H A D | details.inc | 67 , 38802 // edition does not exist
|
/PHP-8.3/ext/oci8/ |
H A D | oci8.c | 300 OCI_G(edition) = NULL; in PHP_RINIT_FUNCTION() 322 if (OCI_G(edition)) { in PHP_RSHUTDOWN_FUNCTION() 323 efree(OCI_G(edition)); in PHP_RSHUTDOWN_FUNCTION() 873 if (OCI_G(edition)){ in php_oci_do_connect_ex() 874 smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); in php_oci_do_connect_ex() 1908 if (OCI_G(edition)) { in php_oci_create_spool() 1909 …d *) spoolAuth, (ub4) OCI_HTYPE_AUTHINFO, (dvoid *) OCI_G(edition), (ub4)(strlen(OCI_G(edition))),… in php_oci_create_spool() 1987 if (OCI_G(edition)){ in php_oci_get_spool() 1988 smart_str_appendl_ex(&spool_hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); in php_oci_get_spool() 2165 if (OCI_G(edition)) { in php_oci_old_create_session() [all …]
|
H A D | oci8_interface.c | 1723 char *edition; in PHP_FUNCTION() local 1727 Z_PARAM_STRING(edition, edition_len) in PHP_FUNCTION() 1730 if (OCI_G(edition)) { in PHP_FUNCTION() 1731 efree(OCI_G(edition)); in PHP_FUNCTION() 1734 if (edition) { in PHP_FUNCTION() 1735 OCI_G(edition) = (char *)safe_emalloc(edition_len+1, sizeof(char), 0); in PHP_FUNCTION() 1736 memcpy(OCI_G(edition), edition, edition_len); in PHP_FUNCTION() 1737 OCI_G(edition)[edition_len] = '\0'; in PHP_FUNCTION() local 1739 OCI_G(edition) = NULL; in PHP_FUNCTION()
|
H A D | php_oci8_int.h | 539 char *edition; variable
|
H A D | oci8.stub.php | 791 function oci_set_edition(string $edition): bool {}
|
H A D | oci8_arginfo.h | 313 ZEND_ARG_TYPE_INFO(0, edition, IS_STRING, 0)
|
/PHP-8.3/ext/standard/tests/misc/ |
H A D | browsernames.inc | 8 "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.02 Bork-edition [en]",
|
H A D | user_agents.txt | 94 Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.02 Bork-edition [en]
|
H A D | get_browser_variation3.phpt | 201 Agent Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.02 Bork-edition [en]
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 14422 >36 lelong x edition %u, 14432 >36 belong x edition %u,
|
H A D | magic私はガラスを食べられます | 14422 >36 lelong x edition %u, 14432 >36 belong x edition %u,
|
Completed in 153 milliseconds