/
vshmidt
/
php
Обзор
Документация
Войти
/
vshmidt
/
php
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ext/xml/tests/xml_error_string_basic_expat.phpt
24 строки
459 B
Niels Dossche
Fix GH-13517: Multiple test failures when building with --with-expat
27 фев 2024, 23:49
27 фев 2024, 23:49
552ea62
Код
Авторство
О чём код?
--TEST-- xml_error_string() - Basic test on 5 error codes --EXTENSIONS-- xml --SKIPIF-- <?php require __DIR__ . '/libxml_expat_skipif.inc'; skipif(want_expat: true); ?> --FILE-- <?php require __DIR__ . '/xml_error_string_basic.inc'; ?> --EXPECT-- int(3) string(16) "no element found" int(4) string(31) "not well-formed (invalid token)" int(5) string(14) "unclosed token" int(30) string(31) "XML declaration not well-formed" int(7) string(14) "mismatched tag"