mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-02 17:28:27 +01:00
8982315b4e
As it will very likely be soft-reserved in PHP 7. Old alias is still available, as usual.
10 lines
106 B
PHP
10 lines
106 B
PHP
<?php
|
|
|
|
namespace PhpParser\Node\Expr\Cast;
|
|
|
|
use PhpParser\Node\Expr\Cast;
|
|
|
|
class Object_ extends Cast
|
|
{
|
|
}
|