phplint Questions
3
Solved
I want to lint all the files in the current (recursive) directory while printing out only files that have an error, and assign a variable to 1 to be used after the linting is finished.
#!/bin/bash...
Void asked 3/1, 2018 at 20:30
4
Solved
When using the php -l myFile.php command (PHP 5.5.30), if the file has a syntax error then I get the proper warnings and stack trace, etc.
However, if the file has no syntax warnings I get the mes...
1
Solved
So I am writing an ant buildfile which will be used within cruisecontrol and ran into a weird issue. I've Googled the problem but haven't come across any concrete solutions, so I figured I would po...
Twoup asked 9/8, 2012 at 23:5
1
© 2022 - 2024 — McMap. All rights reserved.