Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Darray.c1627 long lstep = (long) step; in PHP_FUNCTION() local
1646 if (lstep <= 0) { in PHP_FUNCTION()
1652 if (((signed int)ch - lstep) < 0) { in PHP_FUNCTION()
1659 if (lstep <= 0) { in PHP_FUNCTION()
1665 if (((signed int)ch + lstep) > 255) { in PHP_FUNCTION()
1706 long lstep; in PHP_FUNCTION() local
1712 lstep = (long) step; in PHP_FUNCTION()
1715 if (low - high < lstep || lstep <= 0) { in PHP_FUNCTION()
1719 for (; low >= high; low -= lstep) { in PHP_FUNCTION()
1723 if (high - low < lstep || lstep <= 0) { in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/ereg/regex/
H A Dengine.c25 #define step lstep

Completed in 18 milliseconds