/PHP-5.3/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.3/tests/output/ |
H A D | bug63377.phpt | 17 $lines = file('/proc/meminfo'); 19 foreach ($lines as $line) { 31 $lines = explode("\n",`sysctl -a`); 33 foreach ($lines as $line) {
|
/PHP-5.3/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.3/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.3/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.3/scripts/dev/generate-phpt/src/ |
H A D | gtCodeSnippet.php | 24 $lines = file($filename); 25 foreach($lines as $l) {
|
/PHP-5.3/ext/standard/tests/file/ |
H A D | fgets_socket_variation2.phpt | 12 // populate the file with lines of data 39 echo "\nRead lines from the client\n"; 60 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)
|
/PHP-5.3/ext/mysqli/tests/ |
H A D | mysqli_set_local_infile_handler_nested_call.phpt | 52 $lines = explode("\n", $buffer); 53 if (count($lines) != 4 && strlen($buffer) > 0) { 54 …printf("[014] Test is too simple to handle a buffer of size %d that cannot hold all lines\n", $buf… 59 foreach ($lines as $k => $line) {
|
H A D | mysqli_set_local_infile_handler_short_len.phpt | 52 $lines = explode("\n", $buffer); 53 if (count($lines) != 4 && strlen($buffer) > 0) { 54 …printf("[014] Test is too simple to handle a buffer of size %d that cannot hold all lines\n", $buf… 59 foreach ($lines as $k => $line) {
|
H A D | mysqli_set_local_infile_default.phpt | 65 $lines = explode("\n", $buffer); 66 if (count($lines) != 4 && strlen($buffer) > 0) { 67 …printf("[014] Test is too simple to handle a buffer of size %d that cannot hold all lines\n", $buf… 72 foreach ($lines as $k => $line) {
|
H A D | mysqli_set_local_infile_handler_openbasedir.phpt | 69 $lines = explode("\n", $buffer); 70 if (count($lines) != 4 && strlen($buffer) > 0) { 71 …printf("[014] Test is too simple to handle a buffer of size %d that cannot hold all lines\n", $buf… 76 foreach ($lines as $k => $line) {
|
H A D | mysqli_set_local_infile_handler.phpt | 49 $lines = explode("\n", $buffer); 50 if (count($lines) != 4 && strlen($buffer) > 0) { 51 …printf("[014] Test is too simple to handle a buffer of size %d that cannot hold all lines\n", $buf… 56 foreach ($lines as $k => $line) {
|
/PHP-5.3/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.3/ext/gd/tests/ |
H A D | imagedashedline_basic.phpt | 29 // red dashed lines 32 // draw a couple of vertical dashed lines
|
/PHP-5.3/ext/imap/tests/ |
H A D | imap_fetchstructure_basic.phpt | 28 'ifdescription','lines','bytes','parameters'); 36 var_dump($z->lines);
|
/PHP-5.3/ext/standard/tests/general_functions/ |
H A D | bug49847.phpt | 2 Bug #49847 (exec() fails on lines larger then 4095 bytes)
|