Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_operators.c1394 int op1_val, op2_val; in boolean_xor_function() local
1418 op2_val = 0; in boolean_xor_function()
1420 op2_val = 1; in boolean_xor_function()
1425 op2_val = 0; in boolean_xor_function()
1428 op2_val = 1; in boolean_xor_function()
1433 op2_val = zval_is_true(op2); in boolean_xor_function()
1437 ZVAL_BOOL(result, op1_val ^ op2_val); in boolean_xor_function()

Completed in 11 milliseconds