Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_operators.c1276 int op1_val, op2_val; in boolean_xor_function() local
1300 op2_val = 0; in boolean_xor_function()
1302 op2_val = 1; in boolean_xor_function()
1307 op2_val = 0; in boolean_xor_function()
1310 op2_val = 1; in boolean_xor_function()
1315 op2_val = zval_is_true(op2); in boolean_xor_function()
1319 ZVAL_BOOL(result, op1_val ^ op2_val); in boolean_xor_function()

Completed in 10 milliseconds