mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
- also changed class_exists() to return false for traits - added related tests, and get_declared_traits() tests in ext/s/t/co
5 lines
29 B
PHP
5 lines
29 B
PHP
<?php
|
|
|
|
trait AutoTrait {}
|
|
|
|
?>
|