/
proc
/
1387183
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
tests
/
lang
/
File Upload :
llllll
Current File: //proc/1387183/root/usr/local/lsws/phpbuild/php-8.0.7/tests/lang/036.phpt
--TEST-- Child public element should not override parent private element in parent methods --FILE-- <?php class par { private $id = "foo"; function displayMe() { print $this->id; } }; class chld extends par { public $id = "bar"; function displayHim() { parent::displayMe(); } }; $obj = new chld(); $obj->displayHim(); ?> --EXPECT-- foo
Copyright ©2k19 -
Hexid
|
Tex7ure