Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Darray.c1622 long lstep = (long) step; in PHP_FUNCTION() local
1641 if (lstep <= 0) { in PHP_FUNCTION()
1647 if (((signed int)ch - lstep) < 0) { in PHP_FUNCTION()
1654 if (lstep <= 0) { in PHP_FUNCTION()
1660 if (((signed int)ch + lstep) > 255) { in PHP_FUNCTION()
1701 long lstep; in PHP_FUNCTION() local
1707 lstep = (long) step; in PHP_FUNCTION()
1710 if (low - high < lstep || lstep <= 0) { in PHP_FUNCTION()
1714 for (; low >= high; low -= lstep) { in PHP_FUNCTION()
1718 if (high - low < lstep || lstep <= 0) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/ereg/regex/
H A Dengine.c25 #define step lstep

Completed in 26 milliseconds