Home
last modified time | relevance | path

Searched refs:lines (Results 26 – 50 of 96) sorted by relevance

1234

/PHP-7.2/ext/standard/tests/file/
H A Dbug26615.phpt2 Bug #26615 (exec crash on long input lines)
H A Dbug26938.phpt2 Bug #26938 (exec does not read consecutive long lines correctly)
H A Dfile_variation7.phpt2 file() on a file with blank lines
H A Dfeof_basic.phpt40 echo "*** writing $count lines, testing feof ***\n";
79 *** writing 10 lines, testing feof ***
/PHP-7.2/ext/pcre/pcrelib/testdata/
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-7.2/ext/fileinfo/tests/
H A Dbug68819_002.phpt26 string(60) "ASCII text, with very long lines, with CRLF line terminators"
/PHP-7.2/ext/gd/tests/
H A Dbug40764.phpt2 Bug #40764 (line thickness not respected for horizontal and vertical lines)
H A Dbug48555.phpt2 Bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines)
H A Dbug43475.phpt2 Bug #43475 (Thick styled lines have scrambled patterns)
/PHP-7.2/sapi/fpm/tests/
H A Dtester.inc609 /* Read $number lines or until EOF */
637 * Get log lines
646 $lines = [];
647 /* Read $n lines or until EOF */
654 $lines[] = $line;
659 return $lines;
667 $lines = $this->getLogLines();
669 return $lines[0] ?? '';
1038 * Expect starting lines to be logged.
1164 * Expect no log lines to be logged.
[all …]
/PHP-7.2/sapi/cli/tests/
H A D013.phpt2 running PHP code before and after processing input lines with -B and -E
/PHP-7.2/ext/standard/tests/network/
H A Dbug73594.phpt13 // skip empty and header lines
H A Dbug73594a.phpt13 // skip empty and header lines
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_io.c201 if (count % PHPDBG_G(lines) == 0) {
215 if (bytes && count % PHPDBG_G(lines) != 0) {
231 && PHPDBG_G(lines) > 0) {
/PHP-7.2/sapi/cgi/tests/
H A D010.phpt2 Bug #45860 (header() function fails to correctly replace all Status lines)
/PHP-7.2/ext/zlib/tests/
H A Dgzfilegzreadfile.phpt39 $lines = gzfile($filename);
43 foreach ($lines as $line) {
/PHP-7.2/ext/standard/tests/strings/
H A Dnl2br_variation2.phpt27 //two blank lines
H A Dstrncmp_variation9.phpt17 spanning multiple lines
H A Ducwords_basic.phpt12 // lines with different whitespace charecter
H A Dnl2br_variation1.phpt29 //two blank lines
/PHP-7.2/ext/ftp/tests/
H A Dftp_mlsd.phpt2 ftp_mlsd() return parsed lines
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt102 $lines = explode("\n", $trace);
103 foreach ($lines as $k => $line) {
118 $lines = explode("\n", $trace);
119 foreach ($lines as $k => $line) {
/PHP-7.2/ext/hash/sha3/generic32lc/
H A Dbrg_endian.h137 # error Please edit lines 132 or 134 in brg_endian.h to set the platform byte order
/PHP-7.2/ext/hash/sha3/generic64lc/
H A Dbrg_endian.h137 # error Please edit lines 132 or 134 in brg_endian.h to set the platform byte order
/PHP-7.2/Zend/tests/
H A Dbug33512.phpt48 //the lines below will catch by '__get' magic method since these variables are unavailable anymore

Completed in 43 milliseconds

1234