This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /intervention/image/src/Colors/Cmyk/Color.php | |
| return 0 === array_sum([ | |
| $this->cyan()->value(), | |
| $this->magenta()->value(), | |
| $this->yellow()->value(), | |
| ]); | |
| /shardj/zf1-future/library/Zend/Barcode/Renderer/Pdf.php | |
| array_sum($widths) / $font->getUnitsPerEm() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /twig/twig/src/Profiler/Profile.php | |
| unserialize($data) | |
| /shardj/zf1-future/library/Zend/Locale/Data.php | |
| return unserialize($result); | |
| /shardj/zf1-future/library/Zend/Locale/Data.php | |
| return unserialize($result); | |
| /shardj/zf1-future/library/Zend/Http/UserAgent/AbstractDevice.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /wp-cli/wp-cli/php/WP_CLI/Runner.php | |
| static function ( $dir ) { | |
| static $wp_load_count = 0; | |
| /laminas/laminas-diactoros/src/functions/marshal_headers_from_sapi.php | |
| $contentHeaderLookup = isset($server['LAMINAS_DIACTOROS_STRICT_CONTENT_HEADER_LOOKUP']) | |
| ? static function (string $key): bool { | |
| static $contentHeaders = [ | |
| /stichoza/google-translate-php/src/GoogleTranslate.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Prometheus Exporters install script for RHEL/CentOS based environment | |
| # Always the latest exporter versions will be installed! | |
| DEFAULT_APACHE_PORT=9117 | |
| DEFAULT_NGINX_PORT=9113 | |
| DEFAULT_PHPFPM_PORT=9001 | |
| DEFAULT_SYSTEM_PORT=9100 | |
| check_selinux() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $accountNumber = '222222222234'; | |
| $revealLength = 4; | |
| $obfuscationChar = '*'; | |
| $obfuscatedAccountNumber = str_pad( | |
| substr($accountNumber, -$revealLength, $revealLength), | |
| strlen($accountNumber), | |
| $obfuscationChar, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://twitter.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| id: 1 | |
| name: !php/object O:49:"Symfony\Component\Cache\Adapter\FilesystemAdapter":1:{s:54:" |