Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_operators.c1360 int op1_val, op2_val; in boolean_xor_function() local
1364 op1_val = 0; in boolean_xor_function()
1366 op1_val = 1; in boolean_xor_function()
1371 op1_val = 0; in boolean_xor_function()
1374 op1_val = 1; in boolean_xor_function()
1379 op1_val = zval_is_true(op1); in boolean_xor_function()
1403 ZVAL_BOOL(result, op1_val ^ op2_val); in boolean_xor_function()

Completed in 10 milliseconds