All Questions
2 questions
5
votes
2
answers
159
views
Parsing record-jar format in PHP 5.3
Here is a simple function I wrote to parse record-jar data. I need it in a php5.3 application to validate bcp47 language tags. It converts the language subtag registry among other things, into a ...
3
votes
1
answer
3k
views
Unit-testing ExtFilterParser Symfony2 service
The Service:
...