Home
last modified time | relevance | path

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

/PHP-8.2/ext/oci8/
H A Doci8.c223 int tmp_buf_len = (int) strlen((char *)tmp_buf); in PHP_INI_END() local
225 if (tmp_buf_len > 0 && tmp_buf[tmp_buf_len - 1] == '\n') { in PHP_INI_END()
226 tmp_buf[tmp_buf_len - 1] = '\0'; in PHP_INI_END()

Completed in 8 milliseconds