/
vshmidt
/
php
Обзор
Документация
Войти
/
vshmidt
/
php
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ext/uri/tests/033.phpt
21 строка
472 B
Máté Kocsis
Add the Uri\Rfc3986\Uri class to ext/uri without wither support (#18836)
05 июл 2025, 11:00
Не верифицирован
05 июл 2025, 11:00
5a9f5a6
Код
Авторство
О чём код?
--TEST-- Test var_export --EXTENSIONS-- uri --FILE-- <?php $uri = new Uri\Rfc3986\Uri("https://username:password@www.google.com:8080/pathname1/pathname2/pathname3?query=true#hash-exists"); var_export($uri); echo "\n"; $url = new Uri\WhatWg\Url("https://username:password@www.google.com:8080/pathname1/pathname2/pathname3?query=true#hash-exists"); var_export($url); echo "\n"; ?> --EXPECT-- \Uri\Rfc3986\Uri::__set_state(array( )) \Uri\WhatWg\Url::__set_state(array( ))