Home
last modified time | relevance | path

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

/PHP-5.5/ext/filter/
H A Dlogical_filters.c70 long ctx_value; in php_filter_parse_int() local
105 ctx_value = (ctx_value * 10) + digit; in php_filter_parse_int()
107 ctx_value = (ctx_value * 10) - digit; in php_filter_parse_int()
116 *ret = ctx_value; in php_filter_parse_int()
130 ((ctx_value = ctx_value * 8) > ((unsigned long)(~(long)0)) - n)) { in php_filter_parse_octal()
133 ctx_value += n; in php_filter_parse_octal()
139 *ret = (long)ctx_value; in php_filter_parse_octal()
160 ((ctx_value = ctx_value * 16) > ((unsigned long)(~(long)0)) - n)) { in php_filter_parse_hex()
163 ctx_value += n; in php_filter_parse_hex()
178 long ctx_value; in php_filter_int() local
[all …]

Completed in 5 milliseconds