Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_opcode.c825 return (binary_op_type) add_function; in get_binary_op()
829 return (binary_op_type) sub_function; in get_binary_op()
833 return (binary_op_type) mul_function; in get_binary_op()
837 return (binary_op_type) div_function; in get_binary_op()
841 return (binary_op_type) mod_function; in get_binary_op()
845 return (binary_op_type) shift_left_function; in get_binary_op()
853 return (binary_op_type) concat_function; in get_binary_op()
862 return (binary_op_type) is_equal_function; in get_binary_op()
868 return (binary_op_type) is_smaller_function; in get_binary_op()
875 return (binary_op_type) bitwise_or_function; in get_binary_op()
[all …]
H A Dzend_compile.h469 typedef int (*binary_op_type)(zval *, zval *, zval * TSRMLS_DC); typedef
471 ZEND_API binary_op_type get_binary_op(int opcode);

Completed in 11 milliseconds