Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Darray.c2739 zend_long lstep = (zend_long) step; local
2754 if (low - high < lstep || lstep <= 0) {
2765 if (((signed int)low - lstep) < 0) {
2771 if (high - low < lstep || lstep <= 0) {
2781 if (((signed int)low + lstep) > 255) {
2839 zend_ulong lstep; local
2850 lstep = (zend_ulong)step;
2857 if ((zend_ulong)low - high < lstep) {
2866 ZEND_HASH_FILL_SET_LONG(low - (i * lstep));
2871 if ((zend_ulong)high - low < lstep) {
[all …]

Completed in 21 milliseconds