Case which is not consistent with Zend PHP parser
See original GitHub issuef(&$a = 1);
It should throw a parse error:
Parse error: syntax error, unexpected '&'
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
PHP parser errors in Zend Framework - Stack Overflow
I just updated my project library folder (with an external to ZF svn) to ZF version 1.11. I'm now getting al kinds of...
Read more >Writing PHP Extensions - Zend Technologies
Knowing how to use and write PHP extensions is a critical PHP development skill that can save significant time and enable you to...
Read more >include - Manual - PHP
Files are included based on the file path given or, if none is given, the include_path specified. If the file isn't found in...
Read more >PHP - Wikipedia
PHP is a general-purpose scripting language geared toward web development. ... The standard PHP interpreter, powered by the Zend Engine, is free software ......
Read more >Zend Framework Coding Standard for PHP
This document provides guidelines for code formatting and documentation to individuals and teams contributing to Zend Framework. Many developers using Zend ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I mean we should handle all cases except syntax error, for example:
should be parsed
Hi @eou
In php 7 - some by reference usage becomes deprecated - Some examples :