Searched refs:lines (Results 1 – 25 of 84) sorted by relevance
1234
/PHP-5.6/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-5.6/ext/pcre/pcrelib/testdata/ |
H A D | grepinputx | 11 of lines 14 of lines all by themselves. 17 of lines
|
H A D | greplist | 2 lines because they will match everything! This is no longer true, so have one.
|
H A D | grepoutput | 57 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.6/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 --
|
H A D | strripos_variation3.phpt | 15 echo "-- With heredoc string containing multi lines --\n"; 18 spanning multiple lines 42 -- With heredoc string containing multi lines --
|
H A D | strrchr_variation3.phpt | 17 spanning multiple lines 41 spanning multiple lines
|
/PHP-5.6/Zend/tests/ |
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-5.6/scripts/dev/generate-phpt/src/ |
H A D | gtCodeSnippet.php | 24 $lines = file($filename); 25 foreach($lines as $l) {
|
/PHP-5.6/ext/standard/tests/file/ |
H A D | fgets_socket_variation2.phpt | 12 // populate the file with lines of data 45 echo "\nRead lines from the client\n"; 66 Read lines from the client
|
H A D | file_variation9.phpt | 20 "File has\n\nmultiple lines and newlines\n\n", 71 string(28) "multiple lines and newlines
|
H A D | bug26615.phpt | 2 Bug #26615 (exec crash on long input lines)
|
H A D | bug26938.phpt | 2 Bug #26938 (exec does not read consecutive long lines correctly)
|
/PHP-5.6/scripts/dev/ |
H A D | check_parameters.php | 320 $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.6/sapi/phpdbg/ |
H A D | phpdbg_list.h | 30 PHPDBG_LIST(lines);
|
/PHP-5.6/ext/imap/tests/ |
H A D | imap_fetchstructure_basic.phpt | 28 'ifdescription','lines','bytes','parameters'); 36 var_dump($z->lines);
|
/PHP-5.6/ext/gd/tests/ |
H A D | imagedashedline_basic.phpt | 29 // red dashed lines 32 // draw a couple of vertical dashed lines
|
H A D | bug40764.phpt | 2 Bug #40764 (line thickness not respected for horizontal and vertical lines)
|
/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | bug49847.phpt | 2 Bug #49847 (exec() fails on lines larger then 4095 bytes)
|
/PHP-5.6/ext/standard/html_tables/ |
H A D | html_table_gen.php | 188 $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.6/ext/fileinfo/tests/ |
H A D | bug68819_002.phpt | 26 string(60) "ASCII text, with very long lines, with CRLF line terminators"
|
/PHP-5.6/sapi/cli/tests/ |
H A D | 013.phpt | 2 running PHP code before and after processing input lines with -B and -E
|
Completed in 30 milliseconds
1234