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-11-27 04:24:43 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
1f95f9215c
php-parser
/
lib
/
PhpParser
/
Node
/
Scalar.php
8 lines
98 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
{
[CS] New line in the end of file
2018-01-10 18:04:06 +01:00
}
Reference in New Issue
Copy Permalink