Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Darray.c4298 zend_long input_size; /* Size of the input array */ local
4311 input_size = zend_hash_num_elements(Z_ARRVAL_P(input));
4313 if (pad_size_abs < 0 || pad_size_abs - input_size > Z_L(1048576)) {
4318 if (input_size >= pad_size_abs) {
4324 num_pads = pad_size_abs - input_size;

Completed in 19 milliseconds