This website requires JavaScript.
Explore
Help
Sign In
danog
/
PHP-Parser
Watch
1
Star
0
Fork
0
You've already forked PHP-Parser
mirror of
https://github.com/danog/PHP-Parser.git
synced
2024-12-03 17:57:59 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
90ab32f046
PHP-Parser
/
lib
/
PhpParser
/
Node
/
Expr
/
Cast
/
Int_.php
10 lines
103 B
PHP
Raw
Normal View
History
Unescape
Escape
Port library to use namespaces, with BC for old names
2014-02-06 14:44:16 +01:00
<
?
php
namespace
PhpParser\Node\Expr\Cast
;
use
PhpParser\Node\Expr\Cast
;
Rename nodes for compat with PHP 7 The old names will still be available on PHP 5.x.
2015-03-20 21:47:20 +01:00
class
Int_
extends
Cast
Port library to use namespaces, with BC for old names
2014-02-06 14:44:16 +01:00
{
Rename nodes for compat with PHP 7 The old names will still be available on PHP 5.x.
2015-03-20 21:47:20 +01:00
}
Reference in New Issue
Copy Permalink