Home
last modified time | relevance | path

Searched defs:negative (Results 1 – 4 of 4) sorted by relevance

/PHP-7.1/ext/json/
H A Djson_scanner.c302 zend_bool bigint = 0, negative = s->token[0] == '-'; in php_json_scan() local
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_ssa.h48 zend_ssa_negative_lat negative; member
H A Dzend_ssa.c111 char underflow, char overflow, char negative) /* {{{ */ in pi_range()
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregparse.c127 #define ONOFF(v,f,negative) (negative) ? ((v) &= ~(f)) : ((v) |= (f)) argument

Completed in 27 milliseconds