Home
last modified time | relevance | path

Searched refs:length (Results 226 – 250 of 678) sorted by relevance

12345678910>>...28

/PHP-7.1/main/streams/
H A Dmemory.c313 PHPAPI php_stream *_php_stream_memory_open(int mode, char *buf, size_t length STREAMS_DC) in _php_stream_memory_open()
324 ms->fsize = length; in _php_stream_memory_open()
326 if (length) { in _php_stream_memory_open()
328 php_stream_write(stream, buf, length); in _php_stream_memory_open()
338 PHPAPI char *_php_stream_memory_get_buffer(php_stream *stream, size_t *length STREAMS_DC) in _php_stream_memory_get_buffer()
343 assert(length != 0); in _php_stream_memory_get_buffer()
345 *length = ms->fsize; in _php_stream_memory_get_buffer()
596 …ream *_php_stream_temp_open(int mode, size_t max_memory_usage, char *buf, size_t length STREAMS_DC) in _php_stream_temp_open()
603 if (length) { in _php_stream_temp_open()
605 php_stream_temp_write(stream, buf, length); in _php_stream_temp_open()
/PHP-7.1/ext/zlib/tests/
H A Dgzgetss.gz
H A Dgzgetss.test3 …an class="methodname"><strong>gzgetss</strong></span>(resource $zp, int $length [, string $allowab…
/PHP-7.1/ext/standard/tests/strings/
H A Dbug33076.phpt2 Bug #33076 (str_ireplace() incorrectly counts result string length and may cause segfault)
H A Dbug61660.phpt10 Warning: hex2bin(): Hexadecimal input string must have an even length in %s on line %d
H A Dbug33605.phpt10 Warning: substr_compare(): The length must be greater than or equal to zero in %s on line %d
H A Dstr_split_variation6.phpt48 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
139 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
164 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
H A Dstr_split_variation6_64bit.phpt48 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
139 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
165 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
H A Dstr_split_variation7.phpt50 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
117 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
142 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput18-16341 Subject length lower bound = 1
380 Subject length lower bound = 3
400 Subject length lower bound = 1
419 Subject length lower bound = 1
438 Subject length lower bound = 1
458 Subject length lower bound = 1
668 Subject length lower bound = 1
694 Subject length lower bound = 1
714 Subject length lower bound = 1
726 Subject length lower bound = 1
[all …]
H A Dtestoutput18-32339 Subject length lower bound = 1
378 Subject length lower bound = 3
398 Subject length lower bound = 1
417 Subject length lower bound = 1
436 Subject length lower bound = 1
456 Subject length lower bound = 1
665 Subject length lower bound = 1
691 Subject length lower bound = 1
711 Subject length lower bound = 1
723 Subject length lower bound = 1
[all …]
/PHP-7.1/ext/phar/tests/files/
H A Dstuboflength1041.phar.inc10 /***stub of length 1041 including the halt compiler*********************************************
/PHP-7.1/build/
H A Dscan_makefile_in.awk21 sources=sources substr($0, 0, length - 1)
/PHP-7.1/ext/standard/tests/file/
H A Dbug61961.phpt2 Bug #61961 (file_get_content leaks when access empty file with max length)
/PHP-7.1/ext/intl/tests/
H A Dbug55562.phpt2 grapheme_substr() - Bug55562 - grapheme_substr() returns false if length parameter is to large
/PHP-7.1/ext/standard/tests/array/
H A Dbug43541.phpt2 Bug #43541 (length parameter omitted or not does not work when casted to float)
H A Dbug69198.phpt2 Bug #69198 (Compact function generate array with length but no content)
/PHP-7.1/Zend/
H A Dzend_virtual_cwd.c557 *length = 1; in virtual_getcwd_ex()
580 retval[*length] = '\0'; in virtual_getcwd_ex()
585 *length = 0; in virtual_getcwd_ex()
597 size_t length; in virtual_getcwd() local
605 if (length > size-1) { in virtual_getcwd()
613 memcpy(buf, cwd, length+1); in virtual_getcwd()
1495 if (length == 0) { in virtual_chdir_file()
1498 while(--length >= 0 && !IS_SLASH(path[length])) { in virtual_chdir_file()
1501 if (length == -1) { in virtual_chdir_file()
1508 length++; in virtual_chdir_file()
[all …]
/PHP-7.1/ext/iconv/tests/
H A Dob_iconv_handler-charset-length-cve-2007-4840.phpt2 ob_iconv_handler() charset parameter length checks (CVE-2007-4840)
H A Dbug37773.phpt2 Bug #37773 (iconv_substr() gives "Unknown error" when string length = 1")
/PHP-7.1/ext/standard/
H A Diptc.c134 unsigned int length; in php_iptc_skip_variable() local
141 length = (((unsigned char) c1) << 8) + ((unsigned char) c2); in php_iptc_skip_variable()
143 length -= 2; in php_iptc_skip_variable()
145 while (length--) in php_iptc_skip_variable()
/PHP-7.1/
H A DUPGRADING.INTERNALS40 For input length arguments, the macro PHP_WIN32_CP_IGNORE_LEN can be
41 passed, then the API will calculate the length. For output length
43 the API won't set the output length.
/PHP-7.1/ext/phar/tests/
H A Dfrontcontroller1.phpt13 Content-length: 3
H A D005.phpt14 internal corruption of phar "%s" (truncated manifest at manifest length)
/PHP-7.1/tests/basic/
H A Dreq44164.phpt14 header("Content-length: 200");

Completed in 117 milliseconds

12345678910>>...28