Home
last modified time | relevance | path

Searched refs:lines (Results 51 – 75 of 96) sorted by relevance

1234

/PHP-7.2/tests/
H A Dquicktester.inc23 // ignore empty lines
/PHP-7.2/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()
365 lines = ioctl(fileno(stdout), TIOCGWINSZ, &w) == 0 ? w.ws_row : 40; in phpdbg_get_terminal_height()
367 lines = 40; in phpdbg_get_terminal_height()
369 return lines; in phpdbg_get_terminal_height()
H A Dphpdbg_prompt.c553 for (i = 1; i <= data->lines; i++) { in phpdbg_compile_stdin()
611 data = erealloc(data, sizeof(phpdbg_file_source) + sizeof(uint32_t) * ++data->lines); in phpdbg_compile()
612 memmove(data->line + 1, data->line, sizeof(uint32_t) * data->lines); in phpdbg_compile()
619 for (i = 1; i <= data->lines; i++) { in phpdbg_compile()
1571 return PHPDBG_LIST_HANDLER(lines)(PHPDBG_COMMAND_ARGS); in PHPDBG_COMMAND()
1574 return PHPDBG_LIST_HANDLER(lines)(PHPDBG_COMMAND_ARGS); in PHPDBG_COMMAND()
1577 return PHPDBG_LIST_HANDLER(lines)(PHPDBG_COMMAND_ARGS); in PHPDBG_COMMAND()
H A Dphpdbg.h331 long lines; /* max number of lines to display */ variable
/PHP-7.2/ext/standard/tests/strings/
H A Dstrrev_variation3.phpt15 spanning multiple lines
H A Dstrncasecmp_variation9.phpt17 spanning multiple lines
/PHP-7.2/ext/standard/tests/streams/
H A Dstream_get_line_nb.phpt14 * Never return incomplete lines, except on documented conditions:
/PHP-7.2/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt81 $lines = [];
/PHP-7.2/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 …]
H A D023.phpt69 Only two lines of text should follow:<br>
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt85 // Strip additional lines outputted by recent PgSQL versions
/PHP-7.2/win32/build/
H A Dconfutils.js301 var lines = 0;
323 if (lines++) {
338 if (lines)
2101 var lines = new Array();
2137 lines.push(ln);
2154 lines.push("#define " + keys[i] + " " + item[0]);
2164 for (var k in lines) {
2165 outfile.WriteLine(lines[k]);
/PHP-7.2/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.2/ext/ftp/
H A Dftp.c1994 size_t lines; in ftp_genlist() local
2033 lines = 0; in ftp_genlist()
2045 lines++; in ftp_genlist()
2055 ret = safe_emalloc((lines + 1), sizeof(char*), size); in ftp_genlist()
2058 text = (char*) (ret + lines + 1); in ftp_genlist()
/PHP-7.2/ext/iconv/
H A Dconfig.m4196 AC_MSG_CHECKING([if your cpp allows macro usage in include lines])
/PHP-7.2/
H A DREADME.MAILINGLIST_RULES52 signatures to a maximum of 2 lines if at all necessary.
H A DREADME.SELF-CONTAINED-EXTENSIONS151 3. Add the following lines to your C source file:
H A DREADME.GIT-RULES97 try to align your lines vertically, if they wrap. It looks bad otherwise.
H A Dserver-tests.php1489 $lines = preg_split("/[\n\r]+/",$section_text['EXPECTHEADERS']);
1491 foreach ($lines as $line) {
/PHP-7.2/Zend/
H A DREADME.ZEND_VM99 zend_vm_execute.h. Debugging with original file requires --with-lines
/PHP-7.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c1186 size_t lines, linecnt, bytecnt; in mcopy() local
1210 for (lines = linecnt, b = buf; lines && b < end && in mcopy()
1215 lines--, b++) { in mcopy()
1220 if (lines) in mcopy()
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_poll_mixing_insert_select.phpt116 // Checking if all lines are still usable
/PHP-7.2/ext/spl/internal/
H A Dsplfileobject.inc20 /** Flag: wheter to suppress new lines */
/PHP-7.2/win32/
H A Dinstall.txt512 You should add the following lines to your Apache httpd.conf file:
537 Installation Steps section, you need to insert these lines to your
638 You need to insert these three lines to your Apache httpd.conf
660 You need to insert these two lines to your Apache httpd.conf
705 two lines:
712 important lines in obj.conf and allow the web server to handle
730 two lines:
739 and add the following: You should place the lines after mime types
752 all 'ObjectType' and before all 'AddLog' lines:
961 the extension=php_*.dll lines in php.ini. This is done by deleting
[all …]
/PHP-7.2/ext/fileinfo/tests/
H A Dbug68819_001.phpt18 string(60) "ASCII text, with very long lines, with CRLF line terminators"

Completed in 119 milliseconds

1234