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--
Check for Yaf_Request read/write property
--SKIPIF--
--INI--
yaf.use_spl_autoload=0
yaf.use_namespace=0
--FILE--
{$k});
$request->{$k} = true;
if (phpversion() >='8.0.0' && $k==123) {
unset($request->{$k});
}
var_dump(@$request->{$k});
$request->{$k} = "inDex";
ref_change($request->{$k});
if (phpversion() >='8.0.0' && $k==123) {
unset($request->{$k});
}
var_dump(@$request->{$k});
echo "\n";
}
var_dump($request);
?>
--EXPECTF--
Testing method:
string(3) "CLI"
string(3) "CLI"
string(5) "inDex"
Testing module:
NULL
NULL
string(5) "Index"
Testing controller:
NULL
NULL
string(5) "Index"
Testing action:
NULL
NULL
string(5) "index"
Testing uri:
string(0) ""
Warning: main(): Modification of Yaf_Request internal property 'uri' is not allowed in %s094.php on line %d
string(0) ""
Warning: main(): Modification of Yaf_Request internal property 'uri' is not allowed in %s094.php on line %d
string(0) ""
Testing base_uri:
NULL
Warning: main(): Modification of Yaf_Request internal property 'base_uri' is not allowed in %s094.php on line %d
NULL
Warning: main(): Modification of Yaf_Request internal property 'base_uri' is not allowed in %s094.php on line %d
NULL
Testing language:
NULL
Warning: main(): Modification of Yaf_Request internal property 'language' is not allowed in %s094.php on line %d
NULL
Warning: main(): Modification of Yaf_Request internal property 'language' is not allowed in %s094.php on line %d
NULL
Testing 123:
NULL
NULL
NULL
object(Yaf_Request_Simple)#1 (10) {
["method"]=>
string(5) "inDex"
["module"]=>
string(5) "Index"
["controller"]=>
string(5) "Index"
["action"]=>
string(5) "index"
["uri:protected"]=>
string(0) ""
["base_uri:protected"]=>
NULL
["dispatched:protected"]=>
bool(false)
["routed:protected"]=>
bool(false)
["language:protected"]=>
string(0) ""
["params:protected"]=>
array(0) {
}
}