Lines Matching refs:zend_error

235 		zend_error(E_WARNING,																\
345 zend_error(E_WARNING, "A non-numeric value encountered"); in _zendi_try_convert_scalar_to_number()
413 zend_error(E_WARNING, "A non-numeric value encountered"); in zendi_try_get_long()
756 zend_error(E_WARNING, "Array to string conversion"); in _convert_to_string()
898zend_error(E_DEPRECATED, "Implicit conversion from float-string \"%s\" to int loses precision", ZS… in zend_incompatible_string_to_long_error()
1027 zend_error(E_WARNING, "Array to string conversion"); in __zval_get_string_func()
1290 zend_error(E_DEPRECATED, "Power of base 0 and negative exponent is deprecated"); in zend_power_base_0_exponent_lt_0_error()
2531 zend_error(E_DEPRECATED, "Increment on non-alphanumeric string is deprecated"); in increment_string()
2544 zend_error(E_DEPRECATED, "Increment on non-alphanumeric string is deprecated"); in increment_string()
2673zend_error(E_WARNING, "Increment on type bool has no effect, this will change in the next major ve… in increment_function()
2726 zend_error(E_DEPRECATED, "Decrement on empty string is deprecated as non-numeric"); in decrement_function()
2753 zend_error(E_DEPRECATED, "Decrement on non-numeric string has no effect and is deprecated"); in decrement_function()
2767zend_error(E_WARNING, "Decrement on type null has no effect, this will change in the next major ve… in decrement_function()
2780zend_error(E_WARNING, "Decrement on type bool has no effect, this will change in the next major ve… in decrement_function()
2832zend_error(E_RECOVERABLE_ERROR, "Object of class %s could not be converted to bool", ZSTR_VAL(zobj… in zend_object_is_true()