Searched refs:tmp_buf_len (Results 1 – 1 of 1) sorted by relevance
1117 int tmp_buf_len = strlen((char *)tmp_buf); in PHP_INI_END() local1119 if (tmp_buf_len > 0 && tmp_buf[tmp_buf_len - 1] == '\n') { in PHP_INI_END()1120 tmp_buf[tmp_buf_len - 1] = '\0'; in PHP_INI_END()
Completed in 18 milliseconds