Skip to content

Instantly share code, notes, and snippets.

View wmh's full-sized avatar
🎯
Focusing

Hunter Wu wmh

🎯
Focusing
  • Not available for hire.
  • Taipei 104
View GitHub Profile
/*
* php-openid-2.1.2
* /Auth/OpenID/CryptUtil.php
*/
if (!defined('Auth_OpenID_RAND_SOURCE')) {
/**
* The filename for a source of random bytes. Define this yourself
* if you have a different source of randomness.
*/
Z:\report\www\phpmyadmin\libraries\sqlparser.lib.php
...
for ($i = $start_token; $i < $arraysize; $i++) {
...
switch ($typearr[2]) {
...
case 'alpha_columnAttrib':
Line: 2104
//Added By Hunter 2007/12/21
/**
* Verify that the filetype is allowed
*
* @access public
* @return bool
*/
function is_allowed_filetype()
{
if (count($this->allowed_types) == 0 OR ! is_array($this->allowed_types))
{