%PDF- %GIF98; %PNG; .
Cyber Programmer
Logo of a company Server : Apache
System : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : addictionfreeind ( 1003)
PHP Version : 7.2.34
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/addictionfreeind/www/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/addictionfreeind/www/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/defined_for_blocks.test
--TEST--
"defined" support for blocks
--TEMPLATE--
{% extends 'parent' %}
{% block icon %}icon{% endblock %}
{% block body %}
    {{ parent() }}
    {{ block('foo') is defined ? 'ok' : 'ko' }}
    {{ block('footer') is defined ? 'ok' : 'ko' }}
    {{ block('icon') is defined ? 'ok' : 'ko' }}
    {{ block('block1') is defined ? 'ok' : 'ko' }}
    {%- embed 'embed' %}
        {% block content %}content{% endblock %}
    {% endembed %}
{% endblock %}
{% use 'blocks' %}
--TEMPLATE(parent)--
{% block body %}
  {{ block('icon') is defined ? 'ok' : 'ko' -}}
{% endblock %}
{% block footer %}{% endblock %}
--TEMPLATE(embed)--
{{ block('icon') is defined ? 'ok' : 'ko' }}
{{ block('content') is defined ? 'ok' : 'ko' }}
{{ block('block1') is defined ? 'ok' : 'ko' }}
--TEMPLATE(blocks)--
{% block block1 %}{%endblock %}
--DATA--
return array()
--EXPECT--
ok
    ko
    ok
    ok
    ok
ko
ok
ko

VaKeR 2022