Home
last modified time | relevance | path

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

/PHP-7.3/ext/filter/
H A Dlogical_filters.c85 zend_long ctx_value; in php_filter_parse_int() local
120 ctx_value = (ctx_value * 10) + digit; in php_filter_parse_int()
122 ctx_value = (ctx_value * 10) - digit; in php_filter_parse_int()
131 *ret = ctx_value; in php_filter_parse_int()
137 zend_ulong ctx_value = 0; in php_filter_parse_octal() local
145 ((ctx_value = ctx_value * 8) > ((zend_ulong)(~(zend_long)0)) - n)) { in php_filter_parse_octal()
148 ctx_value += n; in php_filter_parse_octal()
175 ((ctx_value = ctx_value * 16) > ((zend_ulong)(~(zend_long)0)) - n)) { in php_filter_parse_hex()
178 ctx_value += n; in php_filter_parse_hex()
194 zend_long ctx_value; in php_filter_int() local
[all …]

Completed in 9 milliseconds