Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 25 of 119) sorted by relevance

12345

/PHP-7.3/sapi/cli/tests/
H A Dbug78323.phpt23 $lines = preg_split('/\R/', $output);
24 echo $lines[0], "\n",
25 $lines[1], "\n",
35 $lines = preg_split('/\R/', $output);
36 echo $lines[0], "\n",
37 $lines[1], "\n",
47 $lines = preg_split('/\R/', $output);
48 echo $lines[0], "\n",
49 $lines[1], "\n",
59 $lines = preg_split('/\R/', $output);
[all …]
/PHP-7.3/ext/standard/tests/streams/
H A Dbug60455_03.phpt2 Bug #60455: stream_get_line and 2 lines, one possibly empty
6 private $lines = array();
10 $this->lines[] = "a\n";
11 $this->lines[] = ($path == "test://nonempty2nd" ? "b\n" : "\n");
17 if (key_exists($this->s++, $this->lines))
18 return $this->lines[$this->s - 1];
/PHP-7.3/sapi/cgi/tests/
H A Dbug78323.phpt18 $lines = preg_split('/\R/', $output);
19 echo $lines[0], "\n",
20 $lines[1], "\n",
30 $lines = preg_split('/\R/', $output);
31 echo $lines[0], "\n",
/PHP-7.3/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
H A Dbug55509.phpt17 $lines = file('/proc/meminfo');
19 foreach ($lines as $line) {
31 $lines = explode("\n",`sysctl -a`);
33 foreach ($lines as $line) {
/PHP-7.3/sapi/fpm/tests/
H A Dbug78323.phpt18 $lines = preg_split('/\R/', $output);
19 echo $lines[0], "\n",
29 $lines = preg_split('/\R/', $output);
30 echo $lines[0], "\n",
H A Dlogtool.inc129 * @param array $lines
151 foreach ($lines as $idx => $line) {
163 $line = $lines[++$idx];
282 * @param array $lines
285 public function expectStartingLines(array $lines)
291 if (count($lines) < 2) {
292 return $this->error("No starting lines");
302 * @param array $lines
312 if (count($lines) - $idx < 3) {
434 'lines' => [
[all …]
/PHP-7.3/ext/opcache/tests/opt/
H A Ddce_006.phpt20 $_main: ; (lines=1, args=0, vars=0, tmps=0)
25 foo: ; (lines=7, args=1, vars=2, tmps=1)
36 A::__destruct: ; (lines=1, args=0, vars=0, tmps=0)
H A Dsccp_001.phpt20 $_main: ; (lines=1, args=0, vars=0, tmps=0)
25 foo: ; (lines=1, args=0, vars=0, tmps=0)
H A Dsccp_017.phpt21 $_main: ; (lines=1, args=0, vars=0, tmps=0)
26 foo: ; (lines=2, args=1, vars=1, tmps=0)
H A Dsccp_019.phpt20 $_main: ; (lines=1, args=0, vars=0, tmps=0)
25 foo: ; (lines=2, args=1, vars=1, tmps=0)
H A Dsccp_005.phpt18 $_main: ; (lines=1, args=0, vars=0, tmps=0)
23 foo: ; (lines=3, args=1, vars=1, tmps=0)
H A Ddce_003.phpt18 $_main: ; (lines=1, args=0, vars=0, tmps=0)
23 foo: ; (lines=3, args=1, vars=1, tmps=0)
H A Djmp_001.phpt19 $_main: ; (lines=1, args=0, vars=0, tmps=0)
24 test: ; (lines=4, args=0, vars=1, tmps=1)
H A Dsccp_007.phpt22 $_main: ; (lines=1, args=0, vars=0, tmps=0)
27 foo: ; (lines=3, args=1, vars=1, tmps=0)
H A Dsccp_009.phpt19 $_main: ; (lines=1, args=0, vars=0, tmps=0)
24 foo: ; (lines=3, args=1, vars=1, tmps=0)
H A Ddce_005.phpt19 $_main: ; (lines=1, args=0, vars=0, tmps=0)
24 foo: ; (lines=2, args=1, vars=1, tmps=0)
H A Ddce_007.phpt18 $_main: ; (lines=1, args=0, vars=0, tmps=0)
23 esc: ; (lines=3, args=1, vars=2, tmps=0)
H A Ddce_008.phpt18 $_main: ; (lines=1, args=0, vars=0, tmps=0)
23 esc: ; (lines=4, args=1, vars=2, tmps=0)
H A Dsccp_003.phpt25 $_main: ; (lines=1, args=0, vars=0, tmps=0)
30 foo: ; (lines=3, args=0, vars=0, tmps=0)
/PHP-7.3/ext/standard/tests/strings/
H A Dprint_basic.phpt22 multiple lines. The newlines will be
26 print "This also spans\nmultiple lines. The newlines will be\noutput as well.";
56 multiple lines with $variable interpolation. Note
71 multiple lines. The newlines will be
75 multiple lines. The newlines will be
89 multiple lines with VARIABLE interpolation. Note
H A Dnl2br_variation3.phpt15 //heredoc string containing new line chars(\n, \r and combinations of \r & \n) and new lines
25 //heredoc string containing embedded 'new line chars'/'new lines' in the string
28 This is \tes\t for \n \new lines
68 ew lines<br />
H A Dstripos_variation3.phpt15 echo "-- With heredoc string containing multi lines --\n";
18 spanning multiple lines
31 -- With heredoc string containing multi lines --
H A Dstrrpos_variation3.phpt15 echo "-- With heredoc string containing multi lines --\n";
18 spanning multiple lines
31 -- With heredoc string containing multi lines --
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_list.h30 PHPDBG_LIST(lines);
51 uint32_t lines; member

Completed in 42 milliseconds

12345