Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_opcode.c1063 return (binary_op_type) add_function; in get_binary_op()
1065 return (binary_op_type) sub_function; in get_binary_op()
1067 return (binary_op_type) mul_function; in get_binary_op()
1069 return (binary_op_type) pow_function; in get_binary_op()
1071 return (binary_op_type) div_function; in get_binary_op()
1073 return (binary_op_type) mod_function; in get_binary_op()
1075 return (binary_op_type) shift_left_function; in get_binary_op()
1081 return (binary_op_type) concat_function; in get_binary_op()
1088 return (binary_op_type) is_equal_function; in get_binary_op()
1096 return (binary_op_type) compare_function; in get_binary_op()
[all …]
H A Dzend_compile.h745 typedef int (ZEND_FASTCALL *binary_op_type)(zval *, zval *, zval *); typedef
748 ZEND_API binary_op_type get_binary_op(int opcode);
H A Dzend_ast.c488 binary_op_type op = get_binary_op(ast->attr); in zend_ast_evaluate()
503 binary_op_type op = ast->kind == ZEND_AST_GREATER in zend_ast_evaluate()
H A Dzend_compile.c7044 binary_op_type fn = get_binary_op(opcode); in zend_try_ct_eval_binary_op()
7086 binary_op_type fn = kind == ZEND_AST_GREATER in zend_ct_eval_greater()
H A Dzend_execute.c1293 static const binary_op_type zend_binary_ops[] = { in zend_binary_op()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c58 binary_op_type binary_op = get_binary_op(opcode); in zend_optimizer_eval_binary_op()

Completed in 59 milliseconds