Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_opcode.c805 ZEND_API unary_op_type get_unary_op(int opcode) in get_unary_op()
809 return (unary_op_type) bitwise_not_function; in get_unary_op()
812 return (unary_op_type) boolean_not_function; in get_unary_op()
815 return (unary_op_type) NULL; in get_unary_op()
H A Dzend_compile.h468 typedef int (*unary_op_type)(zval *, zval * TSRMLS_DC); typedef
470 ZEND_API unary_op_type get_unary_op(int opcode);
/PHP-5.5/ext/opcache/Optimizer/
H A Dpass1_5.c110 unary_op_type unary_op = get_unary_op(opline->opcode);
H A Dblock_pass.c1046 unary_op_type unary_op = get_unary_op(opline->opcode); in zend_optimize_block()

Completed in 25 milliseconds