mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
13 lines
231 B
PHP
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
|