Home
last modified time | relevance | path

Searched refs:op1_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
1451 op1_val = 0; in boolean_xor_function()
1453 op1_val = 1; in boolean_xor_function()
1458 op1_val = 0; in boolean_xor_function()
1461 op1_val = 1; in boolean_xor_function()
1466 op1_val = zval_is_true(op1); in boolean_xor_function()
1490 ZVAL_BOOL(result, op1_val ^ op2_val); in boolean_xor_function()

Completed in 11 milliseconds