This website requires JavaScript.
Explore
Help
Sign In
phabel
/
php-parser
Watch
1
Star
0
Fork
0
You've already forked php-parser
mirror of
https://github.com/phabelio/PHP-Parser.git
synced
2024-12-12 09:09:41 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
a02990a39a
php-parser
/
lib
/
PhpParser
/
Node
/
Scalar.php
7 lines
97 B
PHP
Raw
Normal View
History
Unescape
Escape
Add strict_types to lib code
2017-08-18 22:57:27 +02:00
<
?
php
declare
(
strict_types
=
1
);
Port library to use namespaces, with BC for old names
2014-02-06 14:44:16 +01:00
namespace
PhpParser\Node
;
abstract
class
Scalar
extends
Expr
{
}
Reference in New Issue
Copy Permalink