.. _must-not-be-empty: must not be empty ----------------- .. meta:: :description: must not be empty: The provided parameter is of the valid type, but cannot be left empty. :og:image: https://php-errors.readthedocs.io/en/latest/_static/logo.png :og:type: article :og:title: must not be empty :og:description: The provided parameter is of the valid type, but cannot be left empty :og:url: https://php-errors.readthedocs.io/en/latest/messages/must-not-be-empty.html :og:locale: en :twitter:card: summary_large_image :twitter:site: @exakat :twitter:title: must not be empty :twitter:description: must not be empty: The provided parameter is of the valid type, but cannot be left empty :twitter:creator: @exakat :twitter:image:src: https://php-errors.readthedocs.io/en/latest/_static/logo.png .. raw:: html Description ___________ The provided parameter is of the valid type, but cannot be left empty. Example _______ .. code-block:: php Solutions _________ + When parsing data, make sure that the separator is not empty. In previous PHP versions, this error message used to be :ref:`cannot-be-empty`.