Projects
home:rottame:vhosts-ng:php8-extensions
php8-memcached
pass-tests.diff
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pass-tests.diff of Package php8-memcached
--- a/tests/touch_binary.phpt 2022-03-24 11:52:50.000000000 +0000 +++ b/tests/touch_binary.phpt 2023-03-03 14:13:53.312386824 +0000 @@ -28,12 +28,12 @@ $code = $mem->getResultcode(); if ($code == $expected) - echo "${op} status code as expected" . PHP_EOL; + echo "{$op} status code as expected" . PHP_EOL; else { $expected = resolve_to_constant ($expected); $code = resolve_to_constant ($code); - echo "${op} status code mismatch, expected ${expected} but got ${code}" . PHP_EOL; + echo "{$op} status code mismatch, expected {$expected} but got {$code}" . PHP_EOL; } }
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.