Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/gd/tests/
H A Dbug48555.phpt2 Bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines)
/PHP-5.5/sapi/cgi/tests/
H A D010.phpt2 Bug #45860 (header() function fails to correctly replace all Status lines)
/PHP-5.5/ext/standard/tests/file/
H A Dfeof_basic.phpt40 echo "*** writing $count lines, testing feof ***\n";
79 *** writing 10 lines, testing feof ***
/PHP-5.5/ext/zlib/tests/
H A Dgzfilegzreadfile.phpt39 $lines = gzfile($filename);
43 foreach ($lines as $line) {
/PHP-5.5/ext/standard/tests/strings/
H A Dnl2br_variation2.phpt27 //two blank lines
H A Dstrncmp_variation9.phpt17 spanning multiple lines
H A Dnl2br_variation1.phpt29 //two blank lines
H A Ducwords_basic.phpt12 // lines with different whitespace charecter
H A Dstrrev_variation3.phpt15 spanning multiple lines
H A Dstrncasecmp_variation9.phpt17 spanning multiple lines
/PHP-5.5/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-5.5/tests/
H A Dquicktester.inc23 // ignore empty lines
/PHP-5.5/Zend/tests/
H A Dbug33512.phpt48 //the lines below will catch by '__get' magic method since these variables are unavailable anymore
/PHP-5.5/
H A DREADME.EXTENSIONS47 than 4.1.0, you can drop the #if/#endif lines.
H A DREADME.MAILINGLIST_RULES52 signatures to a maximum of 2 lines if at all necessary.
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_line_nb.phpt14 * Never return incomplete lines, except on documented conditions:
/PHP-5.5/win32/build/
H A Dconfutils.js265 var lines = 0;
287 if (lines++) {
302 if (lines)
1759 var lines = new Array();
1795 lines.push(ln);
1812 lines.push("#define " + keys[i] + " " + item[0]);
1822 for (var k in lines) {
1823 outfile.WriteLine(lines[k]);
/PHP-5.5/tests/lang/
H A D024.phpt412 Only two lines of text should follow:
637 Only two lines of text should follow:
862 Only two lines of text should follow:
1087 Only two lines of text should follow:
1312 Only two lines of text should follow:
1537 Only two lines of text should follow:
1762 Only two lines of text should follow:
1987 Only two lines of text should follow:
2212 Only two lines of text should follow:
2437 Only two lines of text should follow:
[all …]
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt26 Place the following two lines after mime.types init in
47 # all 'AddLog' lines
/PHP-5.5/ext/ftp/
H A Dftp.c1614 size_t lines; in ftp_genlist() local
1653 lines = 0; in ftp_genlist()
1665 lines++; in ftp_genlist()
1675 ret = safe_emalloc((lines + 1), sizeof(char*), size); in ftp_genlist()
1678 text = (char*) (ret + lines + 1); in ftp_genlist()
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt85 // Strip additional lines outputted by recent PgSQL versions
/PHP-5.5/ext/oci8/tests/
H A Ddbmsoutput.phpt59 // Returns an array of DBMS_OUTPUT lines, or false.
75 $s = oci_parse($c, "begin dbms_output.get_lines(:lines, :numlines); end;");
79 oci_bind_array_by_name($s, ":lines", $lines, $numlines, 255, SQLT_CHR);
84 $res = array_merge($res, array_slice($lines, 0, $numlines));
85 unset($lines);
/PHP-5.5/Zend/
H A DREADME.ZEND_VM99 zend_vm_execute.h. Debugging with original file requires --with-lines
/PHP-5.5/ext/iconv/
H A Dconfig.m4193 AC_MSG_CHECKING([if your cpp allows macro usage in include lines])
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c1029 size_t lines, linecnt, bytecnt; in mcopy() local
1051 for (lines = linecnt, b = buf; lines && b < end && in mcopy()
1056 lines--, b++) { in mcopy()
1061 if (lines) in mcopy()

Completed in 55 milliseconds

1234