<?php
try {
} catch (SodiumException $ex) {
echo $ex->getMessage(), PHP_EOL;
}
$a = zend_create_unterminated_string('333');
$b = zend_create_unterminated_string('333 ');
/php-src/Zend/zend_variables.c:63: void zend_string_destroy(zend_string *): Assertion `(str)->val[(str)->len] == '\0' && "String is not null-terminated"' failed.
Aborted (core dumped)