Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Drfc1867.c357 static char *get_line(multipart_buffer *self TSRMLS_DC) in get_line() function
386 while( (line = get_line(self TSRMLS_CC)) ) in find_boundary()
413 while( (line = get_line(self TSRMLS_CC)) && line[0] != '\0' ) in multipart_buffer_headers()
/PHP-5.5/ext/oci8/tests/
H A Ddbmsoutput.phpt28 dbms_output.get_line(line, status);
58 // Call dbms_output.get_line()
62 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");

Completed in 22 milliseconds