Home
last modified time | relevance | path

Searched refs:lines (Results 76 – 100 of 126) sorted by relevance

123456

/PHP-7.4/ext/standard/tests/streams/
H A Dbug77069.phpt16 // Process whole lines.
H A Dstream_get_line_nb.phpt14 * Never return incomplete lines, except on documented conditions:
/PHP-7.4/ext/zlib/tests/
H A Dgzfilegzreadfile.phpt39 $lines = gzfile($filename);
43 foreach ($lines as $line) {
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c356 int lines; in phpdbg_get_terminal_height() local
361 lines = csbi.srWindow.Bottom - csbi.srWindow.Top + 1; in phpdbg_get_terminal_height()
363 lines = 40; in phpdbg_get_terminal_height()
368 lines = ioctl(fileno(stdout), TIOCGWINSZ, &w) == 0 ? w.ws_row : 40; in phpdbg_get_terminal_height()
370 lines = 40; in phpdbg_get_terminal_height()
372 return lines; in phpdbg_get_terminal_height()
H A Dphpdbg.h331 long lines; /* max number of lines to display */ variable
/PHP-7.4/ext/ftp/tests/
H A Dftp_mlsd.phpt2 ftp_mlsd() return parsed lines
/PHP-7.4/ext/standard/tests/strings/
H A Dstrncmp_variation9.phpt17 spanning multiple lines
H A Dnl2br_variation1.phpt29 //two blank lines
H A Ducwords_basic.phpt12 // lines with different whitespace charecter
H A Dstrrev_variation3.phpt15 spanning multiple lines
H A Dstrncasecmp_variation9.phpt17 spanning multiple lines
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt102 $lines = explode("\n", $trace);
103 foreach ($lines as $k => $line) {
118 $lines = explode("\n", $trace);
119 foreach ($lines as $k => $line) {
/PHP-7.4/ext/spl/tests/
H A Dfileobject_002.phpt15 // Kinda ugly but works around new lines mess
/PHP-7.4/ext/hash/sha3/generic32lc/
H A Dbrg_endian.h137 # error Please edit lines 132 or 134 in brg_endian.h to set the platform byte order
/PHP-7.4/ext/hash/sha3/generic64lc/
H A Dbrg_endian.h137 # error Please edit lines 132 or 134 in brg_endian.h to set the platform byte order
/PHP-7.4/tests/
H A Dquicktester.inc23 // ignore empty lines
/PHP-7.4/Zend/tests/
H A Dbug33512.phpt48 //the lines below will catch by '__get' magic method since these variables are unavailable anymore
/PHP-7.4/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt37 * $tester->getLogLines(2000) for lines containing SIGKILL
/PHP-7.4/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt83 $lines = [];
/PHP-7.4/tests/lang/
H A D024.phpt412 Only two lines of text should follow:
637 Only two lines of text should follow:
862 Only two lines of text should follow:
1087 Only two lines of text should follow:
1312 Only two lines of text should follow:
1537 Only two lines of text should follow:
1762 Only two lines of text should follow:
1987 Only two lines of text should follow:
2212 Only two lines of text should follow:
2437 Only two lines of text should follow:
[all …]
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt90 // Strip additional lines outputted by recent PgSQL versions
/PHP-7.4/ext/oci8/tests/
H A Ddbmsoutput.phpt59 // Returns an array of DBMS_OUTPUT lines, or false.
75 $s = oci_parse($c, "begin dbms_output.get_lines(:lines, :numlines); end;");
79 oci_bind_array_by_name($s, ":lines", $lines, $numlines, 255, SQLT_CHR);
84 $res = array_merge($res, array_slice($lines, 0, $numlines));
85 unset($lines);
/PHP-7.4/win32/build/
H A Dconfutils.js276 var lines = 0;
298 if (lines++) {
313 if (lines)
2178 var lines = new Array();
2214 lines.push(ln);
2231 lines.push("#define " + keys[i] + " " + item[0]);
2241 for (var k in lines) {
2242 outfile.WriteLine(lines[k]);
/PHP-7.4/docs/
H A Dmailinglist-rules.md49 signatures to a maximum of 2 lines if at all necessary.
/PHP-7.4/ext/iconv/
H A Dconfig.m4192 AC_MSG_CHECKING([if your cpp allows macro usage in include lines])

Completed in 63 milliseconds

123456