PHP Classes

File: web/SSO/vendor/openid/php-openid/admin/syntaxcheck

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/vendor/openid/php-openid/admin/syntaxcheck   Download  
File: web/SSO/vendor/openid/php-openid/admin/syntaxcheck
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 77 bytes
 

Contents

Class file image Download
#!/usr/bin/env bash for file in `./admin/findallphp` do php -l $file done