Home
last modified time | relevance | path

Searched refs:is_int (Results 1 – 20 of 20) sorted by relevance

/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteTargetLocator.php53 } elseif (is_int($frame)) {
65 } elseif (is_int($frame)) {
/template/strap/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DHasher.php38 if (\is_int($value)) {
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DTempNameExpression.php32 if (null !== $name && (\is_int($name) || ctype_digit($name))) {
DCallExpression.php154 if (!\is_int($name)) {
234 if (\is_int($key)) {
/template/strap/vendor/symfony/polyfill-php80/
H A DPhp80.php35 case \is_int($value): return 'int';
/template/strap/ComboStrap/
H A DModificationDate.php56 if (!is_int($createdMeta)) {
H A DDataType.php91 if (is_int($targetValue)) {
/template/twigstarter/vendor/twig/twig/src/Util/
DCallableArgumentsExtractor.php47 if (!\is_int($name)) {
133 if (\is_int($key)) {
/template/strap/vendor/symfony/polyfill-ctype/
H A DCtype.php214 if (!\is_int($int)) {
/template/twigstarter/vendor/symfony/polyfill-ctype/
DCtype.php218 if (!\is_int($int)) {
/template/strap/vendor/dragonmantank/cron-expression/tests/Cron/
H A DCronExpressionTest.php194 … $relativeTimeString = is_int($relativeTime) ? date('Y-m-d H:i:s', $relativeTime) : $relativeTime;
200 } elseif (is_int($relativeTime)) {
/template/breeze/bower_components/gumby/sass/extensions/sassy-math/lib/
Dsassy-math.rb74 def is_int(number) method
/template/twigstarter/vendor/twig/twig/src/
DToken.php73 if (null === $values && !\is_int($type)) {
DCompiler.php164 if (\is_int($value) || \is_float($value)) {
/template/strap/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php82 if (is_int($value)) {
/template/strap/vendor/symfony/yaml/
H A DInline.php162 case \is_int($value):
459 …if ('' !== $key && $evaluatedKey !== $key && !\is_string($evaluatedKey) && !\is_int($evaluatedKey)…
H A DParser.php235 if (!\is_string($key) && !\is_int($key)) {
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php460 if (\is_int($values) || \is_float($values)) {
1079 if (\is_string($value) || \is_int($value) || \is_float($value)) {
1124 if (\is_int($a) && \is_string($b)) {
1135 if (\is_string($a) && \is_int($b)) {
/template/strap/vendor/symfony/polyfill-mbstring/
H A DMbstring.php630 if (\is_int($c) || 'long' === $c || 'entity' === $c) {
/template/twigstarter/vendor/symfony/polyfill-mbstring/
DMbstring.php637 if (\is_int($c) || 'long' === $c || 'entity' === $c) {