Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Darray.c2788 zend_long lstep = (zend_long) step; local
2803 if (lstep <= 0) {
2814 if (((signed int)low - lstep) < 0) {
2820 if (lstep <= 0) {
2830 if (((signed int)low + lstep) > 255) {
2889 zend_ulong lstep; local
2900 lstep = step;
2908 if ((zend_ulong)(low - high) < lstep) {
2917 Z_LVAL(tmp) = low - (i * lstep);
2922 if ((zend_ulong)(high - low) < lstep) {
[all …]

Completed in 20 milliseconds