Home
last modified time | relevance | path

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

/PHP-7.3/ext/oci8/tests/
H A Dimp_res_dbmsoutput.phpt59 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
H A Dimp_res_get_dbmsoutput.phpt63 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
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;");
/PHP-7.3/main/
H A Drfc1867.c367 static char *get_line(multipart_buffer *self) in get_line() function
396 while( (line = get_line(self)) ) in find_boundary()
423 while ((line = get_line(self)) && line[0] != '\0') { in multipart_buffer_headers()

Completed in 13 milliseconds