Home
last modified time | relevance | path

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

/PHP-7.0/ext/oci8/
H A Doci8_interface.c1851 size_t edition_len; in PHP_FUNCTION() local
1853 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &edition, &edition_len) == FAILURE) { in PHP_FUNCTION()
1862 OCI_G(edition) = (char *)safe_emalloc(edition_len+1, sizeof(char), 0); in PHP_FUNCTION()
1863 memcpy(OCI_G(edition), edition, edition_len); in PHP_FUNCTION()
1864 OCI_G(edition)[edition_len] = '\0'; in PHP_FUNCTION()

Completed in 10 milliseconds