mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02: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
No EOL
29 B
PHP
5 lines
No EOL
29 B
PHP
<?php
|
|
|
|
trait AutoTrait {}
|
|
|
|
?>
|