mirror of
https://github.com/danog/PHP-Parser.git
synced 2025-01-22 05:41:23 +01:00
5 lines
52 B
PHP
5 lines
52 B
PHP
|
<?php
|
||
|
|
||
|
class Node_Expr_IntCast extends Node_Expr
|
||
|
{
|
||
|
}
|