a Sensio Labs Product

The flexible, fast, and secure
template engine for PHP

Tests » sameas

Questions & Feedback

License

Creative Commons License Twig documentation is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.

sameasΒΆ

sameas checks if a variable points to the same memory address than another variable:

1
2
3
{% if foo.attribute is sameas(false) %}
    the foo attribute really is the ``false`` PHP value
{% endif %}
This website is powered by PHP and Twig. The Twig logo is © 2010-2012 Sensio Labs