NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
# `same as` New in version 1.14.2: The `same as` test was added in Twig 1.14.2 as an alias for `sameas`. `same as` checks if a variable is the same as another variable.This is the equivalent to `===` in PHP: <table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>1 2 3</pre></div></td><td class="code"><div class="highlight"><pre>{% if foo.attribute is same as(false) %} the foo attribute really is the 'false' PHP value {% endif %} </pre></div></td></tr></table>