Skip to content

Instantly share code, notes, and snippets.

@umpirsky
Last active December 10, 2015 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save umpirsky/4352487 to your computer and use it in GitHub Desktop.
Save umpirsky/4352487 to your computer and use it in GitHub Desktop.
Symfony/Component/Config/Definition/ReferenceDumper.php
41: * @param int $depth
158: * @param int $indent
Symfony/Component/Finder/Finder.php
165: * @param int $level The depth level expression
Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php
27: * @param int $minDepth The min depth
28: * @param int $maxDepth The max depth
Symfony/Component/HttpFoundation/AcceptHeaderItem.php
152: * @param int $index
Symfony/Component/Console/Helper/ProgressHelper.php
120: * @param int $size The progress bar size
170: * @param int $freq The frequency in seconds
Symfony/Component/Locale/Stub/StubIntlDateFormatter.php
112: * @param int $datetype Type of date formatting, one of the format type constants
113: * @param int $timetype Type of time formatting, one of the format type constants
115: * @param int $calendar Calendar to use for formatting or parsing; default is Gregorian.
146: * @param int $datetype Type of date formatting, one of the format type constants
147: * @param int $timetype Type of time formatting, one of the format type constants
149: * @param int $calendar Calendar to use for formatting or parsing; default is Gregorian.
268: * @param int $type The locale name type to return between valid or actual (StubLocale::VALID_LOCALE or StubLocale::ACTUAL_LOCALE, respectively)
337: * @param int $position Position at which to start the parsing in $value (zero-based).
357: * @param int $position Position at which to start the parsing in $value (zero-based).
495: * @param int $timestamp
Symfony/Component/Locale/Stub/DateFormat/Transformer.php
26: * @param int $length The formatted value string length
35: * @param int $length The length of the value to be reverse matched
46: * @param int $length The length of the Transformer pattern string
56: * @param int $length The length to pad
Symfony/Component/Locale/Stub/DateFormat/HourTransformer.php
24: * @param int $hour The hour value
Symfony/Component/Locale/Stub/StubCollator.php
131: * @param int $attr An attribute specifier, one of the attribute constants
167: * @param int $type The locale name type to return between valid or actual (StubLocale::VALID_LOCALE or StubLocale::ACTUAL_LOCALE, respectively)
209: * @param int $attr An attribute specifier, one of the attribute constants
210: * @param int $val The attribute value, one of the attribute value constants
226: * @param int $strength Strength to set, possible values:
265: * @param int $sortFlag Optional sorting type, one of the following:
Symfony/Component/Locale/Stub/StubNumberFormatter.php
228: * @param int $style Style of the formatting, one of the format style constants
264: * @param int $style Style of the formatting, one of the format style constants
321: * @param int $type Type of the formatting, one of the format type constants
365: * @param int $attr An attribute specifier, one of the numeric attribute constants
403: * @param int $type The locale name type to return between valid or actual (StubLocale::VALID_LOCALE or StubLocale::ACTUAL_LOCALE, respectively)
431: * @param int $attr A symbol specifier, one of the format symbol constants
447: * @param int $attr An attribute specifier, one of the text attribute constants
465: * @param int $position Offset to begin the parsing on return this value will hold the offset at which the parsing ended
483: * @param int $position Offset to begin the parsing on return this value will hold the offset at which the parsing ended
528: * @param int $attr An attribute specifier, one of the numeric attribute constants
529: * @param int $value The attribute value
592: * @param int $attr A symbol specifier, one of the format symbol constants
609: * @param int $attr An attribute specifier, one of the text attribute constants
610: * @param int $value The attribute value
714: * @param int $precision The number of decimal digits to round to
732: * @param int $precision The number of decimal digits to use
747: * @param int $precision The precision value to returns if the FRACTION_DIGITS attribute is initialized
783: * @param int $type The type to convert. Can be TYPE_DOUBLE (float) or TYPE_INT32 (int)
867: * @param int $value The rounding mode value to check
Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php
32: * @param int $lifetime The lifetime to use for the purge
196: * @param int $expiration
215: * @param int $expiration
Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php
44: * @param int $lifetime The lifetime to use for the purge
317: * @param int $serializer
334: * @param int $expiration
335: * @param int $serializer
352: * @param int $expiration
Symfony/Component/DependencyInjection/Reference.php
31: * @param int $invalidBehavior The behavior when the service does not exist
Symfony/Component/DependencyInjection/ContainerInterface.php
49: * @param int $invalidBehavior The behavior when the service does not exist
Symfony/Bundle/FrameworkBundle/Templating/Helper/CodeHelper.php
118: * @param int $line The selected line number
Symfony/Bridge/Twig/Extension/CodeExtension.php
133: * @param int $line The selected line number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment