Home
last modified time | relevance | path

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

/PHP-8.3/ext/oci8/tests/
H A Dimp_res_dbmsoutput.phpt61 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
H A Dimp_res_get_dbmsoutput.phpt65 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
H A Ddbmsoutput.phpt31 dbms_output.get_line(line, status);
61 // Call dbms_output.get_line()
65 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
/PHP-8.3/main/
H A Drfc1867.c329 static char *get_line(multipart_buffer *self) in get_line() function
358 while( (line = get_line(self)) ) in find_boundary()
385 while ((line = get_line(self)) && line[0] != '\0') { in multipart_buffer_headers()

Completed in 8 milliseconds