📄 Viewing: errmsg_002.phpt

--TEST--
errmsg: function cannot be declared private
--FILE--
<?php

abstract class test {
	abstract private function foo() {
	}
}

echo "Done\n";
?>
--EXPECTF--
Fatal error: Abstract function test::foo() cannot be declared private in %s on line %d

🌑 DarkStealth — WP Plugin Edition

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