Home
last modified time | relevance | path

Searched refs:unary_op_type (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/Zend/
H A Dzend_opcode.c553 ZEND_API unary_op_type get_unary_op(int opcode) in get_unary_op()
557 return (unary_op_type) bitwise_not_function; in get_unary_op()
560 return (unary_op_type) boolean_not_function; in get_unary_op()
563 return (unary_op_type) NULL; in get_unary_op()
H A Dzend_compile.h447 typedef int (*unary_op_type)(zval *, zval * TSRMLS_DC); typedef
449 ZEND_API unary_op_type get_unary_op(int opcode);

Completed in 13 milliseconds