📄 Viewing: errmsg_023.phpt

--TEST--
errmsg: access level must be the same or weaker
--FILE--
<?php

class test1 {
	protected $var;
}

class test extends test1 {
	private $var;
}

echo "Done\n";
?>
--EXPECTF--
Fatal error: Access level to test::$var must be protected (as in class test1) or weaker in %s on line %d

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/Zend/tests