php-src/Zend/tests/attributes/016_custom_attribute_validation.phpt
Nikita Popov 7485978339
Migrate SKIPIF -> EXTENSIONS (#7138)
This is an automated migration of most SKIPIF extension_loaded checks.
2021-06-11 11:57:42 +02:00

13 lines
231 B
PHP

--TEST--
Attribute validation callback of internal attributes.
--EXTENSIONS--
zend_test
--FILE--
<?php
#[ZendTestAttribute]
function foo() {
}
?>
--EXPECTF--
Fatal error: Only classes can be marked with #[ZendTestAttribute] in %s