Home
last modified time | relevance | path

Searched refs:length (Results 201 – 225 of 588) sorted by relevance

12345678910>>...24

/PHP-7.4/ext/phar/tests/
H A Dfrontcontroller1.phpt13 Content-length: 3
H A D005.phpt14 internal corruption of phar "%s" (truncated manifest at manifest length)
H A Dfrontcontroller14.phpt13 Content-length: 4
H A Dfrontcontroller17.phpt13 Content-length: 4
H A Dbug77396.phpt2 Bug #77396 Relative filename exceeding maximum path length causes null pointer dereference.
/PHP-7.4/Zend/tests/
H A Dflexible-heredoc-error6.phpt2 Flexible heredoc syntax error 6: no ending token on 0 length body
H A Dflexible-nowdoc-error6.phpt2 Flexible nowdoc syntax error 6: no ending token on 0 length body
/PHP-7.4/ext/iconv/tests/
H A Dbug37773.phpt2 Bug #37773 (iconv_substr() gives "Unknown error" when string length = 1")
/PHP-7.4/ext/standard/tests/file/
H A Dfile_get_contents_error002.phpt2 file_get_contents() test using negative parameter for length (last parameter)
H A Dstream_get_line.phpt2 Crash inside stream_get_line(), when length=0
/PHP-7.4/tests/basic/
H A Dreq44164.phpt14 header("Content-length: 200");
/PHP-7.4/ext/hash/tests/
H A Dhash_hkdf_rfc5869.phpt6 /* Prototype : string hkdf ( string $algo , string $ikm [, int $length , string $info = '' , s…
28 echo "Test case 3 (SHA-256 with zero-length salt, info): ",
52 echo "Test case 6 (SHA-1 with zero-length salt, info): ",
60 echo "Test case 7 (SHA-1 with zero-length info, salt not provided): ",
73 Test case 3 (SHA-256 with zero-length salt, info): 8da4e775a563c18f715f802a063c5a31b8a11f5c5ee1879e…
76 Test case 6 (SHA-1 with zero-length salt, info): 0ac1af7002b3d761d1e55298da9d0506b9ae52057220a306e0…
77 Test case 7 (SHA-1 with zero-length info, salt not provided): 2c91117204d745f3500d636a62f64f0ab3bae…
/PHP-7.4/ext/hash/
H A Dphp_hash_tiger.h28 size_t length; member
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_contents_negative_length.phpt2 stream_get_contents() with negative max length
/PHP-7.4/Zend/
H A Dzend_alloc.h71 ZEND_API char* ZEND_FASTCALL zend_strndup(const char *s, size_t length) ZEND_ATTRIBUTE_MALLOC;
83 ZEND_API char* ZEND_FASTCALL _estrndup(const char *s, size_t length ZEND_FILE_LINE_DC ZEND_FILE_LI…
171 #define estrndup(s, length) _estrndup((s), (length) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC) argument
185 #define estrndup_rel(s, length) _estrndup((s), (length) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_… argument
211 #define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(len… argument
/PHP-7.4/main/streams/
H A Dmemory.c320 PHPAPI php_stream *_php_stream_memory_open(int mode, char *buf, size_t length STREAMS_DC) in _php_stream_memory_open()
331 ms->fsize = length; in _php_stream_memory_open()
333 if (length) { in _php_stream_memory_open()
335 php_stream_write(stream, buf, length); in _php_stream_memory_open()
345 PHPAPI char *_php_stream_memory_get_buffer(php_stream *stream, size_t *length STREAMS_DC) in _php_stream_memory_get_buffer()
350 assert(length != 0); in _php_stream_memory_get_buffer()
352 *length = ms->fsize; in _php_stream_memory_get_buffer()
603 …ream *_php_stream_temp_open(int mode, size_t max_memory_usage, char *buf, size_t length STREAMS_DC) in _php_stream_temp_open()
610 if (length) { in _php_stream_temp_open()
612 php_stream_temp_write(stream, buf, length); in _php_stream_temp_open()
/PHP-7.4/ext/standard/tests/strings/
H A Dbug55451.phpt2 Bug #55451 (substr_compare with NULL as default length)
/PHP-7.4/ext/gd/tests/
H A Dbug66590_1.phpt2 Bug #66590 (imagewebp() doesn't pad to even length) - segfault
/PHP-7.4/ext/phar/tests/tar/
H A Dfrontcontroller1.phar.phpt13 Content-length: 3
H A Dfrontcontroller14.phar.phpt13 Content-length: 4
H A Dfrontcontroller17.phar.phpt13 Content-length: 4
/PHP-7.4/ext/dom/tests/
H A Dbug49490.phpt13 echo($xp->query('//prefix:root', null, false)->length . "\n");
/PHP-7.4/ext/phar/tests/cache_list/
H A Dfrontcontroller1.phpt15 Content-length: 3
/PHP-7.4/ext/standard/
H A Diptc.c132 unsigned int length; in php_iptc_skip_variable() local
139 length = (((unsigned char) c1) << 8) + ((unsigned char) c2); in php_iptc_skip_variable()
141 length -= 2; in php_iptc_skip_variable()
143 while (length--) in php_iptc_skip_variable()
/PHP-7.4/ext/standard/tests/array/
H A Dbug69198.phpt2 Bug #69198 (Compact function generate array with length but no content)

Completed in 29 milliseconds

12345678910>>...24