Created
November 6, 2025 02:51
-
-
Save afilina/cceb454222b23971b449158df3f10798 to your computer and use it in GitHub Desktop.
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 | |
| static function ($matches) { | |
| static $index = 0; | |
| /amphp/pipeline/src/Pipeline.php | |
| static function (mixed $value) use ($count) { | |
| static $i = 0; | |
| /amphp/pipeline/src/Pipeline.php | |
| static function (mixed $value) use ($count) { | |
| static $i = 0; | |
| /amphp/socket/src/ResourceUdpSocket.php | |
| static function (string $callbackId, $socket) use ( | |
| &$reader, | |
| &$limit, | |
| ): void { | |
| static $errorHandler; | |
| /rector/rector/vendor/symfony/string/LazyString.php | |
| $lazyString->value = static function () use (&$callback, &$arguments): string { | |
| static $value; | |
| /rector/rector/vendor/symfony/string/AbstractUnicodeString.php | |
| static function ($m) { | |
| static $i = 0; | |
| /roots/wordpress-no-content/wp-includes/blocks.php | |
| $suppress_single_instance_blocks = static function ( $hooked_block_types ) use ( &$block_allows_multiple_instances, $content ) { | |
| static $single_instance_blocks_present_in_content = array(); | |
| /phan/phan/src/Phan/AST/TolerantASTConverter/TolerantASTConverter.php | |
| static function (PhpParser\Node\Expression\BinaryExpression $n, int $start_line) { | |
| static $lookup = [ | |
| TokenKind::AmpersandAmpersandToken => flags\BINARY_BOOL_AND, | |
| ]; | |
| static $assign_lookup = [ | |
| /phan/phan/src/Phan/AST/TolerantASTConverter/TolerantASTConverter.php | |
| static function (PhpParser\Node\Expression\UnaryOpExpression $n, int $start_line): ast\Node { | |
| static $lookup = [ | |
| /phan/phan/src/Phan/AST/TolerantASTConverter/TolerantASTConverter.php | |
| static function (PhpParser\Node\Expression\CastExpression $n, int $start_line): ast\Node { | |
| static $lookup = [ | |
| /phan/phan/src/Phan/Analysis/NegatedConditionVisitor.php | |
| $make_basic_negated_assertion_callback = static function (string $base_class_name): Closure { | |
| /** | |
| * @param list<Node|mixed> $unused_args | |
| */ | |
| return static function (CodeBase $unused_code_base, Context $unused_context, Variable $variable, array $unused_args) use ($base_class_name): void { | |
| $variable->setUnionType($variable->getUnionType()->asMappedListUnionType(/** @return list<Type> */ static function (Type $type) use ($base_class_name): array { | |
| if ($type instanceof $base_class_name) { | |
| // This is the type we don't want | |
| if ($type->isNullable()) { | |
| static $null_type_set; | |
| /phan/phan/src/Phan/Analysis/NegatedConditionVisitor.php | |
| $remove_callable_callback = static function (CodeBase $unused_code_base, Context $unused_context, Variable $variable, array $unused_args): void { | |
| $variable->setUnionType($variable->getUnionType()->asMappedListUnionType(/** @return list<Type> */ static function (Type $type): array { | |
| if ($type->isCallable()) { | |
| if ($type->isNullable()) { | |
| static $null_type_set; | |
| /phan/phan/src/Phan/Analysis/NegatedConditionVisitor.php | |
| $remove_countable_callback = static function (CodeBase $code_base, Context $unused_context, Variable $variable, array $unused_args): void { | |
| $variable->setUnionType($variable->getUnionType()->asMappedListUnionType(/** @return list<Type> */ static function (Type $type) use ($code_base): array { | |
| if ($type->isCountable($code_base)) { | |
| if ($type->isNullable()) { | |
| static $null_type_set; | |
| /phan/phan/src/Phan/Analysis/NegatedConditionVisitor.php | |
| $remove_object_callback = static function (CodeBase $unused_code_base, Context $unused_context, Variable $variable, array $unused_args): void { | |
| $variable->setUnionType($variable->getUnionType()->asMappedListUnionType(/** @return list<Type> */ static function (Type $type): array { | |
| if ($type->isObject()) { | |
| if ($type->isNullable()) { | |
| static $null_type_set; | |
| /sanmai/pipeline/src/Standard.php | |
| static function ($value) use ($predicate): bool { | |
| static $done = false; | |
| /cmixin/business-day/src/Cmixin/BusinessDay/HolidaysList.php | |
| return static function ($holidayKey = null, $language = null, $name = null) use ($mixin) { | |
| static $dictionary; | |
| /cmixin/business-day/src/Cmixin/BusinessDay/HolidaysList.php | |
| return static function ($region, $holiday, $holidayId = null, $name = null, $observed = null) use ($mixin, $dictionary) { | |
| static $observer; | |
| /aws/aws-sdk-php/src/Token/TokenProvider.php | |
| return static function () use ($provider) { | |
| static $result; | |
| static $isConstant; | |
| /johnpbloch/wordpress-core/wp-includes/blocks.php | |
| $suppress_single_instance_blocks = static function ( $hooked_block_types ) use ( &$block_allows_multiple_instances, $content ) { | |
| static $single_instance_blocks_present_in_content = array(); | |
| /symfony/http-client/NoPrivateNetworkHttpClient.php | |
| $options['on_progress'] = static function (int $dlNow, int $dlSize, array $info) use ($onProgress, $subnets, $ipFlags): void { | |
| static $lastPrimaryIp = ''; | |
| /symfony/string/LazyString.php | |
| $lazyString->value = static function () use (&$callback, &$arguments): string { | |
| static $value; | |
| /symfony/string/AbstractUnicodeString.php | |
| static function ($m) { | |
| static $i = 0; | |
| /symfony/symfony/src/Symfony/Component/HttpClient/NoPrivateNetworkHttpClient.php | |
| $options['on_progress'] = static function (int $dlNow, int $dlSize, array $info) use ($onProgress, $subnets, $ipFlags): void { | |
| static $lastPrimaryIp = ''; | |
| /symfony/symfony/src/Symfony/Component/String/LazyString.php | |
| $lazyString->value = static function () use (&$callback, &$arguments): string { | |
| static $value; | |
| /symfony/symfony/src/Symfony/Component/String/AbstractUnicodeString.php | |
| static function ($m) { | |
| static $i = 0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment