Home
last modified time | relevance | path

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

1234

/PHP-5.5/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-5.5/ext/pcre/pcrelib/testdata/
H A Dgrepinputx11 of lines
14 of lines all by themselves.
17 of lines
H A Dgreplist2 lines because they will match everything! This is no longer true, so have one.
H A Dgrepoutput57 11:of lines
63 17:of lines
123 of lines
125 of lines
191 17-of lines
213 of lines
267 17-of lines
287 of lines all by themselves.
290 of lines
555 11:of lines
[all …]
/PHP-5.5/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 --
H A Dstrripos_variation3.phpt15 echo "-- With heredoc string containing multi lines --\n";
18 spanning multiple lines
42 -- With heredoc string containing multi lines --
H A Dstrrchr_variation3.phpt17 spanning multiple lines
41 spanning multiple lines
/PHP-5.5/Zend/tests/
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-5.5/scripts/dev/generate-phpt/src/
H A DgtCodeSnippet.php24 $lines = file($filename);
25 foreach($lines as $l) {
/PHP-5.5/ext/standard/tests/file/
H A Dfgets_socket_variation2.phpt12 // populate the file with lines of data
45 echo "\nRead lines from the client\n";
66 Read lines from the client
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 Dfile_variation7.phpt2 file() on a file with blank lines
H A Dbug26938.phpt2 Bug #26938 (exec does not read consecutive long lines correctly)
/PHP-5.5/scripts/dev/
H A Dcheck_parameters.php320 $lines = preg_split("/(\r\n?|\n)/S", $txt, -1, PREG_SPLIT_DELIM_CAPTURE);
323 for ($i = 0; $i < count($lines); ++$i) {
324 $j += strlen($lines[$i]) + strlen(@$lines[++$i]);
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchstructure_basic.phpt28 'ifdescription','lines','bytes','parameters');
36 var_dump($z->lines);
/PHP-5.5/ext/gd/tests/
H A Dimagedashedline_basic.phpt29 // red dashed lines
32 // draw a couple of vertical dashed lines
H A Dbug40764.phpt2 Bug #40764 (line thickness not respected for horizontal and vertical lines)
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug49847.phpt2 Bug #49847 (exec() fails on lines larger then 4095 bytes)
/PHP-5.5/ext/standard/html_tables/
H A Dhtml_table_gen.php188 $lines = explode("\n", file_get_contents($e{'file'})); variable
189 foreach ($lines as $l) {
331 $lines = explode("\n", file_get_contents($e{'file'})); variable
332 foreach ($lines as $l) {
/PHP-5.5/ext/fileinfo/tests/
H A Dbug68819_002.phpt26 string(60) "ASCII text, with very long lines, with CRLF line terminators"
/PHP-5.5/sapi/cli/tests/
H A D013.phpt2 running PHP code before and after processing input lines with -B and -E

Completed in 33 milliseconds

1234