unary_op_type 483 Zend/zend_compile.h typedef int (*unary_op_type)(zval *, zval * TSRMLS_DC); unary_op_type 485 Zend/zend_compile.h ZEND_API unary_op_type get_unary_op(int opcode); unary_op_type 805 Zend/zend_opcode.c ZEND_API unary_op_type get_unary_op(int opcode) unary_op_type 809 Zend/zend_opcode.c return (unary_op_type) bitwise_not_function; unary_op_type 812 Zend/zend_opcode.c return (unary_op_type) boolean_not_function; unary_op_type 815 Zend/zend_opcode.c return (unary_op_type) NULL; unary_op_type 1050 ext/opcache/Optimizer/block_pass.c unary_op_type unary_op = get_unary_op(opline->opcode); unary_op_type 121 ext/opcache/Optimizer/pass1_5.c unary_op_type unary_op = get_unary_op(opline->opcode);