-
Notifications
You must be signed in to change notification settings - Fork 0
PHP compatibility
Matt Acosta edited this page Nov 25, 2017
·
4 revisions
These are intentional differences from the PHP specification. In many cases, solving a notice or warning generated by PHP will also solve the error returned by the parser.
// Generates an E_NOTICE message.
$a =& f();
$a instanceof A instanceof B; // Works!
Home
News
- Roadmap
Contributor Guide
Help