PHP Classes

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

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/vendor/openid/php-openid/admin/nobadcase   Download  
File: web/SSO/vendor/openid/php-openid/admin/nobadcase
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: 218 bytes
 

Contents

Class file image Download
#!/usr/bin/env bash bad=$(./admin/findphp | xargs egrep -n "^[^\'\"]*\b(TRUE|FALSE|NULL)\b") if [ ! -z "$bad" ] then cat <<EOF 1>&2 These files contain wrongly capitalized constants: $bad EOF exit 1 fi