Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 25 of 80) sorted by path

1234

/PHP-5.5/
H A DINSTALL284 lines used in restarting the server, for different apache/unix
685 should place the following lines after mime types init.
700 g' lines
1044 APT will automatically add the appropriate lines to the different
1103 with the default web server requires uncommenting a few lines in the
1137 2. With a text editor, uncomment the lines (by removing the #) that
1138 look similar to the following (these two lines are often not
1906 you need to uncomment or add some or all of the following lines
H A DNEWS5264 - Fixed bug #50907 (X-PHP-Originating-Script adding two new lines in *NIX).
5495 output lines >4095 bytes). (Ilia)
6748 lines). (Dmitry)
7642 lines). (Pierre)
7764 - Added optimization for imageline with horizontal and vertical lines (Pierre)
8246 . Added support for reading csv and skipping empty lines in SplFileObject.
8834 - Fixed bug #36046 (parse_ini_file() miscounts lines in multi-line values).
H A DREADME.EXTENSIONS47 than 4.1.0, you can drop the #if/#endif lines.
H A DREADME.EXT_SKEL104 empty lines.
H A DREADME.GIT-RULES92 try to align your lines vertically, if they wrap. It looks bad otherwise.
H A DREADME.MAILINGLIST_RULES52 signatures to a maximum of 2 lines if at all necessary.
H A DREADME.RELEASE_PROCESS239 c. remove all the names at the ends of lines
H A DREADME.SELF-CONTAINED-EXTENSIONS151 3. Add the following lines to your C source file:
H A Dacinclude.m4616 dnl and include lines. default paths include (but are
621 dnl relevant lines.
638 dnl framework itself to the link and include lines.
/PHP-5.5/Zend/
H A DREADME.ZEND_VM99 zend_vm_execute.h. Debugging with original file requires --with-lines
H A DZEND_CHANGES879 // matches the following 7 lines with the for directive.
/PHP-5.5/Zend/tests/
H A Dbug33512.phpt48 //the lines below will catch by '__get' magic method since these variables are unavailable anymore
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-5.5/build/
H A Dlibtool.m44492 # if finds mixed CR/LF and LF-only lines. Since sed operates in
4493 # text mode, it properly converts lines to CR/LF. This bash problem
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch3080 - size_t lines;
3081 + size_t lines, linecnt, bytecnt;
3101 for (lines = linecnt, b = buf; lines && b < end &&
3106 if (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()
/PHP-5.5/ext/fileinfo/tests/
H A Dbug68819_001.phpt18 string(60) "ASCII text, with very long lines, with CRLF line terminators"
H A Dbug68819_002.phpt26 string(60) "ASCII text, with very long lines, with CRLF line terminators"
H A Dmagic75 >>10 byte !1 %d lines,
1422 # specified type if both of the lines are correct - i.e. if the first
1673 # These next two lines do not work, because a bzip2 Debian archive
13151 # Uncommenting only the first two lines will cover about 2/3 of COM files,
14806 # The `eval' lines recognizes an outrageously clever hack.
14833 # not 'p', check other lines
17193 # not 'p', check other lines
17722 # files, but the first character in most subsequent lines is 'h' instead of
/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/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 Dimagedashedline_basic.phpt29 // red dashed lines
32 // draw a couple of vertical dashed 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/imap/
H A Dphp_imap.c3324 if (body->size.lines) { in PHP_FUNCTION()
3325 add_property_long(return_value, "lines", body->size.lines); in PHP_FUNCTION()
3645 bod->size.lines = Z_LVAL_PP(pvalue); in PHP_FUNCTION()
3758 bod->size.lines = Z_LVAL_PP(pvalue); in PHP_FUNCTION()
4574 if (body->size.lines) { in _php_imap_add_body()
4575 add_property_long(arg, "lines", body->size.lines); in _php_imap_add_body()

Completed in 155 milliseconds

1234