Lines Matching refs:substr

284 					$php_config_memory_limit = (int) substr($php_config_memory_limit, 0, -1) * 1073741824;
286 $php_config_memory_limit = (int) substr($php_config_memory_limit, 0, -1) * 1048576;
295 $this->iswindows = (bool) (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN');
336 $sourceFileExtension = strtolower(substr(strrchr($sourceFilename, '.'), 1));
353 …is->rawImageData).' bytes; magic="'.substr($this->rawImageData, 0, 4).'" ('.phpthumb_functions::He…
992 …if ($this->iswindows && ((substr($this->sourceFilename, 0, 2) == '//') || (substr($this->sourceFil…
1118 if (substr($this->config_cache_directory, -1) == '/') {
1119 $this->config_cache_directory = substr($this->config_cache_directory, 0, -1);
1373 …} elseif ($this->iswindows && ((substr($filename, 0, 2) == '//') || (substr($filename, 0, 2) == '\…
1419 if (substr(dirname(@$_SERVER['PHP_SELF']), 0, 2) == '/~') {
1540 $commandline .= substr($this->config_imagemagick_path, 0, 2);
1541 …ctions::escapeshellarg_replacement(str_replace('/', DIRECTORY_SEPARATOR, substr(dirname($this->con…
2596 $valid_domain = substr($valid_domain, $starpos + 1);
3717 $ParametersString .= '_'.$key.substr(md5($this->$key), 0, 4);
3740 $broad_directories .= DIRECTORY_SEPARATOR.substr($broad_directory_name, 0, $i + 1);
3892 if (substr($this->rawImageData, 0, 2) === 'BM') {
3894 } elseif (substr($this->rawImageData, 0, 4) === 'II'."\x2A\x00") {
3896 } elseif (substr($this->rawImageData, 0, 4) === 'MM'."\x00\x2A") {
3899 …) failed with unknown image type "'.substr($this->rawImageData, 0, 4).'" ('.phpthumb_functions::He…
4078 $HeaderFourBytes = substr($this->rawImageData, 0, 4);
4095 } elseif (substr($HeaderFourBytes, 0, 3) == "\xFF\xD8\xFF") { // JPEG
4099 } elseif (substr($HeaderFourBytes, 0, 3) == 'GIF') { // GIF
4140 …lorclosest($this->gdimg_source, hexdec(substr($ica_color, 0, 2)), hexdec(substr($ica_color, 2, 2))…
4459 switch (substr($RawImageData, 0, 3)) {
4470 …iled: unknown fileformat signature "'.phpthumb_functions::HexCharDisplay(substr($RawImageData, 0, …