Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Darray.c1828 if (offset > num_in) { in php_splice()
1829 offset = num_in; in php_splice()
1838 length = num_in - offset; in php_splice()
2067 length = num_in; in PHP_FUNCTION()
2088 if (offset > num_in) { in PHP_FUNCTION()
2089 offset = num_in; in PHP_FUNCTION()
2098 size = num_in - offset; in PHP_FUNCTION()
2151 length = num_in; in PHP_FUNCTION()
2158 if (offset > num_in) { in PHP_FUNCTION()
4463 if (size > num_in) { in PHP_FUNCTION()
[all …]

Completed in 14 milliseconds