Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_opcode.c448 return (binary_op_type) add_function; in get_binary_op()
452 return (binary_op_type) sub_function; in get_binary_op()
456 return (binary_op_type) mul_function; in get_binary_op()
460 return (binary_op_type) div_function; in get_binary_op()
464 return (binary_op_type) mod_function; in get_binary_op()
468 return (binary_op_type) shift_left_function; in get_binary_op()
476 return (binary_op_type) concat_function; in get_binary_op()
485 return (binary_op_type) is_equal_function; in get_binary_op()
491 return (binary_op_type) is_smaller_function; in get_binary_op()
498 return (binary_op_type) bitwise_or_function; in get_binary_op()
[all …]
H A Dzend_compile.h392 typedef int (*binary_op_type)(zval *, zval *, zval * TSRMLS_DC); typedef
394 ZEND_API binary_op_type get_binary_op(int opcode);

Completed in 15 milliseconds