Home
last modified time | relevance | path

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

/PHP-7.2/ext/filter/
H A Dlogical_filters.c87 zend_long ctx_value; in php_filter_parse_int() local
122 ctx_value = (ctx_value * 10) + digit; in php_filter_parse_int()
124 ctx_value = (ctx_value * 10) - digit; in php_filter_parse_int()
133 *ret = ctx_value; in php_filter_parse_int()
139 zend_ulong ctx_value = 0; in php_filter_parse_octal() local
147 ((ctx_value = ctx_value * 8) > ((zend_ulong)(~(zend_long)0)) - n)) { in php_filter_parse_octal()
150 ctx_value += n; in php_filter_parse_octal()
177 ((ctx_value = ctx_value * 16) > ((zend_ulong)(~(zend_long)0)) - n)) { in php_filter_parse_hex()
180 ctx_value += n; in php_filter_parse_hex()
196 zend_long ctx_value; in php_filter_int() local
[all …]

Completed in 10 milliseconds