Home
last modified time | relevance | path

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

1234

/PHP-7.1/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-7.1/sapi/fpm/tests/
H A Dlogtool.inc115 * @param array $lines
137 foreach ($lines as $idx => $line) {
149 $line = $lines[++$idx];
268 * @param array $lines
271 public function expectStartingLines(array $lines)
277 if (count($lines) < 2) {
278 return $this->error("No starting lines");
288 * @param array $lines
298 if (count($lines) - $idx < 3) {
420 'lines' => [
[all …]
/PHP-7.1/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.
/PHP-7.1/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 Dstrrpos_variation3.phpt15 echo "-- With heredoc string containing multi lines --\n";
18 spanning multiple lines
31 -- With heredoc string containing multi lines --
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 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-7.1/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-7.1/sapi/phpdbg/
H A Dphpdbg_list.h30 PHPDBG_LIST(lines);
51 uint lines; member
H A Dphpdbg_set.c46 …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 Dphpdbg_list.c42 …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()
271 dataptr->lines = ++line; in phpdbg_compile_file()
354 dataptr->lines = ++line; in phpdbg_compile_string()
H A Dphpdbg_set.h40 PHPDBG_SET(lines);
/PHP-7.1/scripts/dev/generate-phpt/src/
H A DgtCodeSnippet.php24 $lines = file($filename);
25 foreach($lines as $l) {
/PHP-7.1/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)
/PHP-7.1/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt2 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.1/scripts/dev/
H A Dcheck_parameters.php328 $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.1/ext/imap/tests/
H A Dimap_fetchstructure_basic.phpt28 'ifdescription','lines','bytes','parameters');
36 var_dump($z->lines);
/PHP-7.1/ext/gd/tests/
H A Dimagedashedline_basic.phpt29 // red dashed lines
32 // draw a couple of vertical dashed lines
/PHP-7.1/ext/standard/tests/general_functions/
H A Dbug49847.phpt2 Bug #49847 (exec() fails on lines larger then 4095 bytes)
/PHP-7.1/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) {

Completed in 51 milliseconds

1234