Home
last modified time | relevance | path

Searched refs:length (Results 251 – 275 of 678) sorted by relevance

1...<<11121314151617181920>>...28

/php-src/ext/bz2/
H A Dbz2_arginfo.h11 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, length, IS_LONG, 0, "1024")
17 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, length, IS_LONG, 1, "null")
/php-src/ext/exif/tests/
H A Dzero_length_makernote_leak.phpt2 OSS-Fuzz: Memory leak for zero-length MAKERNOTE
/php-src/ext/phar/tests/files/
H A Dstuboflength1041.phar2 /***stub of length 1041 including the halt compiler*********************************************
/php-src/ext/standard/tests/strings/
H A Dsubstr_int_min.phpt2 substr() with PHP_INT_MIN offset or length
H A Dbug33605.phpt13 substr_compare(): Argument #4 ($length) must be greater than or equal to 0
H A Dvfprintf_basic.phpt12 $length = vfprintf( $fp, $format, $args );
16 var_dump( $length );
H A Dbug33076.phpt2 Bug #33076 (str_ireplace() incorrectly counts result string length and may cause segfault)
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h26 zend_long length; member
/php-src/ext/hash/
H A Dphp_hash_snefru.h30 unsigned char length; member
H A Dphp_hash_gost.h26 unsigned char length; member
/php-src/win32/build/
H A Dconfigure.tail4 if (!MODE_PHPIZE && sapi_enabled.length < 1) {
/php-src/ext/intl/timezone/
H A Dtimezone_methods.cpp287 zend_string *u8str =intl_convert_utf16_to_utf8(result.getBuffer(), result.length(), &status); in PHP_FUNCTION()
366 u8str = intl_convert_utf16_to_utf8(result.getBuffer(), result.length(), &status); in PHP_FUNCTION()
395 zend_string *u8str = intl_convert_utf16_to_utf8(result.getBuffer(), result.length(), &status); in PHP_FUNCTION()
419 id_us.getBuffer(), id_us.length(), TIMEZONE_ERROR_CODE_P(to)); in PHP_FUNCTION()
548 …zend_string *u8str = intl_convert_utf16_to_utf8(result.getBuffer(), result.length(), TIMEZONE_ERRO… in PHP_FUNCTION()
652 if (uWinID.length() == 0) { in PHP_FUNCTION()
659 winID = intl_convert_utf16_to_utf8(uWinID.getBuffer(), uWinID.length(), &error); in PHP_FUNCTION()
688 if (uID.length() == 0) { in PHP_FUNCTION()
695 id = intl_convert_utf16_to_utf8(uID.getBuffer(), uID.length(), &error); in PHP_FUNCTION()
/php-src/ext/sodium/
H A Dlibsodium.stub.php673 function sodium_crypto_generichash_final(string &$state, int $length = SODIUM_CRYPTO_GENERICHASH_BY…
680 function sodium_crypto_pwhash(int $length, #[\SensitiveParameter] string $password, string $salt, i…
692 function sodium_crypto_pwhash_scryptsalsa208sha256(int $length, #[\SensitiveParameter] string $pass…
759 function sodium_crypto_stream(int $length, string $nonce, #[\SensitiveParameter] string $key): stri…
766 function sodium_crypto_stream_xchacha20(int $length, string $nonce, #[\SensitiveParameter] string $…
/php-src/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-src/ext/standard/tests/streams/
H A Dbug78326_1.phpt2 proper string length on stream_get_contents()
/php-src/ext/standard/tests/
H A Dbug71827.phpt2 Bug #71827 (substr_replace bug when length type is string )
/php-src/ext/dom/tests/
H A Dbug79271.phpt13 ["length"]=>
/php-src/ext/openssl/tests/
H A Dopenssl_random_pseudo_bytes_error.phpt14 openssl_random_pseudo_bytes(): Argument #1 ($length) must be greater than 0
/php-src/ext/intl/tests/
H A Dbug55562.phpt2 grapheme_substr() - Bug55562 - grapheme_substr() returns false if length parameter is to large
/php-src/ext/standard/tests/serialize/
H A DunserializeS.phpt2 Bug MOPB-29 (wrong length calculation for S)
/php-src/ext/standard/tests/file/
H A Dbug61961.phpt2 Bug #61961 (file_get_content leaks when access empty file with max length)
/php-src/ext/standard/tests/array/
H A Darray_chunk2.phpt27 array_chunk(): Argument #2 ($length) must be greater than 0
28 array_chunk(): Argument #2 ($length) must be greater than 0
/php-src/ext/random/tests/03_randomizer/methods/
H A DshuffleArray.phpt23 $length = getenv("SKIP_SLOW_TESTS") ? 1_000 : 5_000;
31 for ($i = 1; $i < $length; $i += ($i < 50 ? 1 : 677)) {
/php-src/ext/dom/lexbor/lexbor/tag/
H A Dtag.h57 *len = data->entry.length; in lxb_tag_name_by_id()
76 *len = data->entry.length; in lxb_tag_name_upper_by_id()
/php-src/ext/zlib/tests/
H A Dgzgetss.gz

Completed in 106 milliseconds

1...<<11121314151617181920>>...28