Searched refs:bitwise_not_function (Results 1 – 5 of 5) sorted by relevance
62 ZEND_API zend_result ZEND_FASTCALL bitwise_not_function(zval *result, zval *op1);
1181 return (unary_op_type) bitwise_not_function; in get_unary_op()
1520 ZEND_API zend_result ZEND_FASTCALL bitwise_not_function(zval *result, zval *op1) /* {{{ */ in bitwise_not_function() function
939 bitwise_not_function(EX_VAR(opline->result.var), op_1); in ZEND_VM_HELPER()
730 bitwise_not_function(EX_VAR(opline->result.var), op_1); in zend_bw_not_helper_SPEC()
Completed in 181 milliseconds