Home
last modified time | relevance | path

Searched refs:testEmpty (Results 1 – 2 of 2) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Resources/
Dcore.php387 return CoreExtension::testEmpty($value);
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php908 if (self::testEmpty($value)) {
1420 public static function testEmpty($value): bool function in Twig\\Extension\\CoreExtension