History log of /php-ast/tests/empty_file_parse.phpt (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 91f59467 07-Aug-2022 Tyson Andre

php-ast 1.1.0dev: Deprecate AST versions 50 and 60, drop support for php < 7.2 (#185)

* Deprecate AST versions 50 and 60

AST version 70 has been supported since php-ast 1.0.1 (2019-

php-ast 1.1.0dev: Deprecate AST versions 50 and 60, drop support for php < 7.2 (#185)

* Deprecate AST versions 50 and 60

AST version 70 has been supported since php-ast 1.0.1 (2019-02-11).

Related to #114

* Drop support for php <= 7.1

Update documentation to mention this.

* Update test expectation for AST version 60 deprecation

show more ...


Revision tags: v1.0.5, v1.0.4, v1.0.3, v1.0.2, v1.0.1, v1.0.0
# 5173b893 07-Oct-2018 Nikita Popov

Drop support for version 45


# cb12abd7 07-Oct-2018 Nikita Popov

Remove version 40


Revision tags: v0.1.7
# dd264ecb 06-Oct-2018 Nikita Popov

Deprecate AST version 40


Revision tags: v0.1.6, v0.1.5
# 1a604795 08-Jul-2017 Tyson Andre

In version 50+, return an empty statement list in \ast\parse_file

This makes \ast\parse_file and \ast\parse_code consistent.

file_get_contents has a similar check of the result of s

In version 50+, return an empty statement list in \ast\parse_file

This makes \ast\parse_file and \ast\parse_code consistent.

file_get_contents has a similar check of the result of stream_read,
it will return the empty string if it returned null.

show more ...