Lines Matching refs:zend_error

281 				zend_error(E_WARNING, "Cannot convert to ordinal value");	\
338 zend_error(E_RECOVERABLE_ERROR, \
412 zend_error(E_NOTICE, "Object of class %s could not be converted to int", Z_OBJCE_P(op)->name); in convert_to_long_base()
419 zend_error(E_WARNING, "Cannot convert to ordinal value"); in convert_to_long_base()
472zend_error(E_NOTICE, "Object of class %s could not be converted to double", Z_OBJCE_P(op)->name); in convert_to_double()
479 zend_error(E_WARNING, "Cannot convert to real value (type=%d)", Z_TYPE_P(op)); in convert_to_double()
635 zend_error(E_NOTICE, "Array to string conversion"); in _convert_to_string()
649 zend_error(E_NOTICE, "Object of class %s to string conversion", Z_OBJCE_P(op)->name); in _convert_to_string()
866 zend_error(E_ERROR, "Unsupported operand types"); in add_function()
915 zend_error(E_ERROR, "Unsupported operand types"); in sub_function()
958 zend_error(E_ERROR, "Unsupported operand types"); in mul_function()
1042 zend_error(E_ERROR, "Unsupported operand types"); in pow_function()
1059 zend_error(E_WARNING, "Division by zero"); in div_function()
1076 zend_error(E_WARNING, "Division by zero"); in div_function()
1085 zend_error(E_WARNING, "Division by zero"); in div_function()
1094 zend_error(E_WARNING, "Division by zero"); in div_function()
1109 zend_error(E_ERROR, "Unsupported operand types"); in div_function()
1133 zend_error(E_WARNING, "Division by zero"); in mod_function()
1209 zend_error(E_ERROR, "Unsupported operand types"); in bitwise_not_function()
1403 zend_error(E_ERROR, "String size overflow"); in add_char_to_string()
1422 zend_error(E_ERROR, "String size overflow"); in add_string_to_string()
1468 zend_error(E_ERROR, "String size overflow"); in concat_function()
1481 zend_error(E_ERROR, "String size overflow"); in concat_function()