Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_operators.c1261 int op1_val, op2_val; in boolean_xor_function() local
1285 op2_val = 0; in boolean_xor_function()
1287 op2_val = 1; in boolean_xor_function()
1292 op2_val = 0; in boolean_xor_function()
1295 op2_val = 1; in boolean_xor_function()
1300 op2_val = zval_is_true(op2); in boolean_xor_function()
1304 ZVAL_BOOL(result, op1_val ^ op2_val); in boolean_xor_function()

Completed in 15 milliseconds