Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 25 of 126) sorted by last modified time

123456

/PHP-7.4/
H A DNEWS1534 . Fixed bug #60594 (mysqlnd exposes 160 lines of stats in phpinfo). (PeeHaa)
H A Drun-tests.php2526 $lines = preg_split("/[\n\r]+/", $section_text['EXPECTHEADERS']);
2528 foreach ($lines as $line) {
H A Dphp.ini-development22 ; The syntax of the file is extremely simple. Whitespace and lines
517 ; source lines.
H A Dphp.ini-production22 ; The syntax of the file is extremely simple. Whitespace and lines
517 ; source lines.
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt90 // Strip additional lines outputted by recent PgSQL versions
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc756 * Get log lines
765 $lines = [];
766 /* Read $n lines or until EOF */
773 $lines[] = $line;
779 foreach ($lines as $line) {
784 return $lines;
792 $lines = $this->getLogLines();
794 return $lines[0] ?? '';
1266 * Expect starting lines to be logged.
1416 * Expect no log lines to be logged.
[all …]
H A Dlogtool.inc135 * @param array $lines
157 foreach ($lines as $idx => $line) {
169 $line = $lines[++$idx];
288 * @param array $lines
300 for ($i = 2; $i < count($lines) - 2; $i++) {
310 * @param array $lines
319 if (count($lines) < 2) {
330 * @param array $lines
340 if (count($lines) - $idx < 3) {
461 'lines' => [
[all …]
/PHP-7.4/ext/imap/
H A Dphp_imap.c3418 if (body->size.lines) { in PHP_FUNCTION()
3419 add_property_long(return_value, "lines", body->size.lines); in PHP_FUNCTION()
3791 bod->size.lines = zval_get_long(pvalue); in PHP_FUNCTION()
3913 bod->size.lines = zval_get_long(pvalue); in PHP_FUNCTION()
4722 if (body->size.lines) { in _php_imap_add_body()
4723 add_property_long(arg, "lines", body->size.lines); in _php_imap_add_body()
/PHP-7.4/ext/ftp/
H A Dftp.c2010 size_t lines; in ftp_genlist() local
2049 lines = 0; in ftp_genlist()
2061 lines++; in ftp_genlist()
2071 ret = safe_emalloc((lines + 1), sizeof(char*), size); in ftp_genlist()
2074 text = (char*) (ret + lines + 1); in ftp_genlist()
/PHP-7.4/ext/spl/tests/
H A Dbug80933.phpt5 $lines = [
9 foreach ($lines as $line) {
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c554 for (i = 1; i <= data->lines; i++) { in phpdbg_compile_stdin()
1525 return PHPDBG_LIST_HANDLER(lines)(PHPDBG_COMMAND_ARGS); in PHPDBG_COMMAND()
1528 return PHPDBG_LIST_HANDLER(lines)(PHPDBG_COMMAND_ARGS); in PHPDBG_COMMAND()
1531 return PHPDBG_LIST_HANDLER(lines)(PHPDBG_COMMAND_ARGS); in PHPDBG_COMMAND()
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.c146 pg->lines = phpdbg_get_terminal_height(); in php_phpdbg_globals_ctor()
/PHP-7.4/ext/standard/tests/streams/
H A Dbug77069.phpt16 // Process whole lines.
/PHP-7.4/build/
H A Dphp.m4601 dnl Add a (Darwin / Mac OS X) framework path to the link and include lines.
605 dnl lines.
622 dnl link and include lines.
H A Dlibtool.m44488 # if finds mixed CR/LF and LF-only lines. Since sed operates in
4489 # text mode, it properly converts lines to CR/LF. This bash problem
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_poll_mixing_insert_select.phpt115 // Checking if all lines are still usable
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/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/ext/iconv/
H A Dconfig.m4192 AC_MSG_CHECKING([if your cpp allows macro usage in include lines])
/PHP-7.4/Zend/tests/
H A Dbug79934.phpt4 This test covers different variations of whitespace-only lines in heredoc strings.
5 These whitespace-only lines should be ignored when stripping indentation.
8 // lines with only CRLF should not cause a parse error
12 // lines with only a LF should not cause a parse error
16 // lines with only a CR should not cause a parse error
20 // lines with only whitespace should not cause a parse error
/PHP-7.4/ext/standard/tests/filters/
H A Dbug74267.phpt8 $lines = [
15 foreach ($lines as $line) {
/PHP-7.4/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt2 Getting executable lines from custom wrappers
70 * Next, we include a PHP file that contains executable lines, via the stream
78 * included file is present in the array, but indicates no executable lines.
/PHP-7.4/docs/
H A Drelease-process.md304 * Remove all the names at the ends of lines.
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1314 size_t lines, linecnt, bytecnt; in mcopy() local
1338 for (lines = linecnt, b = buf; lines && b < end && in mcopy()
1343 lines--, b++) { in mcopy()
1350 if (lines) in mcopy()

Completed in 179 milliseconds

123456