Home
last modified time | relevance | path

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

/PHP-8.4/ext/gmp/
H A Dgmp.c406 const char *op_sigil; in shift_operator_helper() local
409 op_sigil = "**"; in shift_operator_helper()
412 op_sigil = "<<"; in shift_operator_helper()
415 op_sigil = ">>"; in shift_operator_helper()
419 …zend_type_error("Unsupported operand types: %s %s %s", zend_zval_type_name(op1), op_sigil, zend_zv… in shift_operator_helper()

Completed in 9 milliseconds