Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_opcode.c726 return (binary_op_type) add_function; in get_binary_op()
729 return (binary_op_type) sub_function; in get_binary_op()
732 return (binary_op_type) mul_function; in get_binary_op()
734 return (binary_op_type) pow_function; in get_binary_op()
737 return (binary_op_type) div_function; in get_binary_op()
740 return (binary_op_type) mod_function; in get_binary_op()
743 return (binary_op_type) shift_left_function; in get_binary_op()
750 return (binary_op_type) concat_function; in get_binary_op()
756 return (binary_op_type) is_equal_function; in get_binary_op()
764 return (binary_op_type) compare_function; in get_binary_op()
[all …]
H A Dzend_compile.h691 typedef int (ZEND_FASTCALL *binary_op_type)(zval *, zval *, zval *); typedef
694 ZEND_API binary_op_type get_binary_op(int opcode);
H A Dzend_ast.c244 binary_op_type op = get_binary_op(ast->attr); in zend_ast_evaluate()
259 binary_op_type op = ast->kind == ZEND_AST_GREATER in zend_ast_evaluate()
H A Dzend_execute.c1280 …ssign_op_obj_dim(zval *object, zval *property, zval *value, zval *retval, binary_op_type binary_op) in zend_binary_assign_op_obj_dim()
1455 …operty(zval *object, zval *property, void **cache_slot, zval *value, binary_op_type binary_op, zva… in zend_assign_op_overloaded_property()
H A Dzend_vm_execute.h16820 …ANDLER_RET ZEND_FASTCALL zend_binary_assign_op_helper_SPEC_VAR_CONST(binary_op_type binary_op ZEND…
19906 …NDLER_RET ZEND_FASTCALL zend_binary_assign_op_obj_helper_SPEC_VAR_CV(binary_op_type binary_op ZEND…
19976 …NDLER_RET ZEND_FASTCALL zend_binary_assign_op_dim_helper_SPEC_VAR_CV(binary_op_type binary_op ZEND…
20046 …E_HANDLER_RET ZEND_FASTCALL zend_binary_assign_op_helper_SPEC_VAR_CV(binary_op_type binary_op ZEND…
21724 …NDLER_RET ZEND_FASTCALL zend_binary_assign_op_helper_SPEC_VAR_TMPVAR(binary_op_type binary_op ZEND…
30816 …LER_RET ZEND_FASTCALL zend_binary_assign_op_obj_helper_SPEC_CV_CONST(binary_op_type binary_op ZEND…
30956 …HANDLER_RET ZEND_FASTCALL zend_binary_assign_op_helper_SPEC_CV_CONST(binary_op_type binary_op ZEND…
36132 …ANDLER_RET ZEND_FASTCALL zend_binary_assign_op_obj_helper_SPEC_CV_CV(binary_op_type binary_op ZEND…
36202 …ANDLER_RET ZEND_FASTCALL zend_binary_assign_op_dim_helper_SPEC_CV_CV(binary_op_type binary_op ZEND…
36272 static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_binary_assign_op_helper_SPEC_CV_CV(binary_op_type
[all …]
H A Dzend_vm_def.h702 ZEND_VM_HELPER_EX(zend_binary_assign_op_obj_helper, VAR|UNUSED|CV, CONST|TMPVAR|CV, binary_op_type
772 …(zend_binary_assign_op_dim_helper, VAR|UNUSED|CV, CONST|TMPVAR|UNUSED|CV, binary_op_type binary_op)
843 ZEND_VM_HELPER_EX(zend_binary_assign_op_helper, VAR|CV, CONST|TMPVAR|CV, binary_op_type binary_op)
H A Dzend_compile.c5870 binary_op_type fn = get_binary_op(opcode); in zend_try_ct_eval_binary_op()
5903 binary_op_type fn = kind == ZEND_AST_GREATER in zend_ct_eval_greater()
/PHP-7.0/ext/opcache/Optimizer/
H A Dpass1_5.c74 binary_op_type binary_op = get_binary_op(opline->opcode); in zend_optimizer_pass1()
H A Dblock_pass.c1032 binary_op_type binary_op = get_binary_op(opline->opcode); in zend_optimize_block()

Completed in 159 milliseconds