Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_opcode.c753 return (binary_op_type) boolean_xor_function; in get_binary_op()
H A Dzend_operators.h50 ZEND_API int ZEND_FASTCALL boolean_xor_function(zval *result, zval *op1, zval *op2);
H A Dzend_operators.c1358 ZEND_API int ZEND_FASTCALL boolean_xor_function(zval *result, zval *op1, zval *op2) /* {{{ */ in boolean_xor_function() function
1378 ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(ZEND_BOOL_XOR, boolean_xor_function); in boolean_xor_function()
H A Dzend_vm_def.h709 boolean_xor_function(EX_VAR(opline->result.var), op1, op2);
H A Dzend_vm_execute.h4515 boolean_xor_function(EX_VAR(opline->result.var), op1, op2);
13320 boolean_xor_function(EX_VAR(opline->result.var), op1, op2);
15058 boolean_xor_function(EX_VAR(opline->result.var), op1, op2);
38970 boolean_xor_function(EX_VAR(opline->result.var), op1, op2);
42912 boolean_xor_function(EX_VAR(opline->result.var), op1, op2);
48616 boolean_xor_function(EX_VAR(opline->result.var), op1, op2);

Completed in 191 milliseconds