Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Darray.c2797 zend_long lstep = (zend_long) step; local
2812 if (lstep <= 0) {
2823 if (((signed int)low - lstep) < 0) {
2829 if (lstep <= 0) {
2839 if (((signed int)low + lstep) > 255) {
2897 zend_ulong lstep; local
2908 lstep = (zend_ulong)step;
2915 if ((zend_ulong)low - high < lstep) {
2924 ZEND_HASH_FILL_SET_LONG(low - (i * lstep));
2929 if ((zend_ulong)high - low < lstep) {
[all …]

Completed in 17 milliseconds