Searched refs:has_delim (Results 1 – 1 of 1) sorted by relevance
1068 bool has_delim = delim_len > 0; in php_stream_get_record() local1074 if (has_delim) { in php_stream_get_record()1096 if (has_delim) { in php_stream_get_record()1117 if (has_delim && found_delim) { in php_stream_get_record()1119 } else if (!has_delim && STREAM_BUFFERED_AMOUNT(stream) >= maxlen) { in php_stream_get_record()
Completed in 9 milliseconds