- Version: 1.0
- Date: 2019-02-05
- Author: Paul Crovella, Levi Morrison
- Status: Draft
- First Published at: https://wiki.php.net/rfc/partial_function_application
By Jean-Baptiste “JBQ” Quéru
Originally from https://plus.google.com/+JeanBaptisteQueru/posts/dfydM2Cnepe
You just went to the Google home page.
Simple, isn't it?
- Version: 0.42
- Date: 2018-03-04
- Author: Paul Crovella
- Status: Draft
- First Published at: https://gist.github.com/pcrov/d3e7048b4d002fbe71aeb91cb212361c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// XMLDecl from http://www.w3.org/TR/xml/#xmldoc | |
$regex = <<<'REGEX' | |
/ | |
(?(DEFINE) | |
(?<S> [\x20\x9\xD\xA]+ ) | |
(?<Eq> (?&S)? = (?&S)? ) | |
) | |
^(?<XMLDecl> | |
<\?xml | |
(?<VersionInfo> |