Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Darray.c2763 zend_long lstep = (zend_long) step; local
2778 if (lstep <= 0) {
2789 if (((signed int)low - lstep) < 0) {
2795 if (lstep <= 0) {
2805 if (((signed int)low + lstep) > 255) {
2864 zend_ulong lstep; local
2875 lstep = (zend_ulong)step;
2883 if ((zend_ulong)(low - high) < lstep) {
2892 Z_LVAL(tmp) = low - (i * lstep);
2897 if ((zend_ulong)(high - low) < lstep) {
[all …]

Completed in 17 milliseconds