/PHP-7.0/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.0/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-7.0/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-7.0/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-7.0/sapi/phpdbg/ |
H A D | phpdbg_list.h | 30 PHPDBG_LIST(lines); 52 uint lines; member
|
H A D | phpdbg_set.c | 46 …PHPDBG_SET_COMMAND_D(lines, "usage: set lines [<number>]", 'l', set_lines, … 81 PHPDBG_SET(lines) /* {{{ */ in PHPDBG_SET() argument 84 phpdbg_writeln("setlines", "active=\"%s\"", "Lines %ld", PHPDBG_G(lines)); in PHPDBG_SET() 87 PHPDBG_G(lines) = param->num; in PHPDBG_SET()
|
H A D | phpdbg_set.h | 40 PHPDBG_SET(lines);
|
H A D | phpdbg_list.c | 42 …PHPDBG_LIST_COMMAND_D(lines, "lists the specified lines", 'l', list_lines, NULL, "l", PHPD… 49 PHPDBG_LIST(lines) /* {{{ */ in PHPDBG_LIST() argument 149 if (lastline > data->lines) { in phpdbg_list_file() 150 lastline = data->lines; in phpdbg_list_file() 270 dataptr->lines = ++line; in phpdbg_compile_file() 353 dataptr->lines = ++line; in phpdbg_compile_string()
|
/PHP-7.0/scripts/dev/generate-phpt/src/ |
H A D | gtCodeSnippet.php | 24 $lines = file($filename); 25 foreach($lines as $l) {
|
/PHP-7.0/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)
|
/PHP-7.0/sapi/phpdbg/tests/ |
H A D | phpdbg_get_executable_stream_wrapper.phpt | 2 Getting executable lines from custom wrappers 69 * Next, we include a PHP file that contains executable lines, via the stream 77 * included file is present in the array, but indicates no executable lines.
|
/PHP-7.0/scripts/dev/ |
H A D | check_parameters.php | 328 $lines = preg_split("/(\r\n?|\n)/S", $txt, -1, PREG_SPLIT_DELIM_CAPTURE); 331 for ($i = 0; $i < count($lines); ++$i) { 332 $j += strlen($lines[$i]) + strlen(@$lines[++$i]);
|
/PHP-7.0/ext/imap/tests/ |
H A D | imap_fetchstructure_basic.phpt | 28 'ifdescription','lines','bytes','parameters'); 36 var_dump($z->lines);
|
/PHP-7.0/ext/gd/tests/ |
H A D | imagedashedline_basic.phpt | 29 // red dashed lines 32 // draw a couple of vertical dashed lines
|
/PHP-7.0/ext/standard/tests/general_functions/ |
H A D | bug49847.phpt | 2 Bug #49847 (exec() fails on lines larger then 4095 bytes)
|
/PHP-7.0/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) {
|