Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_opcode.c689 return (unary_op_type) bitwise_not_function; in get_unary_op()
H A Dzend_operators.h52 ZEND_API int ZEND_FASTCALL bitwise_not_function(zval *result, zval *op1);
H A Dzend_operators.c1433 ZEND_API int ZEND_FASTCALL bitwise_not_function(zval *result, zval *op1) /* {{{ */ in bitwise_not_function() function
H A Dzend_vm_def.h728 bitwise_not_function(EX_VAR(opline->result.var),
H A Dzend_vm_execute.h2467 bitwise_not_function(EX_VAR(opline->result.var),
12083 bitwise_not_function(EX_VAR(opline->result.var),
36407 bitwise_not_function(EX_VAR(opline->result.var),

Completed in 151 milliseconds