Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
--TEST--
cql
--SKIPIF--
--FILE--
"info:srw/cql-context-set/1/cql-v1.2",
"index.cql.serverChoice" => "1=1016",
"relation.eq" => "3=3",
"structure.*" => "4=1",
"position.any" => "6=1"
));
if (yaz_cql_parse($z, "computer", $res, false)) {
echo $res['rpn'] . "\n";
} else {
echo $res['errorcode'] . "\n";
}
if (yaz_cql_parse($z, "computer and", $res, true)) {
echo $res['cql'] . "\n";
} else {
echo $res['errorcode'] . "\n";
}
if (yaz_cql_parse($z, "computer", $res, true)) {
echo $res['cql'] . "\n";
} else {
echo $res['errorcode'] . "\n";
}
if (yaz_cql_parse($z, "@and a @attr 1=1016 b", $res, true)) {
echo $res['cql'] . "\n";
} else {
echo $res['errorcode'] . "\n";
}
if (yaz_cql_parse($z, "@and a", $res, true)) {
echo $res['cql'] . "\n";
} else {
echo $res['errorcode'] . "\n";
}
--EXPECT--
15
@attr 3=3 @attr 4=1 @attr 6=1 @attr 1=1016 "computer"
0
computer
a and b
0