Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_operators.h62 ZEND_API zend_result ZEND_FASTCALL bitwise_not_function(zval *result, zval *op1);
H A Dzend_opcode.c1181 return (unary_op_type) bitwise_not_function; in get_unary_op()
H A Dzend_operators.c1520 ZEND_API zend_result ZEND_FASTCALL bitwise_not_function(zval *result, zval *op1) /* {{{ */ in bitwise_not_function() function
H A Dzend_vm_def.h939 bitwise_not_function(EX_VAR(opline->result.var), op_1); in ZEND_VM_HELPER()
H A Dzend_vm_execute.h730 bitwise_not_function(EX_VAR(opline->result.var), op_1); in zend_bw_not_helper_SPEC()

Completed in 235 milliseconds