.. _cannot-be-empty: cannot be empty --------------- .. meta:: :description: cannot 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: cannot 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/cannot-be-empty.html :og:locale: en :twitter:card: summary_large_image :twitter:site: @exakat :twitter:title: cannot be empty :twitter:description: cannot 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:`empty-delimiter`. In more recent PHP versions, this error message is now :ref:`must-not-be-empty`.