mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
7485978339
This is an automated migration of most SKIPIF extension_loaded checks.
14 lines
231 B
PHP
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
|