Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_operators.c1447 int op1_val, op2_val; in boolean_xor_function() local
1471 op2_val = 0; in boolean_xor_function()
1473 op2_val = 1; in boolean_xor_function()
1478 op2_val = 0; in boolean_xor_function()
1481 op2_val = 1; in boolean_xor_function()
1486 op2_val = zval_is_true(op2); in boolean_xor_function()
1490 ZVAL_BOOL(result, op1_val ^ op2_val); in boolean_xor_function()

Completed in 10 milliseconds