Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_opcode.c1199 ZEND_API unary_op_type get_unary_op(int opcode) in get_unary_op()
1203 return (unary_op_type) bitwise_not_function; in get_unary_op()
1205 return (unary_op_type) boolean_not_function; in get_unary_op()
1207 return (unary_op_type) NULL; in get_unary_op()
H A Dzend_compile.h832 typedef zend_result (ZEND_FASTCALL *unary_op_type)(zval *, zval *); typedef
835 ZEND_API unary_op_type get_unary_op(int opcode);
H A Dzend_ast.c576 unary_op_type op = get_unary_op(ast->attr); in zend_ast_evaluate_inner()
H A Dzend_compile.c9045 unary_op_type fn = get_unary_op(opcode); in zend_try_ct_eval_unary_op()
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c70 unary_op_type unary_op = get_unary_op(opcode); in zend_optimizer_eval_unary_op()

Completed in 105 milliseconds