Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Darray.c2685 int input_size; /* Size of the input array */ in PHP_FUNCTION() local
2695 input_size = zend_hash_num_elements(Z_ARRVAL_P(input)); in PHP_FUNCTION()
2702 do_pad = (input_size >= pad_size_abs) ? 0 : 1; in PHP_FUNCTION()
2713 num_pads = pad_size_abs - input_size; in PHP_FUNCTION()
2726 new_hash = php_splice(Z_ARRVAL_P(return_value), input_size, 0, pads, num_pads, NULL); in PHP_FUNCTION()

Completed in 15 milliseconds