Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c239 #define ttisboolean(o)(ttype(o)==1) macro
253 #define bvalue(o)check_exp(ttisboolean(o),(o)->value.b)
255 #define l_isfalse(o)(ttisnil(o)||(ttisboolean(o)&&bvalue(o)==0))

Completed in 16 milliseconds