Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Darray.c1863 if (offset > num_in) { in php_splice()
1864 offset = num_in; in php_splice()
1873 length = num_in - offset; in php_splice()
2102 length = num_in; in PHP_FUNCTION()
2123 if (offset > num_in) { in PHP_FUNCTION()
2124 offset = num_in; in PHP_FUNCTION()
2133 size = num_in - offset; in PHP_FUNCTION()
2186 length = num_in; in PHP_FUNCTION()
2193 if (offset > num_in) { in PHP_FUNCTION()
4418 if (size > num_in) { in PHP_FUNCTION()
[all …]

Completed in 15 milliseconds