/PHP-7.4/sapi/cli/tests/ |
H A D | bug78323.phpt | 23 $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.4/ext/standard/tests/streams/ |
H A D | bug60455_03.phpt | 2 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.4/sapi/cgi/tests/ |
H A D | bug78323.phpt | 18 $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.4/Zend/tests/ |
H A D | bug79934.phpt | 4 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 D | bug55509.phpt | 17 $lines = file('/proc/meminfo'); 19 foreach ($lines as $line) { 31 $lines = explode("\n",`sysctl -a`); 33 foreach ($lines as $line) {
|
/PHP-7.4/sapi/fpm/tests/ |
H A D | bug78323.phpt | 18 $lines = preg_split('/\R/', $output); 19 echo $lines[0], "\n", 29 $lines = preg_split('/\R/', $output); 30 echo $lines[0], "\n",
|
H A D | logtool.inc | 135 * @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 …]
|
H A D | log-bwp-msg-flush-split-fallback.phpt | 33 $lines = $tester->getLogLines(2); 34 var_dump($lines[0] === str_repeat('a', 1021) . "\0f\n"); 35 var_dump($lines[1] === "abc\n");
|
/PHP-7.4/ext/opcache/tests/opt/ |
H A D | prop_types.phpt | 42 $_main: ; (lines=1, args=0, vars=0, tmps=0, ssa_vars=0, no_loops) 46 BB0: start exit lines=[0-0] 50 noScope: ; (lines=10, args=1, vars=1, tmps=1, ssa_vars=5, no_loops) 55 BB0: start exit lines=[0-9] 68 Test::inTest: ; (lines=9, args=0, vars=0, tmps=1, ssa_vars=3, no_loops) 72 BB0: start exit lines=[0-8] 84 Test::inTestWithTest2: ; (lines=10, args=1, vars=1, tmps=1, ssa_vars=5, no_loops) 89 BB0: start exit lines=[0-9] 102 Test2::inTest2: ; (lines=9, args=0, vars=0, tmps=1, ssa_vars=3, no_loops) 106 BB0: start exit lines=[0-8]
|
H A D | dce_006.phpt | 21 $_main: ; (lines=1, args=0, vars=0, tmps=0) 26 foo: ; (lines=7, args=1, vars=2, tmps=1) 39 A::__destruct: ; (lines=1, args=0, vars=0, tmps=0)
|
H A D | sccp_001.phpt | 21 $_main: ; (lines=1, args=0, vars=0, tmps=0) 26 foo: ; (lines=1, args=0, vars=0, tmps=0)
|
H A D | sccp_019.phpt | 21 $_main: ; (lines=1, args=0, vars=0, tmps=0) 26 foo: ; (lines=2, args=1, vars=1, tmps=0)
|
H A D | sccp_017.phpt | 22 $_main: ; (lines=1, args=0, vars=0, tmps=0) 27 foo: ; (lines=2, args=1, vars=1, tmps=0)
|
H A D | dce_003.phpt | 19 $_main: ; (lines=1, args=0, vars=0, tmps=0) 24 foo: ; (lines=3, args=1, vars=1, tmps=0)
|
H A D | jmp_001.phpt | 19 $_main: ; (lines=1, args=0, vars=0, tmps=0) 24 test: ; (lines=4, args=0, vars=1, tmps=1)
|
H A D | sccp_005.phpt | 19 $_main: ; (lines=1, args=0, vars=0, tmps=0) 24 foo: ; (lines=3, args=1, vars=1, tmps=0)
|
H A D | sccp_009.phpt | 20 $_main: ; (lines=1, args=0, vars=0, tmps=0) 25 foo: ; (lines=3, args=1, vars=1, tmps=0)
|
H A D | dce_005.phpt | 20 $_main: ; (lines=1, args=0, vars=0, tmps=0) 25 foo: ; (lines=2, args=1, vars=1, tmps=0)
|
H A D | sccp_007.phpt | 23 $_main: ; (lines=1, args=0, vars=0, tmps=0) 28 foo: ; (lines=3, args=1, vars=1, tmps=0)
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_list.h | 30 PHPDBG_LIST(lines); 51 uint32_t lines; member
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | print_basic.phpt | 22 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 D | nl2br_variation3.phpt | 15 //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 D | stripos_variation3.phpt | 15 echo "-- With heredoc string containing multi lines --\n"; 18 spanning multiple lines 31 -- With heredoc string containing multi lines --
|
H A D | strrpos_variation3.phpt | 15 echo "-- With heredoc string containing multi lines --\n"; 18 spanning multiple lines 31 -- With heredoc string containing multi lines --
|
/PHP-7.4/ext/spl/tests/ |
H A D | bug80933.phpt | 5 $lines = [ 9 foreach ($lines as $line) {
|