Home
last modified time | relevance | path

Searched refs:lines (Results 101 – 125 of 126) sorted by relevance

123456

/PHP-7.4/ext/ftp/
H A Dftp.c2010 size_t lines; in ftp_genlist() local
2049 lines = 0; in ftp_genlist()
2061 lines++; in ftp_genlist()
2071 ret = safe_emalloc((lines + 1), sizeof(char*), size); in ftp_genlist()
2074 text = (char*) (ret + lines + 1); in ftp_genlist()
/PHP-7.4/Zend/
H A DREADME.md134 file requires `--with-lines` option. By default ZE2 uses the following command
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_poll_mixing_insert_select.phpt115 // Checking if all lines are still usable
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c554 for (i = 1; i <= data->lines; i++) { in phpdbg_compile_stdin()
1525 return PHPDBG_LIST_HANDLER(lines)(PHPDBG_COMMAND_ARGS); in PHPDBG_COMMAND()
1528 return PHPDBG_LIST_HANDLER(lines)(PHPDBG_COMMAND_ARGS); in PHPDBG_COMMAND()
1531 return PHPDBG_LIST_HANDLER(lines)(PHPDBG_COMMAND_ARGS); in PHPDBG_COMMAND()
H A Dphpdbg.c146 pg->lines = phpdbg_get_terminal_height(); in php_phpdbg_globals_ctor()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1314 size_t lines, linecnt, bytecnt; in mcopy() local
1338 for (lines = linecnt, b = buf; lines && b < end && in mcopy()
1343 lines--, b++) { in mcopy()
1350 if (lines) in mcopy()
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.conf.in45 ; line is over the limit, it is wrapped on multiple lines. The limit is for
/PHP-7.4/tests/lang/
H A D023.phpt69 Only two lines of text should follow:<br>
/PHP-7.4/docs/
H A Dself-contained-extensions.md151 3. Add the following lines to your C source file:
H A Drelease-process.md304 * Remove all the names at the ends of lines.
/PHP-7.4/ext/fileinfo/tests/
H A Dbug68819_001.phpt18 string(60) "ASCII text, with very long lines, with CRLF line terminators"
H A Dmagic私はガラスを食べられます75 >>10 byte !1 %d lines,
1998 # specified type if both of the lines are correct - i.e. if the first
5374 # Longer version to recognise SAM alignment lines using (many) regexes
12930 # Check that the first 100 lines start with C or whitespace first.
17093 # https://github.com/ax3l/lines-are-beautiful
17095 # reMarkable-lines-file-format.html#what-to-do-next
17098 >11 string lines
17107 >11 string .lines
23540 # The `eval' lines recognizes an outrageously clever hack.
23574 # not 'p', check other lines
[all …]
H A Dmagic75 >>10 byte !1 %d lines,
1998 # specified type if both of the lines are correct - i.e. if the first
5374 # Longer version to recognise SAM alignment lines using (many) regexes
12930 # Check that the first 100 lines start with C or whitespace first.
17093 # https://github.com/ax3l/lines-are-beautiful
17095 # reMarkable-lines-file-format.html#what-to-do-next
17098 >11 string lines
17107 >11 string .lines
23540 # The `eval' lines recognizes an outrageously clever hack.
23574 # not 'p', check other lines
[all …]
/PHP-7.4/ext/imap/
H A Dphp_imap.c3418 if (body->size.lines) { in PHP_FUNCTION()
3419 add_property_long(return_value, "lines", body->size.lines); in PHP_FUNCTION()
3791 bod->size.lines = zval_get_long(pvalue); in PHP_FUNCTION()
3913 bod->size.lines = zval_get_long(pvalue); in PHP_FUNCTION()
4722 if (body->size.lines) { in _php_imap_add_body()
4723 add_property_long(arg, "lines", body->size.lines); in _php_imap_add_body()
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar97 * number of hits on each line, highlights un-executed lines in red
336 $output->writeElement('h3', 'Total lines: ' . $total . ', covered lines: ' . $covered);
/PHP-7.4/
H A Drun-tests.php2526 $lines = preg_split("/[\n\r]+/", $section_text['EXPECTHEADERS']);
2528 foreach ($lines as $line) {
H A DCONTRIBUTING.md373 to align your lines vertically, if they wrap. It looks bad otherwise.
H A Dphp.ini-development22 ; The syntax of the file is extremely simple. Whitespace and lines
517 ; source lines.
H A Dphp.ini-production22 ; The syntax of the file is extremely simple. Whitespace and lines
517 ; source lines.
/PHP-7.4/ext/standard/tests/file/
H A Dfile.inc335 text_with_new_line = same as text but new lines are written
/PHP-7.4/build/
H A Dphp.m4601 dnl Add a (Darwin / Mac OS X) framework path to the link and include lines.
605 dnl lines.
622 dnl link and include lines.
H A Dlibtool.m44488 # if finds mixed CR/LF and LF-only lines. Since sed operates in
4489 # text mode, it properly converts lines to CR/LF. This bash problem
/PHP-7.4/ext/oci8/tests/
H A Dbug43492.phpt36 If either or both of the lines marked (*) are removed, then the script
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE261 functions (ten lines or less in length), then the use of the object
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE264 functions (ten lines or less in length), then the use of the object

Completed in 216 milliseconds

123456