edition_len 1825 ext/oci8/oci8_interface.c size_t edition_len; edition_len 1827 ext/oci8/oci8_interface.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &edition, &edition_len) == FAILURE) { edition_len 1836 ext/oci8/oci8_interface.c OCI_G(edition) = (char *)safe_emalloc(edition_len+1, sizeof(char), 0); edition_len 1837 ext/oci8/oci8_interface.c memcpy(OCI_G(edition), edition, edition_len); edition_len 1838 ext/oci8/oci8_interface.c OCI_G(edition)[edition_len] = '\0';