Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/
H A Doci8_interface.c1786 int edition_len; local
1788 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &edition, &edition_len) == FAILURE) {
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';

Completed in 12 milliseconds