Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_opcode.c709 ZEND_API unary_op_type get_unary_op(int opcode) in get_unary_op()
713 return (unary_op_type) bitwise_not_function; in get_unary_op()
715 return (unary_op_type) boolean_not_function; in get_unary_op()
717 return (unary_op_type) NULL; in get_unary_op()
H A Dzend_compile.h690 typedef int (ZEND_FASTCALL *unary_op_type)(zval *, zval *); typedef
693 ZEND_API unary_op_type get_unary_op(int opcode);
H A Dzend_ast.c270 unary_op_type op = get_unary_op(ast->attr); in zend_ast_evaluate()
H A Dzend_compile.c5888 unary_op_type fn = get_unary_op(opcode); in zend_ct_eval_unary_op()
/PHP-7.0/ext/opcache/Optimizer/
H A Dpass1_5.c151 unary_op_type unary_op = get_unary_op(opline->opcode); in zend_optimizer_pass1()
H A Dblock_pass.c1065 unary_op_type unary_op = get_unary_op(opline->opcode); in zend_optimize_block()

Completed in 52 milliseconds