Home
last modified time | relevance | path

Searched refs:maxlength (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/standard/tests/streams/
H A Dstream_get_contents_002.phpt2 stream_get_contents() - Testing on socket with $maxlength
H A Dbug74090.phpt2 Bug #74090 stream_get_contents maxlength>-1 returns empty string on windows
/php-src/ext/mysqli/
H A Dmysqli_nonapi.c968 uint32_t minlength, maxlength, number, state; local
985 maxlength = cs->char_maxlen;
995 add_property_long(return_value, "max_length", maxlength);
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c9877 int maxlength = 0; in set_lookbehind_lengths() local
9906 if (branchlength > maxlength) maxlength = branchlength; in set_lookbehind_lengths()
9923 if ((uint32_t)maxlength > cb->max_varlookbehind) in set_lookbehind_lengths()

Completed in 36 milliseconds