Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_opcode.c573 return (binary_op_type) add_function; in get_binary_op()
577 return (binary_op_type) sub_function; in get_binary_op()
581 return (binary_op_type) mul_function; in get_binary_op()
585 return (binary_op_type) div_function; in get_binary_op()
589 return (binary_op_type) mod_function; in get_binary_op()
593 return (binary_op_type) shift_left_function; in get_binary_op()
601 return (binary_op_type) concat_function; in get_binary_op()
610 return (binary_op_type) is_equal_function; in get_binary_op()
616 return (binary_op_type) is_smaller_function; in get_binary_op()
623 return (binary_op_type) bitwise_or_function; in get_binary_op()
[all …]
H A Dzend_compile.h448 typedef int (*binary_op_type)(zval *, zval *, zval * TSRMLS_DC); typedef
450 ZEND_API binary_op_type get_binary_op(int opcode);

Completed in 14 milliseconds