ru_php/Zend/tests/attributes/016_custom_attribute_validation.phpt

14 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