Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_opcode.c1100 return (binary_op_type) bitwise_and_function; in get_binary_op()
H A Dzend_operators.h51 ZEND_API int ZEND_FASTCALL bitwise_and_function(zval *result, zval *op1, zval *op2);
H A Dzend_operators.c1585 ZEND_API int ZEND_FASTCALL bitwise_and_function(zval *result, zval *op1, zval *op2) /* {{{ */ in bitwise_and_function() function
1631 ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(ZEND_BW_AND, bitwise_and_function); in bitwise_and_function()
H A Dzend_execute.c1303 bitwise_and_function, in zend_binary_op()
H A Dzend_vm_def.h909 bitwise_and_function(EX_VAR(opline->result.var), op_1, op_2); in ZEND_VM_HELPER()
H A Dzend_vm_execute.h739 bitwise_and_function(EX_VAR(opline->result.var), op_1, op_2); in zend_bw_and_helper_SPEC()

Completed in 201 milliseconds