0
Validation results

Sitesch.id

Sitesch.id

WordPress 6.7.2 theme
0
  • THEME TYPEWordPress theme 6.7.2
  • FILE NAMEsitesch-167.zip
  • FILE SIZE8978931 bytes
  • MD5907513ce286eda15135fb3e64877d05c
  • SHA1b0bf86a6be8f869da6e8d986f8813f67377986b1
  • LICENSENone
  • FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttps://websekolah.co.id/
  • VERSION1.6.7
  • AUTHOR URI
  • CREATION DATE2025-01-23
  • LAST FILE UPDATE2025-01-23
  • LAST VALIDATION2025-01-23 05:21
  • OTHER VERSIONS

    1.2.0 : 0%

This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Security breaches : Use of eval() Found eval in file PDFLib.php. 1315: eval($callback);Found eval in file CPDF.php. 903: eval($callback);Found eval in file PhpEvaluator.php. 52: eval($code);
  3. Security breaches : Use of PHP sytem calls Found popen in file Util.php. 32: $fp = popen('where $command', 'r');37: $fp = popen('which $command', 'r');54: if (!exec('hexdump -C \'$path\' | head -n 50', $output)) {
  4. Security breaches : Modification of PHP server settings Found ini_set in file Dompdf.php. 293: @ini_set('pcre.jit', '0');310: @ini_set('pcre.jit', $this->pcreJit);Found ini_set in file Csv.php. 306: $retVal2 = @ini_set('auto_detect_line_endings', $value);
  5. Security breaches : Use of base64_decode() Found base64_decode in file Helpers.php. 288: 'data' => $match['base64'] ? base64_decode($match['data']) : $match['data'],Found base64_decode in file Cpdf.php. 1657: $tmp = $this->fonts[$fontFileName]['CIDtoGID'] = base64_decode($this->fonts[$fontFileName]['CIDtoGID']);2684: $signature = base64_decode(trim($signature));Found base64_decode in file SurfacePDFLib.php. 158: $data = base64_decode(substr($data, 7));Found base64_decode in file SurfaceCpdf.php. 168: $data = base64_decode($data);Found base64_decode in file CPdf.php. 1591: $tmp = $this->fonts[$fontFileName]['CIDtoGID'] = base64_decode($this->fonts[$fontFileName]['CIDtoGID']);2618: $signature = base64_decode(trim($signature));Found base64_decode in file PasswordHasher.php. 96: $saltValue = base64_decode($salt);
  6. Security breaches : Use of base64_encode() Found base64_encode in file theme-metabox-ppdb.php.
     $imageData = base64_encode(file_get_contents($imagePath));
    Found base64_encode in file Cpdf.php.
     $font['CIDtoGID'] = base64_encode(gzcompress($cidtogid));
     $data['CIDtoGID'] = base64_encode($cidtogid);
    Found base64_encode in file CPdf.php.
     $data['CIDtoGID'] = base64_encode($cidtogid);
    Found base64_encode in file PasswordHasher.php.
     return base64_encode($hashValue);
    Found base64_encode in file Sample.php.
     echo '<div><img src='data:image/gif;base64,' . base64_encode($imageData) . '' /></div>';
    Found base64_encode in file Protection.php.
     return base64_encode(random_bytes(16));
    Found base64_encode in file Html.php.
     $base64 = base64_encode($picture);
     $dataUri = 'data:image/png;base64,' . base64_encode($contents);
     $base64 = base64_encode($picture);
     $base64 = base64_encode($picture);
  7. Unwanted files : hidden file(s) or folder(s) .php-cs-fixer.dist.php .github .readthedocs.yaml .phpcs.xml.dist .editorconfig .tool-versions .phpdoc .phive was found.
  8. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe id="ytplayer" class="rounded-lg" width="100%" height="220" src="https://www.youtube.com/embed/'.$youtubeid.'?modestbranding=0&controls=1&showinfo=0&rel=0" frameborder="0" allowfullscreen> in file single-galeri.php. 64: echo '<iframe id='ytplayer' class='rounded-lg' width='100%' height='220' src='httFound <iframe src="https://www.google.com/maps/embed?pb=!1m10!1m8!1m3!1d1978.5673487086099!2d108.2392458!3d-7.3387667!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sid!4v1716060758343!5m2!1sen!2sid" width="100%" height="250px" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"> in file kontak.php. 60: 'default' => '<iframe src='https://www.google.com/maps/embed?pb=!1m10!1m8!1m3!1d1978.5673
  9. Malware : Operations on file system file_get_contents was found in the file theme-metabox-ppdb.php 157: $imageData = base64_encode(file_get_contents($imagePath));file_put_contents was found in the file theme-ppdb-form-submit.php 65: file_put_contents($index_file_path, $index_file_content);file_get_contents was found in the file theme-ppdb-form.php 43: $json_data = file_get_contents($json_file);file_put_contents was found in the file class-redux-filesystem.php 527: * Calls file_put_contents with chmod.543: // phpcs:ignore WordPress.WP.AlternativeFunctions.file_system_operations_file_put_contents, WordPress.PHP.NoSilencedErrors.Discouraged544: $return = @file_put_contents( $abs_path, $contents );file_get_contents was found in the file class-redux-filesystem.php 620: // This means that ob_start has been disabled on the system. Lets fallback to good old file_get_contents.621: $contents = file_get_contents( $abs_path ); // phpcs:ignore WordPress.WP.AlternativeFunfopen was found in the file class-redux-color-scheme-import.php 368: $fp = fopen( $file, 'r' ); // phpcs:ignore WordPress.WP.AlternativeFunctionsfread was found in the file class-redux-color-scheme-import.php 369: $data = fread( $fp, filesize( $file ) ); // phpcs:ignore WordPress.WP.AlternativeFufclose was found in the file class-redux-color-scheme-import.php 371: fclose( $fp ); // phpcs:ignore WordPress.WP.AlternativeFunctionsfile_put_contents was found in the file get-font-classes.php 34: file_put_contents( dirname( __DIR__ ) . '/lib/font-awesome-6-free.php', $oufile_get_contents was found in the file get-font-classes.php 44: $content = file_get_contents( 'https://raw.githubusercontent.com/FortAwesome/Font-Awesfile_get_contents was found in the file Dompdf.php 262: if (($version = file_get_contents($versionFile)) !== false) {375: // See http://the-stickman.com/web-development/php/getting-http-response-headers-when-using-file_get_contents/file_put_contents was found in the file Dompdf.php 868: file_put_contents($logOutputFile, $out);file_put_contents was found in the file FontMetrics.php 98: file_put_contents($this->getUserFontsFilePath(), json_encode($this->userFon231: file_put_contents($localTempFile, $remoteFileContent);259: file_put_contents($localFilePath.$fontExtension, $remoteFileContent);file_get_contents was found in the file FontMetrics.php 117: $this->bundledFonts = json_decode(file_get_contents($file), true);120: $this->userFonts = json_decode(file_get_contents($this->getUserFontsFilePath()), true);file_get_contents was found in the file FontMetrics.php 117: $this->bundledFonts = json_decode(file_get_contents($file), true);120: $this->userFonts = json_decode(file_get_contents($this->getUserFontsFilePath()), true);file_put_contents was found in the file FontMetrics.php 98: file_put_contents($this->getUserFontsFilePath(), json_encode($this->userFon231: file_put_contents($localTempFile, $remoteFileContent);259: file_put_contents($localFilePath.$fontExtension, $remoteFileContent);file_put_contents was found in the file FontMetrics.php 98: file_put_contents($this->getUserFontsFilePath(), json_encode($this->userFon231: file_put_contents($localTempFile, $remoteFileContent);259: file_put_contents($localFilePath.$fontExtension, $remoteFileContent);readfile was found in the file PDFLib.php 1412: // Chunked readfile()fopen was found in the file PDFLib.php 1414: $fh = fopen($this->_file, 'rb');fread was found in the file PDFLib.php 1420: echo fread($fh, $chunk);fclose was found in the file PDFLib.php 1422: fclose($fh);file_get_contents was found in the file PDFLib.php 1455: $data = file_get_contents($this->_file);file_get_contents was found in the file GD.php 724: $cached_font_info = json_decode(file_get_contents($cache_name), true);fopen was found in the file Helpers.php 819: if (!($fh = fopen($filename, 'rb'))) {987: * - file_get_contents: if allow_url_fopen is true or the file is local988: * - curl: if allow_url_fopen is false and curl is available1007: if ($is_local_path || ini_get('allow_url_fopen') || !$can_use_curl) {fread was found in the file Helpers.php 827: $meta = unpack('vtype/Vfilesize/Vreserved/Voffset', fread($fh, 14));836: $meta += unpack('Vheadersize/Vwidth/Vheight/vplanes/vbits/Vcompression/Vimagesize/Vxres/Vyres/Vcolors/Vimportant', fread($fh, 40));841: $meta += unpack('VrMask/VgMask/VbMask', fread($fh, 12));871: $palette = unpack('l' . $meta['colors'], fread($fh, $meta['colors'] * 4));882: fread($fh, $meta['headersize'] - $bytes_read);887: $data = fread($fh, $meta['imagesize']);fread was found in the file Helpers.php 827: $meta = unpack('vtype/Vfilesize/Vreserved/Voffset', fread($fh, 14));836: $meta += unpack('Vheadersize/Vwidth/Vheight/vplanes/vbits/Vcompression/Vimagesize/Vxres/Vyres/Vcolors/Vimportant', fread($fh, 40));841: $meta += unpack('VrMask/VgMask/VbMask', fread($fh, 12));871: $palette = unpack('l' . $meta['colors'], fread($fh, $meta['colors'] * 4));882: fread($fh, $meta['headersize'] - $bytes_read);887: $data = fread($fh, $meta['imagesize']);fread was found in the file Helpers.php 827: $meta = unpack('vtype/Vfilesize/Vreserved/Voffset', fread($fh, 14));836: $meta += unpack('Vheadersize/Vwidth/Vheight/vplanes/vbits/Vcompression/Vimagesize/Vxres/Vyres/Vcolors/Vimportant', fread($fh, 40));841: $meta += unpack('VrMask/VgMask/VbMask', fread($fh, 12));871: $palette = unpack('l' . $meta['colors'], fread($fh, $meta['colors'] * 4));882: fread($fh, $meta['headersize'] - $bytes_read);887: $data = fread($fh, $meta['imagesize']);fread was found in the file Helpers.php 827: $meta = unpack('vtype/Vfilesize/Vreserved/Voffset', fread($fh, 14));836: $meta += unpack('Vheadersize/Vwidth/Vheight/vplanes/vbits/Vcompression/Vimagesize/Vxres/Vyres/Vcolors/Vimportant', fread($fh, 40));841: $meta += unpack('VrMask/VgMask/VbMask', fread($fh, 12));871: $palette = unpack('l' . $meta['colors'], fread($fh, $meta['colors'] * 4));882: fread($fh, $meta['headersize'] - $bytes_read);887: $data = fread($fh, $meta['imagesize']);fread was found in the file Helpers.php 827: $meta = unpack('vtype/Vfilesize/Vreserved/Voffset', fread($fh, 14));836: $meta += unpack('Vheadersize/Vwidth/Vheight/vplanes/vbits/Vcompression/Vimagesize/Vxres/Vyres/Vcolors/Vimportant', fread($fh, 40));841: $meta += unpack('VrMask/VgMask/VbMask', fread($fh, 12));871: $palette = unpack('l' . $meta['colors'], fread($fh, $meta['colors'] * 4));882: fread($fh, $meta['headersize'] - $bytes_read);887: $data = fread($fh, $meta['imagesize']);fread was found in the file Helpers.php 827: $meta = unpack('vtype/Vfilesize/Vreserved/Voffset', fread($fh, 14));836: $meta += unpack('Vheadersize/Vwidth/Vheight/vplanes/vbits/Vcompression/Vimagesize/Vxres/Vyres/Vcolors/Vimportant', fread($fh, 40));841: $meta += unpack('VrMask/VgMask/VbMask', fread($fh, 12));871: $palette = unpack('l' . $meta['colors'], fread($fh, $meta['colors'] * 4));882: fread($fh, $meta['headersize'] - $bytes_read);887: $data = fread($fh, $meta['imagesize']);fclose was found in the file Helpers.php 980: fclose($fh);file_get_contents was found in the file Helpers.php 987: * - file_get_contents: if allow_url_fopen is true or the file is local1012: $result = file_get_contents($uri, false, $context, $offset, $maxlen);1014: $result = file_get_contents($uri, false, $context, $offset);file_get_contents was found in the file Helpers.php 987: * - file_get_contents: if allow_url_fopen is true or the file is local1012: $result = file_get_contents($uri, false, $context, $offset, $maxlen);1014: $result = file_get_contents($uri, false, $context, $offset);file_get_contents was found in the file Options.php 322: * Will be used for file_get_contents344: if (($version = file_get_contents($versionFile)) !== false) {file_put_contents was found in the file Cache.php 120: if (@file_put_contents($resolved_url, $image) === false) {fopen was found in the file Cache.php 174: if (($fp = fopen($resolved_url, 'r')) !== false) {fread was found in the file Cache.php 175: while ($line = fread($fp, 8192)) {fclose was found in the file Cache.php 178: fclose($fp);file_get_contents was found in the file Cpdf.php 1169: $data = file_get_contents($fbfile);1224: $data = file_get_contents($tmp_name);1226: $data = file_get_contents($fbfile);2676: $signature = file_get_contents($tmpOutput);2956: $file_content = file_get_contents($info['filepath']);3329: $cached_font_info = json_decode(file_get_contents($fontcache . '/' . $cache_name), true);4271: * 'signcert' => file_get_contents('dompdf.crt'),4272: * 'privkey' => file_get_contents('dompdf.key'),5855: $info = file_get_contents($file, false, null, 24, 5);6262: $data = file_get_contents($img);file_get_contents was found in the file Cpdf.php 1169: $data = file_get_contents($fbfile);1224: $data = file_get_contents($tmp_name);1226: $data = file_get_contents($fbfile);2676: $signature = file_get_contents($tmpOutput);2956: $file_content = file_get_contents($info['filepath']);3329: $cached_font_info = json_decode(file_get_contents($fontcache . '/' . $cache_name), true);4271: * 'signcert' => file_get_contents('dompdf.crt'),4272: * 'privkey' => file_get_contents('dompdf.key'),5855: $info = file_get_contents($file, false, null, 24, 5);6262: $data = file_get_contents($img);file_get_contents was found in the file Cpdf.php 1169: $data = file_get_contents($fbfile);1224: $data = file_get_contents($tmp_name);1226: $data = file_get_contents($fbfile);2676: $signature = file_get_contents($tmpOutput);2956: $file_content = file_get_contents($info['filepath']);3329: $cached_font_info = json_decode(file_get_contents($fontcache . '/' . $cache_name), true);4271: * 'signcert' => file_get_contents('dompdf.crt'),4272: * 'privkey' => file_get_contents('dompdf.key'),5855: $info = file_get_contents($file, false, null, 24, 5);6262: $data = file_get_contents($img);file_put_contents was found in the file Cpdf.php 2661: if (file_put_contents($tmpInput, substr($content, 0, $rangeStartPos)) === false2664: if (file_put_contents($tmpInput, substr($content, $rangeStartPos + 2 + $sign_ma3508: file_put_contents('$fontcache/$cache_name', json_encode($data, JSON_PRETTY_file_put_contents was found in the file Cpdf.php 2661: if (file_put_contents($tmpInput, substr($content, 0, $rangeStartPos)) === false2664: if (file_put_contents($tmpInput, substr($content, $rangeStartPos + 2 + $sign_ma3508: file_put_contents('$fontcache/$cache_name', json_encode($data, JSON_PRETTY_file_get_contents was found in the file Cpdf.php 1169: $data = file_get_contents($fbfile);1224: $data = file_get_contents($tmp_name);1226: $data = file_get_contents($fbfile);2676: $signature = file_get_contents($tmpOutput);2956: $file_content = file_get_contents($info['filepath']);3329: $cached_font_info = json_decode(file_get_contents($fontcache . '/' . $cache_name), true);4271: * 'signcert' => file_get_contents('dompdf.crt'),4272: * 'privkey' => file_get_contents('dompdf.key'),5855: $info = file_get_contents($file, false, null, 24, 5);6262: $data = file_get_contents($img);fopen was found in the file Cpdf.php 2945: $f = fopen($filepath, 'rb');fread was found in the file Cpdf.php 2949: while (($block = fread($f, 8192))) {fclose was found in the file Cpdf.php 2954: fclose($f);file_get_contents was found in the file Cpdf.php 1169: $data = file_get_contents($fbfile);1224: $data = file_get_contents($tmp_name);1226: $data = file_get_contents($fbfile);2676: $signature = file_get_contents($tmpOutput);2956: $file_content = file_get_contents($info['filepath']);3329: $cached_font_info = json_decode(file_get_contents($fontcache . '/' . $cache_name), true);4271: * 'signcert' => file_get_contents('dompdf.crt'),4272: * 'privkey' => file_get_contents('dompdf.key'),5855: $info = file_get_contents($file, false, null, 24, 5);6262: $data = file_get_contents($img);file_get_contents was found in the file Cpdf.php 1169: $data = file_get_contents($fbfile);1224: $data = file_get_contents($tmp_name);1226: $data = file_get_contents($fbfile);2676: $signature = file_get_contents($tmpOutput);2956: $file_content = file_get_contents($info['filepath']);3329: $cached_font_info = json_decode(file_get_contents($fontcache . '/' . $cache_name), true);4271: * 'signcert' => file_get_contents('dompdf.crt'),4272: * 'privkey' => file_get_contents('dompdf.key'),5855: $info = file_get_contents($file, false, null, 24, 5);6262: $data = file_get_contents($img);file_put_contents was found in the file Cpdf.php 2661: if (file_put_contents($tmpInput, substr($content, 0, $rangeStartPos)) === false2664: if (file_put_contents($tmpInput, substr($content, $rangeStartPos + 2 + $sign_ma3508: file_put_contents('$fontcache/$cache_name', json_encode($data, JSON_PRETTY_file_get_contents was found in the file Cpdf.php 1169: $data = file_get_contents($fbfile);1224: $data = file_get_contents($tmp_name);1226: $data = file_get_contents($fbfile);2676: $signature = file_get_contents($tmpOutput);2956: $file_content = file_get_contents($info['filepath']);3329: $cached_font_info = json_decode(file_get_contents($fontcache . '/' . $cache_name), true);4271: * 'signcert' => file_get_contents('dompdf.crt'),4272: * 'privkey' => file_get_contents('dompdf.key'),5855: $info = file_get_contents($file, false, null, 24, 5);6262: $data = file_get_contents($img);file_get_contents was found in the file Cpdf.php 1169: $data = file_get_contents($fbfile);1224: $data = file_get_contents($tmp_name);1226: $data = file_get_contents($fbfile);2676: $signature = file_get_contents($tmpOutput);2956: $file_content = file_get_contents($info['filepath']);3329: $cached_font_info = json_decode(file_get_contents($fontcache . '/' . $cache_name), true);4271: * 'signcert' => file_get_contents('dompdf.crt'),4272: * 'privkey' => file_get_contents('dompdf.key'),5855: $info = file_get_contents($file, false, null, 24, 5);6262: $data = file_get_contents($img);file_get_contents was found in the file Cpdf.php 1169: $data = file_get_contents($fbfile);1224: $data = file_get_contents($tmp_name);1226: $data = file_get_contents($fbfile);2676: $signature = file_get_contents($tmpOutput);2956: $file_content = file_get_contents($info['filepath']);3329: $cached_font_info = json_decode(file_get_contents($fontcache . '/' . $cache_name), true);4271: * 'signcert' => file_get_contents('dompdf.crt'),4272: * 'privkey' => file_get_contents('dompdf.key'),5855: $info = file_get_contents($file, false, null, 24, 5);6262: $data = file_get_contents($img);file_get_contents was found in the file Cpdf.php 1169: $data = file_get_contents($fbfile);1224: $data = file_get_contents($tmp_name);1226: $data = file_get_contents($fbfile);2676: $signature = file_get_contents($tmpOutput);2956: $file_content = file_get_contents($info['filepath']);3329: $cached_font_info = json_decode(file_get_contents($fontcache . '/' . $cache_name), true);4271: * 'signcert' => file_get_contents('dompdf.crt'),4272: * 'privkey' => file_get_contents('dompdf.key'),5855: $info = file_get_contents($file, false, null, 24, 5);6262: $data = file_get_contents($img);file_get_contents was found in the file SurfacePDFLib.php 162: $data = file_get_contents($image);file_put_contents was found in the file SurfacePDFLib.php 166: file_put_contents($image, $data);file_get_contents was found in the file SurfaceCpdf.php 172: $data = file_get_contents($image);195: $data = file_get_contents($filename, null, null, 0, 26);file_put_contents was found in the file SurfaceCpdf.php 176: file_put_contents($image, $data);file_get_contents was found in the file SurfaceCpdf.php 172: $data = file_get_contents($image);195: $data = file_get_contents($filename, null, null, 0, 26);file_get_contents was found in the file CPdf.php 1165: $data = file_get_contents($fbfile);2610: $signature = file_get_contents($tmpOutput);2890: $file_content = file_get_contents($info['filepath']);3263: $cached_font_info = json_decode(file_get_contents($fontcache . '/' . $cache_name), true);4207: * 'signcert' => file_get_contents('dompdf.crt'),4208: * 'privkey' => file_get_contents('dompdf.key'),5769: $info = file_get_contents($file, false, null, 24, 5);6151: $data = file_get_contents($img);file_put_contents was found in the file CPdf.php 2595: if (file_put_contents($tmpInput, substr($content, 0, $rangeStartPos)) === false2598: if (file_put_contents($tmpInput, substr($content, $rangeStartPos + 2 + $sign_ma3442: file_put_contents('$fontcache/$cache_name', json_encode($data, JSON_PRETTY_file_put_contents was found in the file CPdf.php 2595: if (file_put_contents($tmpInput, substr($content, 0, $rangeStartPos)) === false2598: if (file_put_contents($tmpInput, substr($content, $rangeStartPos + 2 + $sign_ma3442: file_put_contents('$fontcache/$cache_name', json_encode($data, JSON_PRETTY_file_get_contents was found in the file CPdf.php 1165: $data = file_get_contents($fbfile);2610: $signature = file_get_contents($tmpOutput);2890: $file_content = file_get_contents($info['filepath']);3263: $cached_font_info = json_decode(file_get_contents($fontcache . '/' . $cache_name), true);4207: * 'signcert' => file_get_contents('dompdf.crt'),4208: * 'privkey' => file_get_contents('dompdf.key'),5769: $info = file_get_contents($file, false, null, 24, 5);6151: $data = file_get_contents($img);fopen was found in the file CPdf.php 2879: $f = fopen($filepath, 'rb');fread was found in the file CPdf.php 2883: while (($block = fread($f, 8192))) {fclose was found in the file CPdf.php 2888: fclose($f);file_get_contents was found in the file CPdf.php 1165: $data = file_get_contents($fbfile);2610: $signature = file_get_contents($tmpOutput);2890: $file_content = file_get_contents($info['filepath']);3263: $cached_font_info = json_decode(file_get_contents($fontcache . '/' . $cache_name), true);4207: * 'signcert' => file_get_contents('dompdf.crt'),4208: * 'privkey' => file_get_contents('dompdf.key'),5769: $info = file_get_contents($file, false, null, 24, 5);6151: $data = file_get_contents($img);file_get_contents was found in the file CPdf.php 1165: $data = file_get_contents($fbfile);2610: $signature = file_get_contents($tmpOutput);2890: $file_content = file_get_contents($info['filepath']);3263: $cached_font_info = json_decode(file_get_contents($fontcache . '/' . $cache_name), true);4207: * 'signcert' => file_get_contents('dompdf.crt'),4208: * 'privkey' => file_get_contents('dompdf.key'),5769: $info = file_get_contents($file, false, null, 24, 5);6151: $data = file_get_contents($img);file_put_contents was found in the file CPdf.php 2595: if (file_put_contents($tmpInput, substr($content, 0, $rangeStartPos)) === false2598: if (file_put_contents($tmpInput, substr($content, $rangeStartPos + 2 + $sign_ma3442: file_put_contents('$fontcache/$cache_name', json_encode($data, JSON_PRETTY_file_get_contents was found in the file CPdf.php 1165: $data = file_get_contents($fbfile);2610: $signature = file_get_contents($tmpOutput);2890: $file_content = file_get_contents($info['filepath']);3263: $cached_font_info = json_decode(file_get_contents($fontcache . '/' . $cache_name), true);4207: * 'signcert' => file_get_contents('dompdf.crt'),4208: * 'privkey' => file_get_contents('dompdf.key'),5769: $info = file_get_contents($file, false, null, 24, 5);6151: $data = file_get_contents($img);file_get_contents was found in the file CPdf.php 1165: $data = file_get_contents($fbfile);2610: $signature = file_get_contents($tmpOutput);2890: $file_content = file_get_contents($info['filepath']);3263: $cached_font_info = json_decode(file_get_contents($fontcache . '/' . $cache_name), true);4207: * 'signcert' => file_get_contents('dompdf.crt'),4208: * 'privkey' => file_get_contents('dompdf.key'),5769: $info = file_get_contents($file, false, null, 24, 5);6151: $data = file_get_contents($img);file_get_contents was found in the file CPdf.php 1165: $data = file_get_contents($fbfile);2610: $signature = file_get_contents($tmpOutput);2890: $file_content = file_get_contents($info['filepath']);3263: $cached_font_info = json_decode(file_get_contents($fontcache . '/' . $cache_name), true);4207: * 'signcert' => file_get_contents('dompdf.crt'),4208: * 'privkey' => file_get_contents('dompdf.key'),5769: $info = file_get_contents($file, false, null, 24, 5);6151: $data = file_get_contents($img);file_get_contents was found in the file CPdf.php 1165: $data = file_get_contents($fbfile);2610: $signature = file_get_contents($tmpOutput);2890: $file_content = file_get_contents($info['filepath']);3263: $cached_font_info = json_decode(file_get_contents($fontcache . '/' . $cache_name), true);4207: * 'signcert' => file_get_contents('dompdf.crt'),4208: * 'privkey' => file_get_contents('dompdf.key'),5769: $info = file_get_contents($file, false, null, 24, 5);6151: $data = file_get_contents($img);fopen was found in the file Document.php 154: $fp = fopen($this->filename, 'r');253: $fp = fopen($this->filename, 'r');fread was found in the file Document.php 155: while ($line = fread($fp, 8192)) {254: while ($line = fread($fp, 8192)) {fopen was found in the file Document.php 154: $fp = fopen($this->filename, 'r');253: $fp = fopen($this->filename, 'r');fread was found in the file Document.php 155: while ($line = fread($fp, 8192)) {254: while ($line = fread($fp, 8192)) {fread was found in the file File.php 75: $string = (string) fread($this->f, $n);file_get_contents was found in the file Font.php 30: $header = file_get_contents($file, false, null, 0, 4);54: $magicNumber = file_get_contents($file, false, null, 34, 2);file_get_contents was found in the file Font.php 30: $header = file_get_contents($file, false, null, 0, 4);54: $magicNumber = file_get_contents($file, false, null, 34, 2);fopen was found in the file BinaryStream.php 68: $this->f = fopen($filename, $mode);106: $f = fopen('php://temp', 'rb+');109: $f = fopen(tempnam(sys_get_temp_dir(), 'fnt'), 'rb+');fclose was found in the file BinaryStream.php 77: return fclose($this->f) != false;fopen was found in the file BinaryStream.php 68: $this->f = fopen($filename, $mode);106: $f = fopen('php://temp', 'rb+');109: $f = fopen(tempnam(sys_get_temp_dir(), 'fnt'), 'rb+');fopen was found in the file BinaryStream.php 68: $this->f = fopen($filename, $mode);106: $f = fopen('php://temp', 'rb+');109: $f = fopen(tempnam(sys_get_temp_dir(), 'fnt'), 'rb+');fread was found in the file BinaryStream.php 149: return (string) fread($this->f, $n);fwrite was found in the file BinaryStream.php 157: return fwrite($this->f, $data, $length);fopen was found in the file EncodingMap.php 19: $this->f = fopen($file, 'r');fopen was found in the file AdobeFontMetrics.php 44: $this->f = fopen($file, 'w+');fwrite was found in the file AdobeFontMetrics.php 226: fwrite($this->f, '$line\n');file_get_contents was found in the file XmlScanner.php 85: return $this->scan(file_get_contents($filestream));fclose was found in the file Html.php 158: fclose($this->fileHandle);fread was found in the file Html.php 167: return (string) fread($this->fileHandle, self::TEST_SAMPLE_SIZE);187: return (string) fread($this->fileHandle, $blockSize);fread was found in the file Html.php 167: return (string) fread($this->fileHandle, self::TEST_SAMPLE_SIZE);187: return (string) fread($this->fileHandle, $blockSize);fread was found in the file Slk.php 62: $data = (string) fread($this->fileHandle, 2048);fclose was found in the file Slk.php 72: fclose($this->fileHandle);136: fclose($fileHandle);525: fclose($fileHandle);fclose was found in the file Slk.php 72: fclose($this->fileHandle);136: fclose($fileHandle);525: fclose($fileHandle);fclose was found in the file Slk.php 72: fclose($this->fileHandle);136: fclose($fileHandle);525: fclose($fileHandle);fclose was found in the file Csv.php 242: fclose($fileHandle);283: fclose($this->fileHandle);424: fclose($fileHandle);554: fclose($this->fileHandle);fclose was found in the file Csv.php 242: fclose($fileHandle);283: fclose($this->fileHandle);424: fclose($fileHandle);554: fclose($this->fileHandle);file_get_contents was found in the file Csv.php 284: $entireFile = file_get_contents($filename);587: $contents = file_get_contents($filename);611: $first4 = file_get_contents($filename, false, null, 0, 4);fopen was found in the file Csv.php 285: $fileHandle = fopen('php://memory', 'r+b');328: $fileHandle = fopen($filename, 'rb');fwrite was found in the file Csv.php 289: fwrite($this->fileHandle, $data);fopen was found in the file Csv.php 285: $fileHandle = fopen('php://memory', 'r+b');328: $fileHandle = fopen($filename, 'rb');fclose was found in the file Csv.php 242: fclose($fileHandle);283: fclose($this->fileHandle);424: fclose($fileHandle);554: fclose($this->fileHandle);fclose was found in the file Csv.php 242: fclose($fileHandle);283: fclose($this->fileHandle);424: fclose($fileHandle);554: fclose($this->fileHandle);file_get_contents was found in the file Csv.php 284: $entireFile = file_get_contents($filename);587: $contents = file_get_contents($filename);611: $first4 = file_get_contents($filename, false, null, 0, 4);file_get_contents was found in the file Csv.php 284: $entireFile = file_get_contents($filename);587: $contents = file_get_contents($filename);611: $first4 = file_get_contents($filename, false, null, 0, 4);fopen was found in the file BaseReader.php 188: $fileHandle = fopen($filename, 'rb');file_get_contents was found in the file Gnumeric.php 176: $contents = @file_get_contents($filename);file_get_contents was found in the file Xml.php 82: $data = file_get_contents($filename) ?: '';138: $datax = @file_get_contents($filename);file_get_contents was found in the file Xml.php 82: $data = file_get_contents($filename) ?: '';138: $datax = @file_get_contents($filename);file_get_contents was found in the file OLERead.php 72: $this->data = (string) file_get_contents($filename, false, null, 0, 8);81: $this->data = (string) file_get_contents($filename);file_get_contents was found in the file OLERead.php 72: $this->data = (string) file_get_contents($filename, false, null, 0, 8);81: $this->data = (string) file_get_contents($filename);file_get_contents was found in the file File.php 42: $contents = @file_get_contents($zipFile, false, null, 0, 4);fopen was found in the file ChainedBlockStream.php 18: * Parameters specified by fopen().35: * Implements support for fopen().fopen was found in the file ChainedBlockStream.php 18: * Parameters specified by fopen().35: * Implements support for fopen().fread was found in the file ChainedBlockStream.php 76: $this->data .= fread($this->ole->_file_handle, $this->ole->bigBlockSize);83: $this->data .= fread($this->ole->_file_handle, $this->ole->bigBlockSize);108: * Implements support for fread(), fgets() etc.fread was found in the file ChainedBlockStream.php 76: $this->data .= fread($this->ole->_file_handle, $this->ole->bigBlockSize);83: $this->data .= fread($this->ole->_file_handle, $this->ole->bigBlockSize);108: * Implements support for fread(), fgets() etc.fclose was found in the file ChainedBlockStream.php 99: * Implements support for fclose().fread was found in the file ChainedBlockStream.php 76: $this->data .= fread($this->ole->_file_handle, $this->ole->bigBlockSize);83: $this->data .= fread($this->ole->_file_handle, $this->ole->bigBlockSize);108: * Implements support for fread(), fgets() etc.fopen was found in the file Root.php 56: * If a resource pointer to a stream created by fopen() is passedfwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));fwrite was found in the file Root.php 178: fwrite(202: fwrite(208: fwrite($FILE, pack('V', $iAll + $iBdCnt) . pack('V', $iBdExL));213: fwrite($FILE, pack('V', $iAll + $i));218: fwrite($FILE, (pack('V', -1)));238: fwrite($FILE, $raList[$i]->_data);241: fwrite($FILE, str_repeat('\x00', $this->bigBlockSize - ($raList[$i]->Size %277: fwrite($FILE, pack('V', $j + $iSmBlk + 1));279: fwrite($FILE, pack('V', -2));296: fwrite($FILE, pack('V', -1));313: fwrite($this->fileHandle, $raList[$i]->getPpsWk());319: fwrite($this->fileHandle, str_repeat('\x00', ($iBCnt - ($iCnt % $iBCnt)) * 355: fwrite($FILE, pack('V', $i + 1));357: fwrite($FILE, pack('V', -2));361: fwrite($FILE, pack('V', $i + $iSbdSize + 1));363: fwrite($FILE, pack('V', -2));367: fwrite($FILE, pack('V', $i + $iSbdSize + $iBsize + 1));369: fwrite($FILE, pack('V', -2));372: fwrite($FILE, pack('V', 0xFFFFFFFD));376: fwrite($FILE, pack('V', 0xFFFFFFFC));382: fwrite($FILE, pack('V', -1));393: fwrite($FILE, pack('V', $iAll + $iBdCnt + $iNb));395: fwrite($FILE, pack('V', $iBsize + $iSbdSize + $iPpsCnt + $i));400: fwrite($FILE, pack('V', -1));403: fwrite($FILE, pack('V', -2));file_get_contents was found in the file XMLWriter.php 80: return file_get_contents($this->tempFileName) ?: '';fopen was found in the file OLE.php 111: $fh = @fopen($filename, 'rb');232: $resource = fopen($path, 'rb');fread was found in the file OLE.php 117: $signature = fread($fh, 8);122: if (fread($fh, 2) != '\xFE\xFF') {202: * Returns a stream for use with fread() etc. External callers should247: [, $tmp] = unpack('c', fread($fileHandle, 1) ?: '') ?: [0, 0];259: [, $tmp] = unpack('v', fread($fileHandle, 2) ?: '') ?: [0, 0];275: [, $tmp] = unpack('V', fread($fileHandle, 4) ?: '') ?: [0, 0];296: $nameUtf16 = (string) fread($fh, 64);326: $pps->Time1st = self::OLE2LocalDate((string) fread($fh, 8));327: $pps->Time2nd = self::OLE2LocalDate((string) fread($fh, 8));fread was found in the file OLE.php 117: $signature = fread($fh, 8);122: if (fread($fh, 2) != '\xFE\xFF') {202: * Returns a stream for use with fread() etc. External callers should247: [, $tmp] = unpack('c', fread($fileHandle, 1) ?: '') ?: [0, 0];259: [, $tmp] = unpack('v', fread($fileHandle, 2) ?: '') ?: [0, 0];275: [, $tmp] = unpack('V', fread($fileHandle, 4) ?: '') ?: [0, 0];296: $nameUtf16 = (string) fread($fh, 64);326: $pps->Time1st = self::OLE2LocalDate((string) fread($fh, 8));327: $pps->Time2nd = self::OLE2LocalDate((string) fread($fh, 8));fclose was found in the file OLE.php 186: fclose($sbatFh);338: fclose($fh);445: fclose($fh);fread was found in the file OLE.php 117: $signature = fread($fh, 8);122: if (fread($fh, 2) != '\xFE\xFF') {202: * Returns a stream for use with fread() etc. External callers should247: [, $tmp] = unpack('c', fread($fileHandle, 1) ?: '') ?: [0, 0];259: [, $tmp] = unpack('v', fread($fileHandle, 2) ?: '') ?: [0, 0];275: [, $tmp] = unpack('V', fread($fileHandle, 4) ?: '') ?: [0, 0];296: $nameUtf16 = (string) fread($fh, 64);326: $pps->Time1st = self::OLE2LocalDate((string) fread($fh, 8));327: $pps->Time2nd = self::OLE2LocalDate((string) fread($fh, 8));fopen was found in the file OLE.php 111: $fh = @fopen($filename, 'rb');232: $resource = fopen($path, 'rb');fread was found in the file OLE.php 117: $signature = fread($fh, 8);122: if (fread($fh, 2) != '\xFE\xFF') {202: * Returns a stream for use with fread() etc. External callers should247: [, $tmp] = unpack('c', fread($fileHandle, 1) ?: '') ?: [0, 0];259: [, $tmp] = unpack('v', fread($fileHandle, 2) ?: '') ?: [0, 0];275: [, $tmp] = unpack('V', fread($fileHandle, 4) ?: '') ?: [0, 0];296: $nameUtf16 = (string) fread($fh, 64);326: $pps->Time1st = self::OLE2LocalDate((string) fread($fh, 8));327: $pps->Time2nd = self::OLE2LocalDate((string) fread($fh, 8));fread was found in the file OLE.php 117: $signature = fread($fh, 8);122: if (fread($fh, 2) != '\xFE\xFF') {202: * Returns a stream for use with fread() etc. External callers should247: [, $tmp] = unpack('c', fread($fileHandle, 1) ?: '') ?: [0, 0];259: [, $tmp] = unpack('v', fread($fileHandle, 2) ?: '') ?: [0, 0];275: [, $tmp] = unpack('V', fread($fileHandle, 4) ?: '') ?: [0, 0];296: $nameUtf16 = (string) fread($fh, 64);326: $pps->Time1st = self::OLE2LocalDate((string) fread($fh, 8));327: $pps->Time2nd = self::OLE2LocalDate((string) fread($fh, 8));fread was found in the file OLE.php 117: $signature = fread($fh, 8);122: if (fread($fh, 2) != '\xFE\xFF') {202: * Returns a stream for use with fread() etc. External callers should247: [, $tmp] = unpack('c', fread($fileHandle, 1) ?: '') ?: [0, 0];259: [, $tmp] = unpack('v', fread($fileHandle, 2) ?: '') ?: [0, 0];275: [, $tmp] = unpack('V', fread($fileHandle, 4) ?: '') ?: [0, 0];296: $nameUtf16 = (string) fread($fh, 64);326: $pps->Time1st = self::OLE2LocalDate((string) fread($fh, 8));327: $pps->Time2nd = self::OLE2LocalDate((string) fread($fh, 8));fread was found in the file OLE.php 117: $signature = fread($fh, 8);122: if (fread($fh, 2) != '\xFE\xFF') {202: * Returns a stream for use with fread() etc. External callers should247: [, $tmp] = unpack('c', fread($fileHandle, 1) ?: '') ?: [0, 0];259: [, $tmp] = unpack('v', fread($fileHandle, 2) ?: '') ?: [0, 0];275: [, $tmp] = unpack('V', fread($fileHandle, 4) ?: '') ?: [0, 0];296: $nameUtf16 = (string) fread($fh, 64);326: $pps->Time1st = self::OLE2LocalDate((string) fread($fh, 8));327: $pps->Time2nd = self::OLE2LocalDate((string) fread($fh, 8));fread was found in the file OLE.php 117: $signature = fread($fh, 8);122: if (fread($fh, 2) != '\xFE\xFF') {202: * Returns a stream for use with fread() etc. External callers should247: [, $tmp] = unpack('c', fread($fileHandle, 1) ?: '') ?: [0, 0];259: [, $tmp] = unpack('v', fread($fileHandle, 2) ?: '') ?: [0, 0];275: [, $tmp] = unpack('V', fread($fileHandle, 4) ?: '') ?: [0, 0];296: $nameUtf16 = (string) fread($fh, 64);326: $pps->Time1st = self::OLE2LocalDate((string) fread($fh, 8));327: $pps->Time2nd = self::OLE2LocalDate((string) fread($fh, 8));fread was found in the file OLE.php 117: $signature = fread($fh, 8);122: if (fread($fh, 2) != '\xFE\xFF') {202: * Returns a stream for use with fread() etc. External callers should247: [, $tmp] = unpack('c', fread($fileHandle, 1) ?: '') ?: [0, 0];259: [, $tmp] = unpack('v', fread($fileHandle, 2) ?: '') ?: [0, 0];275: [, $tmp] = unpack('V', fread($fileHandle, 4) ?: '') ?: [0, 0];296: $nameUtf16 = (string) fread($fh, 64);326: $pps->Time1st = self::OLE2LocalDate((string) fread($fh, 8));327: $pps->Time2nd = self::OLE2LocalDate((string) fread($fh, 8));fclose was found in the file OLE.php 186: fclose($sbatFh);338: fclose($fh);445: fclose($fh);fclose was found in the file OLE.php 186: fclose($sbatFh);338: fclose($fh);445: fclose($fh);readfile was found in the file Downloader.php 53: readfile($this->filepath);file_get_contents was found in the file Handler.php 28: return file_get_contents(__FILE__ . 'noexist') !== false;file_get_contents was found in the file Sample.php 221: $imageData = @file_get_contents($fileName);file_get_contents was found in the file Drawing.php 103: $imageContents = file_get_contents($path);file_put_contents was found in the file Drawing.php 106: file_put_contents($filePath, $imageContents);file_put_contents was found in the file MemoryDrawing.php 182: file_put_contents($temporaryFileName, $imageString);fwrite was found in the file Dompdf.php 54: fwrite($fileHandle, $pdf->output() ?? '');fwrite was found in the file Mpdf.php 89: fwrite($fileHandle, $pdf->Output('', 'S'));fwrite was found in the file Tcpdf.php 80: fwrite($fileHandle, $pdf->output('', 'S'));file_get_contents was found in the file Xls.php 435: $blipData = file_get_contents($filename);440: $blipData = file_get_contents($filename);file_get_contents was found in the file Xls.php 435: $blipData = file_get_contents($filename);440: $blipData = file_get_contents($filename);fopen was found in the file Worksheet.php 2371: $bmp_fd = @fopen($bitmap, 'rb');fread was found in the file Worksheet.php 2377: $data = (string) fread($bmp_fd, (int) filesize($bitmap));file_get_contents was found in the file Xlsx.php 448: $zipContent['xl/media/' . $image->getIndexedFilename()] = file_get_contents($image->getPath());474: $imageContents = file_get_contents($imagePath);673: $data = file_get_contents($filename);678: $data = file_get_contents($filename);file_get_contents was found in the file Xlsx.php 448: $zipContent['xl/media/' . $image->getIndexedFilename()] = file_get_contents($image->getPath());474: $imageContents = file_get_contents($imagePath);673: $data = file_get_contents($filename);678: $data = file_get_contents($filename);file_get_contents was found in the file Xlsx.php 448: $zipContent['xl/media/' . $image->getIndexedFilename()] = file_get_contents($image->getPath());474: $imageContents = file_get_contents($imagePath);673: $data = file_get_contents($filename);678: $data = file_get_contents($filename);file_get_contents was found in the file Xlsx.php 448: $zipContent['xl/media/' . $image->getIndexedFilename()] = file_get_contents($image->getPath());474: $imageContents = file_get_contents($imagePath);673: $data = file_get_contents($filename);678: $data = file_get_contents($filename);fopen was found in the file BaseWriter.php 117: $fileHandle = $filename ? fopen($filename, $mode) : false;fclose was found in the file BaseWriter.php 132: if (!fclose($this->fileHandle)) {fwrite was found in the file Html.php 165: fwrite($this->fileHandle, $this->generateHTMLAll());file_get_contents was found in the file Html.php 636: $picture = @file_get_contents($filename);722: $picture = file_get_contents($chartFileName);file_get_contents was found in the file Html.php 636: $picture = @file_get_contents($filename);722: $picture = file_get_contents($chartFileName);fwrite was found in the file Csv.php 95: fwrite($this->fileHandle, '\xEF\xBB\xBF');100: fwrite($this->fileHandle, 'sep=' . $this->getDelimiter() . $this->lineEndin304: fwrite($fileHandle, $line);fwrite was found in the file Csv.php 95: fwrite($this->fileHandle, '\xEF\xBB\xBF');100: fwrite($this->fileHandle, 'sep=' . $this->getDelimiter() . $this->lineEndin304: fwrite($fileHandle, $line);fwrite was found in the file Csv.php 95: fwrite($this->fileHandle, '\xEF\xBB\xBF');100: fwrite($this->fileHandle, 'sep=' . $this->getDelimiter() . $this->lineEndin304: fwrite($fileHandle, $line);fopen was found in the file StreamFactoryInterface.php 22: * supported by the `fopen` function.24: * The `$filename` MAY be any string supported by `fopen()`.fopen was found in the file ZipStream.php 341: $stream = fopen($path, 'rb');345: throw new ResourceActionException('fopen');575: $stream = fopen('php://memory', 'rw+');578: throw new ResourceActionException('fopen');772: return fopen('php://output', 'wb');fwrite was found in the file ZipStream.php 373: * fwrite($filePointer, 'The quick brown fox jumped over the lazy dog.');581: if ($maxSize !== null && fwrite($stream, $data, $maxSize) === false) {583: throw new ResourceActionException('fwrite', $stream);585: } elseif (fwrite($stream, $data) === false) {587: throw new ResourceActionException('fwrite', $stream);801: if (fwrite($this->outputStream, $data) === false) {802: throw new ResourceActionException('fwrite', $this->outputStream);fopen was found in the file ZipStream.php 341: $stream = fopen($path, 'rb');345: throw new ResourceActionException('fopen');575: $stream = fopen('php://memory', 'rw+');578: throw new ResourceActionException('fopen');772: return fopen('php://output', 'wb');fwrite was found in the file ZipStream.php 373: * fwrite($filePointer, 'The quick brown fox jumped over the lazy dog.');581: if ($maxSize !== null && fwrite($stream, $data, $maxSize) === false) {583: throw new ResourceActionException('fwrite', $stream);585: } elseif (fwrite($stream, $data) === false) {587: throw new ResourceActionException('fwrite', $stream);801: if (fwrite($this->outputStream, $data) === false) {802: throw new ResourceActionException('fwrite', $this->outputStream);fwrite was found in the file ZipStream.php 373: * fwrite($filePointer, 'The quick brown fox jumped over the lazy dog.');581: if ($maxSize !== null && fwrite($stream, $data, $maxSize) === false) {583: throw new ResourceActionException('fwrite', $stream);585: } elseif (fwrite($stream, $data) === false) {587: throw new ResourceActionException('fwrite', $stream);801: if (fwrite($this->outputStream, $data) === false) {802: throw new ResourceActionException('fwrite', $this->outputStream);fopen was found in the file ZipStream.php 341: $stream = fopen($path, 'rb');345: throw new ResourceActionException('fopen');575: $stream = fopen('php://memory', 'rw+');578: throw new ResourceActionException('fopen');772: return fopen('php://output', 'wb');fwrite was found in the file ZipStream.php 373: * fwrite($filePointer, 'The quick brown fox jumped over the lazy dog.');581: if ($maxSize !== null && fwrite($stream, $data, $maxSize) === false) {583: throw new ResourceActionException('fwrite', $stream);585: } elseif (fwrite($stream, $data) === false) {587: throw new ResourceActionException('fwrite', $stream);801: if (fwrite($this->outputStream, $data) === false) {802: throw new ResourceActionException('fwrite', $this->outputStream);fread was found in the file File.php 332: $data = fread($this->unpackStream(), $readLength);fclose was found in the file ResourceStream.php 35: fclose($stream);fwrite was found in the file ResourceStream.php 103: if (fwrite($this->stream, $string) === false) {fread was found in the file ResourceStream.php 127: $result = fread($this->stream, $length);fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fwrite was found in the file ZipStreamTest.php 153: fwrite($streamExample, 'Sample String Data');158: fwrite($streamExample, 'More Simple Sample Data');222: fwrite($streamExample, 'Sample String Data');227: fwrite($streamExample, 'More Simple Sample Data');281: fwrite($streamExample2, 'More Simple Sample Data');415: fwrite($streamExample, 'Sample String Data');421: fwrite($streamExample2, 'More Simple Sample Data');1264: fwrite($streamExample, sha1((string)$i));1266: fwrite($streamExample, '\n');fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fwrite was found in the file ZipStreamTest.php 153: fwrite($streamExample, 'Sample String Data');158: fwrite($streamExample, 'More Simple Sample Data');222: fwrite($streamExample, 'Sample String Data');227: fwrite($streamExample, 'More Simple Sample Data');281: fwrite($streamExample2, 'More Simple Sample Data');415: fwrite($streamExample, 'Sample String Data');421: fwrite($streamExample2, 'More Simple Sample Data');1264: fwrite($streamExample, sha1((string)$i));1266: fwrite($streamExample, '\n');fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fwrite was found in the file ZipStreamTest.php 153: fwrite($streamExample, 'Sample String Data');158: fwrite($streamExample, 'More Simple Sample Data');222: fwrite($streamExample, 'Sample String Data');227: fwrite($streamExample, 'More Simple Sample Data');281: fwrite($streamExample2, 'More Simple Sample Data');415: fwrite($streamExample, 'Sample String Data');421: fwrite($streamExample2, 'More Simple Sample Data');1264: fwrite($streamExample, sha1((string)$i));1266: fwrite($streamExample, '\n');fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fwrite was found in the file ZipStreamTest.php 153: fwrite($streamExample, 'Sample String Data');158: fwrite($streamExample, 'More Simple Sample Data');222: fwrite($streamExample, 'Sample String Data');227: fwrite($streamExample, 'More Simple Sample Data');281: fwrite($streamExample2, 'More Simple Sample Data');415: fwrite($streamExample, 'Sample String Data');421: fwrite($streamExample2, 'More Simple Sample Data');1264: fwrite($streamExample, sha1((string)$i));1266: fwrite($streamExample, '\n');fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fopen was found in the file ZipStreamTest.php 276: $streamExample = fopen(__FILE__, 'rb');280: $streamExample2 = fopen('php://temp', 'wb+');310: $streamUnreadable = fopen($tmpInput, 'w');359: $streamUnseekable = fopen('/dev/null', 'w+');361: $streamUnseekable = fopen('NUL', 'w+');414: $streamExample = fopen('php://temp', 'wb+');420: $streamExample2 = fopen('php://temp', 'bw+');fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fopen was found in the file ZipStreamTest.php 276: $streamExample = fopen(__FILE__, 'rb');280: $streamExample2 = fopen('php://temp', 'wb+');310: $streamUnreadable = fopen($tmpInput, 'w');359: $streamUnseekable = fopen('/dev/null', 'w+');361: $streamUnseekable = fopen('NUL', 'w+');414: $streamExample = fopen('php://temp', 'wb+');420: $streamExample2 = fopen('php://temp', 'bw+');fwrite was found in the file ZipStreamTest.php 153: fwrite($streamExample, 'Sample String Data');158: fwrite($streamExample, 'More Simple Sample Data');222: fwrite($streamExample, 'Sample String Data');227: fwrite($streamExample, 'More Simple Sample Data');281: fwrite($streamExample2, 'More Simple Sample Data');415: fwrite($streamExample, 'Sample String Data');421: fwrite($streamExample2, 'More Simple Sample Data');1264: fwrite($streamExample, sha1((string)$i));1266: fwrite($streamExample, '\n');fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);file_get_contents was found in the file ZipStreamTest.php 294: $this->assertStringEqualsFile(__FILE__, file_get_contents($tmpDir . '/sample.txt'));492: $this->assertStringStartsWith('000000', file_get_contents(filename: $tmpDir . '/sample.json', length: 20));fopen was found in the file ZipStreamTest.php 276: $streamExample = fopen(__FILE__, 'rb');280: $streamExample2 = fopen('php://temp', 'wb+');310: $streamUnreadable = fopen($tmpInput, 'w');359: $streamUnseekable = fopen('/dev/null', 'w+');361: $streamUnseekable = fopen('NUL', 'w+');414: $streamExample = fopen('php://temp', 'wb+');420: $streamExample2 = fopen('php://temp', 'bw+');fopen was found in the file ZipStreamTest.php 276: $streamExample = fopen(__FILE__, 'rb');280: $streamExample2 = fopen('php://temp', 'wb+');310: $streamUnreadable = fopen($tmpInput, 'w');359: $streamUnseekable = fopen('/dev/null', 'w+');361: $streamUnseekable = fopen('NUL', 'w+');414: $streamExample = fopen('php://temp', 'wb+');420: $streamExample2 = fopen('php://temp', 'bw+');fopen was found in the file ZipStreamTest.php 276: $streamExample = fopen(__FILE__, 'rb');280: $streamExample2 = fopen('php://temp', 'wb+');310: $streamUnreadable = fopen($tmpInput, 'w');359: $streamUnseekable = fopen('/dev/null', 'w+');361: $streamUnseekable = fopen('NUL', 'w+');414: $streamExample = fopen('php://temp', 'wb+');420: $streamExample2 = fopen('php://temp', 'bw+');fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fopen was found in the file ZipStreamTest.php 276: $streamExample = fopen(__FILE__, 'rb');280: $streamExample2 = fopen('php://temp', 'wb+');310: $streamUnreadable = fopen($tmpInput, 'w');359: $streamUnseekable = fopen('/dev/null', 'w+');361: $streamUnseekable = fopen('NUL', 'w+');414: $streamExample = fopen('php://temp', 'wb+');420: $streamExample2 = fopen('php://temp', 'bw+');fwrite was found in the file ZipStreamTest.php 153: fwrite($streamExample, 'Sample String Data');158: fwrite($streamExample, 'More Simple Sample Data');222: fwrite($streamExample, 'Sample String Data');227: fwrite($streamExample, 'More Simple Sample Data');281: fwrite($streamExample2, 'More Simple Sample Data');415: fwrite($streamExample, 'Sample String Data');421: fwrite($streamExample2, 'More Simple Sample Data');1264: fwrite($streamExample, sha1((string)$i));1266: fwrite($streamExample, '\n');fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fopen was found in the file ZipStreamTest.php 276: $streamExample = fopen(__FILE__, 'rb');280: $streamExample2 = fopen('php://temp', 'wb+');310: $streamUnreadable = fopen($tmpInput, 'w');359: $streamUnseekable = fopen('/dev/null', 'w+');361: $streamUnseekable = fopen('NUL', 'w+');414: $streamExample = fopen('php://temp', 'wb+');420: $streamExample2 = fopen('php://temp', 'bw+');fwrite was found in the file ZipStreamTest.php 153: fwrite($streamExample, 'Sample String Data');158: fwrite($streamExample, 'More Simple Sample Data');222: fwrite($streamExample, 'Sample String Data');227: fwrite($streamExample, 'More Simple Sample Data');281: fwrite($streamExample2, 'More Simple Sample Data');415: fwrite($streamExample, 'Sample String Data');421: fwrite($streamExample2, 'More Simple Sample Data');1264: fwrite($streamExample, sha1((string)$i));1266: fwrite($streamExample, '\n');fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);file_get_contents was found in the file ZipStreamTest.php 294: $this->assertStringEqualsFile(__FILE__, file_get_contents($tmpDir . '/sample.txt'));492: $this->assertStringStartsWith('000000', file_get_contents(filename: $tmpDir . '/sample.json', length: 20));fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fwrite was found in the file ZipStreamTest.php 153: fwrite($streamExample, 'Sample String Data');158: fwrite($streamExample, 'More Simple Sample Data');222: fwrite($streamExample, 'Sample String Data');227: fwrite($streamExample, 'More Simple Sample Data');281: fwrite($streamExample2, 'More Simple Sample Data');415: fwrite($streamExample, 'Sample String Data');421: fwrite($streamExample2, 'More Simple Sample Data');1264: fwrite($streamExample, sha1((string)$i));1266: fwrite($streamExample, '\n');fwrite was found in the file ZipStreamTest.php 153: fwrite($streamExample, 'Sample String Data');158: fwrite($streamExample, 'More Simple Sample Data');222: fwrite($streamExample, 'Sample String Data');227: fwrite($streamExample, 'More Simple Sample Data');281: fwrite($streamExample2, 'More Simple Sample Data');415: fwrite($streamExample, 'Sample String Data');421: fwrite($streamExample2, 'More Simple Sample Data');1264: fwrite($streamExample, sha1((string)$i));1266: fwrite($streamExample, '\n');fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fclose was found in the file ZipStreamTest.php 46: fclose($stream);75: fclose($stream);110: fclose($stream);130: fclose($stream);154: fclose($streamExample);159: fclose($streamExample);163: fclose($stream);223: fclose($streamExample);228: fclose($streamExample);232: fclose($stream);278: fclose($streamExample);284: fclose($streamExample2);287: fclose($stream);395: fclose($stream);418: fclose($streamExample);424: fclose($streamExample2);427: fclose($stream);455: fclose($stream);485: fclose($stream);610: fclose($stream);785: fclose($stream);816: fclose($stream);839: fclose($stream);867: fclose($stream);888: fclose($stream);1222: fclose($stream);1269: fclose($streamExample);1275: fclose($stream);fopen was found in the file FaultInjectionResource.php 25: return fopen(self::NAME . '://foobar', 'rw+', false, self::createStreamContext($infopen was found in the file Util.php 24: $stream = fopen($tmp, 'wb+');fopen was found in the file Assertions.php 13: $handle = fopen($filePath, 'r');34: $handle = fopen($filePath, 'r');fclose was found in the file Assertions.php 18: fclose($handle);25: fclose($handle);39: fclose($handle);47: fclose($handle);fclose was found in the file Assertions.php 18: fclose($handle);25: fclose($handle);39: fclose($handle);47: fclose($handle);fopen was found in the file Assertions.php 13: $handle = fopen($filePath, 'r');34: $handle = fopen($filePath, 'r');fclose was found in the file Assertions.php 18: fclose($handle);25: fclose($handle);39: fclose($handle);47: fclose($handle);fclose was found in the file Assertions.php 18: fclose($handle);25: fclose($handle);39: fclose($handle);47: fclose($handle);fwrite was found in the file platform_check.php 21: fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_Efile_get_contents was found in the file HTML5.php 72: return $this->parse(file_get_contents($file), $options);fopen was found in the file HTML5.php 208: $stream = fopen($file, 'wb');237: $stream = fopen('php://temp', 'wb');fclose was found in the file HTML5.php 220: fclose($stream);242: fclose($stream);fopen was found in the file HTML5.php 208: $stream = fopen($file, 'wb');237: $stream = fopen('php://temp', 'wb');fclose was found in the file HTML5.php 220: fclose($stream);242: fclose($stream);fwrite was found in the file OutputRules.php 451: fwrite($this->out, $text);463: fwrite($this->out, PHP_EOL);fwrite was found in the file OutputRules.php 451: fwrite($this->out, $text);463: fwrite($this->out, PHP_EOL);file_get_contents was found in the file FileInputStream.php 29: $content = file_get_contents($data);file_get_contents was found in the file entities.php 9: $payload = file_get_contents($ENTITIES_URL);fwrite was found in the file autoload.php 12: fwrite(STDERR, $err);
  10. Malware : Network operations curl_init was found in the file Helpers.php 1024: $curl = curl_init($uri);curl_exec was found in the file Helpers.php 1023: } elseif ($can_use_curl && function_exists('curl_exec')) {1078: $data = curl_exec($curl);
  11. Admin menu : Themes should use add_theme_page() for adding admin pages. File theme-ppdb-form.php : 7: add_submenu_page('edit.php?post_type=ppdb', 'Formulir PPDB', 'Formulir PPDBFile theme-ppdb-ekspor-excel.php : 8: add_submenu_page(File class-redux-page-render.php : 74: 'add_menu_page',File class-redux-page-render.php : 113: 'add_submenu_page',275: // wrappers and need to be appended to using add_submenu_page.326: 'add_submenu_page',File class-redux-page-render.php : 113: 'add_submenu_page',275: // wrappers and need to be appended to using add_submenu_page.326: 'add_submenu_page',File class-redux-page-render.php : 113: 'add_submenu_page',275: // wrappers and need to be appended to using add_submenu_page.326: 'add_submenu_page',File class-redux-theme.php : 146: add_menu_page(File class-redux-welcome.php : 101: $page = 'add_options_page';
  12. Deprecated functions : bloginfo bloginfo("wpurl") was found in the file class-redux-shortcodes.php. Use echo esc_url( site_url() ) instead.20: * | blog-wpurl | bloginfo('wpurl') | Displays the 'WordPress address (URL)' set in Settingsbloginfo("stylesheet_directory") was found in the file class-redux-shortcodes.php. Use echo esc_url( get_stylesheet_directory_uri() ) instead.31: * | blog-stylesheet_directory | bloginfo('stylesheet_directory') | Displays the stylesheet directory URL obloginfo("text_direction") was found in the file class-redux-shortcodes.php. Use is_rtl() instead.27: * | blog-text_direction | bloginfo('text_direction') | Displays the Text Direction of WordPress HTML
Warning
  1. special URIs : Presence of bad theme tagsTheme URI and Author URI should not be the same.
  2. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  3. Text domain : Incorrect use of translation functions.Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is sitesch-id.
  4. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function _c, with the arguments 'Arsip hari %s' in file archive.php.Found a translation function that is missing a text-domain. Function _c, with the arguments 'Arsip bulan %s' in file archive.php.Found a translation function that is missing a text-domain. Function _c, with the arguments 'Arsip tahun %s' in file archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<' in file pagination.php.Found a translation function that is missing a text-domain. Function __, with the arguments '>' in file pagination.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title' in file theme-widget-sosmed.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title' in file theme-widget-logosekolah.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title' in file theme-widget-statistik.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Warna Font' in file theme-widget-statistik.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Warna Font Total' in file theme-widget-statistik.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Warna Garis' in file theme-widget-statistik.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '>' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Gambar Utama' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Gambar Utama' in file functions.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are sitesch, wp-bootstrap-navwalker, redux-framework, redux_framework, Redux, your-domain-here.
  5. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  6. Unwanted directories : GIT revision control directoryA.git was found.
  7. PHP short tags : Presence of PHP short tagsPHP short tags were found in file parsedown.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.876: and preg_match('/^\[(.+?)\]:[ ]*+<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*+$/', $Line['text'], $matches)PHP short tags were found in file OutputRules.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.288: $this->wr('<?')PHP short tags were found in file Tokenizer.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.953: $this->bogusComment('<?' . $tok . $procName);
  8. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  9. Fundamental theme elements : Presence of post_class()Could not find post_class.
  10. Comment pagination : Declaration of comment paginationThe theme doesn't have comment pagination code in it. Use paginate_comments_links() to add comment pagination, or older previous_comments_link() and next_comments_link() functions.
  11. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  12. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  13. Editor style : Presence of editor styleNo reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  14. I18N implementation : Proper use of _x(Possible variable $sitesch_option found in translation function in theme-cpt-ekskul.php. Translation function calls should not contain PHP variables. Possible variable $sitesch_option found in translation function in theme-cpt-guru.php. Translation function calls should not contain PHP variables. Possible variable $sitesch_option found in translation function in theme-cpt-tendik.php. Translation function calls should not contain PHP variables. Possible variable $sitesch_option found in translation function in theme-cpt-agenda.php. Translation function calls should not contain PHP variables. Possible variable $sitesch_option found in translation function in theme-cpt-fasilitas.php. Translation function calls should not contain PHP variables. Possible variable $sitesch_option found in translation function in theme-cpt-program.php. Translation function calls should not contain PHP variables.
  15. I18N implementation : Proper use of _ex(Possible variable $field_classes found in translation function in class-redux-api.php. Translation function calls should not contain PHP variables. Possible variable $files found in translation function in class-redux-api.php. Translation function calls should not contain PHP variables. Possible variable $class_names found in translation function in class-redux-functions.php. Translation function calls should not contain PHP variables. Possible variable $file_names found in translation function in class-redux-functions.php. Translation function calls should not contain PHP variables. Possible variable $files found in translation function in class-redux-extension-abstract.php. Translation function calls should not contain PHP variables. Possible variable $field_classes found in translation function in class-redux-output.php. Translation function calls should not contain PHP variables. Possible variable $field_classes found in translation function in class-redux-output.php. Translation function calls should not contain PHP variables. Possible variable $field_classes found in translation function in class-redux-enqueue.php. Translation function calls should not contain PHP variables. Possible variable $field_classes found in translation function in class-redux-enqueue.php. Translation function calls should not contain PHP variables. Possible variable $field_classes found in translation function in class-redux-page-render.php. Translation function calls should not contain PHP variables. Possible variable $field_classes found in translation function in class-redux-page-render.php. Translation function calls should not contain PHP variables. Possible variable $field_classes found in translation function in class-redux-extension-customizer.php. Translation function calls should not contain PHP variables. Possible variable $field_classes found in translation function in class-redux-extension-customizer.php. Translation function calls should not contain PHP variables.
  16. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  17. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  18. CSS files : Presence of .alignleft class.alignleft css class is needed in theme css.
  19. CSS files : Presence of .alignright class.alignright css class is needed in theme css.
  20. CSS files : Presence of .aligncenter class.aligncenter css class is needed in theme css.
  21. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  22. CSS files : Presence of .screen-reader-text class.screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
  23. Tags : Tags displayThis theme doesn't seem to display tags.
  24. Screenshot : Screenshot fileBad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. favicon presence : Favicon managementPossible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.Possible Favicon found in functions.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file theme-widget.php.220: echo 'Terimakasih telah menggunakan Template Sitesch.id - Template WordPress khusus Website Sekolah, pastikan template yang anda gunakan bukan hasil pembajakan.<br/> <hr> <b>DILARANG MENGGUNAKAN, MENDISTRIBUSIKAN, ATAU MENJUAL TEMPLATE TANPA IZIN TERTULIS DARI PEMILIK HAK CIPTA.</b> <hr> Untuk informasi dan bantuan lebih lanjut dapat menghubungi kami melalui:<br/> <b>WhatsApp</b> : <a href='https://wa.me/6281313702346' target='_blank'>https://wa.me/6281313702346</aPossible hard-coded links were found in the file class-redux-cdn.php.135: $msg = sprintf( esc_html__( 'If you are developing offline, please download and install the %s plugin/extension to bypass our CDN and avoid this warning', 'redux-framework' ), '<a href='https://github.com/reduxframework/redux-vendor-support' target='_blank'>Red188: $msg = sprintf( esc_html__( 'The %1$s (or extension) is either not installed or not activated and thus, some controls may not render properly. Please ensure that it is installed and %2$s', 'redux-framework' ), '<a href='https://github.com/reduxframework/redux-vendor-support'>Vendor Support plug135: $msg = sprintf( esc_html__( 'If you are developing offline, please download and install the %s plugin/extension to bypass our CDN and avoid this warning', 'redux-framework' ), '<a href='https://github.com/reduxframework/redux-vendor-support' target='_blank'>Red188: $msg = sprintf( esc_html__( 'The %1$s (or extension) is either not installed or not activated and thus, some controls may not render properly. Please ensure that it is installed and %2$s', 'redux-framework' ), '<a href='https://github.com/reduxframework/redux-vendor-support'>Vendor Support plugPossible hard-coded links were found in the file class-redux-args.php.269: '<a href='https://websekolah.co.id' target='_blank'>Websekolah.co.id</a>'Possible hard-coded links were found in the file class-redux-google-maps.php.336: $api_key_site = ' ' . sprintf( '<a href='https://console.developers.google.com/flows/enableapi?apiid=maps_backend&ke337: $usage_limit_site = ' ' . sprintf( '<a href='https://developers.google.com/maps/documentation/javascript/usage' target='Possible hard-coded links were found in the file class-redux-welcome.php.179: <a href='http://devs.redux.io/' class='docs button button-primary'>Docs</a>
  3. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  4. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  5. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  6. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  7. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  8. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  9. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  10. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  11. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  12. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  13. Use of includes : Use of include or requireThe theme appears to use include or require : statistik.php 21: require_once(ABSPATH . 'wp-admin/includes/upgrade.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : theme-metabox-ppdb.php 4: require(get_template_directory().'/library/vendor/autoload.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : theme-testimoni-submit.php 23: require_once(ABSPATH . 'wp-admin/includes/file.php');24: require_once(ABSPATH . 'wp-admin/includes/media.php');25: require_once(ABSPATH . 'wp-admin/includes/image.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : theme-ppdb-ekspor-excel.php 104: require(get_template_directory().'/library/vendor/autoload.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : redux-social-profiles-helpers.php 67: include_once 'social_profiles/inc/class-redux-social-profiles-functions.php If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-redux-social-profiles-widget.php 123: include_once 'class-redux-social-profiles-functions.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-redux-extension-social-profiles.php 75: include_once 'social_profiles/inc/class-redux-social-profiles-defaults.php'76: include_once 'social_profiles/inc/class-redux-social-profiles-functions.php99: include_once 'social_profiles/inc/class-redux-social-profiles-widget.php';108: include_once 'social_profiles/inc/class-redux-social-profiles-shortcode.php If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-redux-welcome.php 170: require_once 'views/about.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : buildPhar.php 42: include 'phar://' . $className . '.php';52: include 'phar://functions/sqrt.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : testFunctions.php 5: include(__DIR__ . '/../vendor/autoload.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : testOperations.php 6: include(__DIR__ . '/../vendor/autoload.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : complexTest.php 5: include(__DIR__ . '/../vendor/autoload.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
Other checked themes