unary_op_type     251 Zend/zend_ast.c 				unary_op_type op = get_unary_op(ast->attr);
unary_op_type    5811 Zend/zend_compile.c 	unary_op_type fn = get_unary_op(opcode);
unary_op_type     690 Zend/zend_compile.h typedef int (ZEND_FASTCALL *unary_op_type)(zval *, zval *);
unary_op_type     693 Zend/zend_compile.h ZEND_API unary_op_type get_unary_op(int opcode);
unary_op_type     709 Zend/zend_opcode.c ZEND_API unary_op_type get_unary_op(int opcode)
unary_op_type     713 Zend/zend_opcode.c 			return (unary_op_type) bitwise_not_function;
unary_op_type     715 Zend/zend_opcode.c 			return (unary_op_type) boolean_not_function;
unary_op_type     717 Zend/zend_opcode.c 			return (unary_op_type) NULL;
unary_op_type    1023 ext/opcache/Optimizer/block_pass.c 			unary_op_type unary_op = get_unary_op(opline->opcode);
unary_op_type     149 ext/opcache/Optimizer/pass1_5.c 				unary_op_type unary_op = get_unary_op(opline->opcode);