Home
last modified time | relevance | path

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

123456

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.c42 …PHPDBG_LIST_COMMAND_D(lines, "lists the specified lines", 'l', list_lines, NULL, "l", PHPD…
49 PHPDBG_LIST(lines) /* {{{ */ in PHPDBG_LIST() argument
149 if (lastline > data->lines) { in phpdbg_list_file()
150 lastline = data->lines; in phpdbg_list_file()
273 dataptr->lines = ++line; in phpdbg_compile_file()
342 dataptr->lines = ++line; in phpdbg_compile_string()
H A Dphpdbg_io.c201 if (count % PHPDBG_G(lines) == 0) {
215 if (bytes && count % PHPDBG_G(lines) != 0) {
231 && PHPDBG_G(lines) > 0) {
/PHP-7.4/ext/gd/tests/
H A Dimagedashedline_basic.phpt28 // red dashed lines
31 // draw a couple of vertical dashed lines
H A Dbug40764.phpt2 Bug #40764 (line thickness not respected for horizontal and vertical lines)
H A Dbug48555.phpt2 Bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines)
H A Dbug43475.phpt2 Bug #43475 (Thick styled lines have scrambled patterns)
/PHP-7.4/ext/standard/tests/file/
H A Dfile_variation9.phpt20 "File has\n\nmultiple lines and newlines\n\n",
71 string(28) "multiple lines and newlines
H A Dbug26615.phpt2 Bug #26615 (exec crash on long input lines)
H A Dbug26938.phpt2 Bug #26938 (exec does not read consecutive long lines correctly)
H A Dfile_variation7.phpt2 file() on a file with blank lines
H A Dfeof_basic.phpt40 echo "*** writing $count lines, testing feof ***\n";
79 *** writing 10 lines, testing feof ***
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug49847.phpt2 Bug #49847 (exec() fails on lines larger then 4095 bytes)
/PHP-7.4/ext/imap/tests/
H A Dimap_fetchstructure_basic.phpt28 'ifdescription','lines','bytes','parameters');
36 var_dump($z->lines);
/PHP-7.4/ext/mbstring/ucgendat/
H A Ductest.php22 $lines = explode("\n", $input);
23 foreach ($lines as $line) {
H A Ducgendat.php198 $lines = explode("\n", $input);
199 foreach ($lines as $line) {
217 $lines = parseDataFile($input);
218 foreach ($lines as $fields) {
232 $lines->next();
233 $nextFields = $lines->current();
/PHP-7.4/ext/opcache/tests/opt/
H A Dsccp_016.phpt16 $_main: ; (lines=4, args=0, vars=1, tmps=1)
/PHP-7.4/ext/standard/html_tables/
H A Dhtml_table_gen.php187 $lines = explode("\n", file_get_contents($e{'file'})); variable
188 foreach ($lines as $l) {
330 $lines = explode("\n", file_get_contents($e{'file'})); variable
331 foreach ($lines as $l) {
/PHP-7.4/ext/fileinfo/tests/
H A Dbug68819_002.phpt26 string(60) "ASCII text, with very long lines, with CRLF line terminators"
/PHP-7.4/ext/standard/tests/network/
H A Dbug73594.phpt13 // skip empty and header lines
H A Dbug73594a.phpt13 // skip empty and header lines
/PHP-7.4/sapi/cli/tests/
H A D013.phpt2 running PHP code before and after processing input lines with -B and -E
/PHP-7.4/sapi/fpm/tests/
H A Dlog-bwd-msg-with-nl.phpt2 FPM: Buffered worker output decorated log with msg containing new lines
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 …]
/PHP-7.4/sapi/cgi/tests/
H A D010.phpt2 Bug #45860 (header() function fails to correctly replace all Status lines)
/PHP-7.4/ext/standard/tests/strings/
H A Dnl2br_variation2.phpt27 //two blank lines

Completed in 35 milliseconds

123456