Home
last modified time | relevance | path

Searched refs:input_size (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/pcre/tests/
H A Dbug72685.phpt10 $input_size = 64 * 1024;
11 $str = str_repeat('a', $input_size);
/PHP-7.4/ext/standard/
H A Darray.c4371 zend_long input_size; /* Size of the input array */ local
4384 input_size = zend_hash_num_elements(Z_ARRVAL_P(input));
4386 if (pad_size_abs < 0 || pad_size_abs - input_size > Z_L(1048576)) {
4391 if (input_size >= pad_size_abs) {
4397 num_pads = pad_size_abs - input_size;

Completed in 19 milliseconds