Home
last modified time | relevance | path

Searched refs:length (Results 176 – 200 of 588) sorted by relevance

12345678910>>...24

/PHP-7.4/ext/standard/
H A Dimage.c428 if (length < 2) { in php_skip_variable()
431 length = length - 2; in php_skip_variable()
432 php_stream_seek(stream, (zend_long)length, SEEK_CUR); in php_skip_variable()
441 unsigned short length; in php_read_APP() local
446 length = php_read2(stream); in php_read_APP()
447 if (length < 2) { in php_read_APP()
450 length -= 2; /* length includes itself */ in php_read_APP()
452 buffer = emalloc((size_t)length); in php_read_APP()
454 if (php_stream_read(stream, buffer, (size_t) length) != length) { in php_read_APP()
477 unsigned short length, ff_read=1; in php_handle_jpeg() local
[all …]
/PHP-7.4/ext/standard/tests/serialize/
H A DunserializeS.phpt2 Bug MOPB-29 (wrong length calculation for S)
/PHP-7.4/ext/standard/tests/strings/
H A Dbug61660.phpt10 Warning: hex2bin(): Hexadecimal input string must have an even length in %s on line %d
H A Dbug33076.phpt2 Bug #33076 (str_ireplace() incorrectly counts result string length and may cause segfault)
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_variation7_64bit.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
143 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
H A Dchunk_split_variation5.phpt50 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
57 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
74 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
/PHP-7.4/ext/zlib/tests/
H A Dgzgetss.gz
/PHP-7.4/ext/phar/tests/files/
H A Dstuboflength1041.phar.inc10 /***stub of length 1041 including the halt compiler*********************************************
/PHP-7.4/ext/exif/tests/
H A Dzero_length_makernote_leak.phpt2 OSS-Fuzz: Memory leak for zero-length MAKERNOTE
/PHP-7.4/ext/standard/tests/array/
H A Dprev_basic.phpt30 $length = count($array2);
31 for ($i = $length; $i > 0; $i--) {
H A Dbug43541.phpt2 Bug #43541 (length parameter omitted or not does not work when casted to float)
/PHP-7.4/ext/snmp/tests/
H A Dsnmp3-error.phpt51 … for authentication pass phrase '': Generic error (The supplied password length is too short.) in …
54 …or authentication pass phrase 'te': Generic error (The supplied password length is too short.) in …
60 …g a key for privacy pass phrase '': Generic error (The supplied password length is too short.) in …
63 …a key for privacy pass phrase 'ty': Generic error (The supplied password length is too short.) in …
/PHP-7.4/ext/standard/tests/file/
H A Dbug61961.phpt2 Bug #61961 (file_get_content leaks when access empty file with max length)
/PHP-7.4/Zend/
H A Dzend_multibyte.c41 static const zend_encoding *dummy_encoding_detector(const unsigned char *string, size_t length, con… in dummy_encoding_detector() argument
148 …ng *zend_multibyte_encoding_detector(const unsigned char *string, size_t length, const zend_encodi… in zend_multibyte_encoding_detector() argument
150 return multibyte_functions.encoding_detector(string, length, list, list_size); in zend_multibyte_encoding_detector()
/PHP-7.4/ext/intl/tests/
H A Dbug55562.phpt2 grapheme_substr() - Bug55562 - grapheme_substr() returns false if length parameter is to large
/PHP-7.4/ext/hash/tests/
H A Dbug64745.phpt2 Bug #64745 (hash_pbkdf2() truncates data when using default length and hex output)
/PHP-7.4/ext/iconv/tests/
H A Dob_iconv_handler-charset-length-cve-2007-4840.phpt2 ob_iconv_handler() charset parameter length checks (CVE-2007-4840)
/PHP-7.4/ext/dom/tests/
H A Dbug79271.phpt15 ["length"]=>
/PHP-7.4/Zend/tests/
H A Dflexible-heredoc-error5.phpt2 Flexible heredoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
H A Dflexible-nowdoc-error5.phpt2 Flexible nowdoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
/PHP-7.4/ext/gmp/tests/
H A Dgmp_import.phpt77 Warning: gmp_import(): Input length must be a multiple of word size in %s on line %d
80 Warning: gmp_import(): Input length must be a multiple of word size in %s on line %d
83 Warning: gmp_import(): Input length must be a multiple of word size in %s on line %d
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substr_variation4.phpt10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
42 if (strlen($a) == mb_strlen($b, 'UTF-8')) { // should return same length
45 echo "Difference in length of ASCII string and multibyte string\n";
H A Dmb_substr_variation6.phpt10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
47 if (strlen($a) == mb_strlen($b, 'UTF-8')) { // should return same length
50 echo "Difference in length of ASCII string and multibyte string\n";
/PHP-7.4/ext/mbstring/
H A Dmbstring.h120 const char *input, size_t length,
122 MBSTRING_API char * php_mb_convert_encoding(const char *input, size_t length,
131 MBSTRING_API int php_mb_check_encoding(const char *input, size_t length, const char *enc);

Completed in 136 milliseconds

12345678910>>...24