Lines Matching refs:using

47  * fixed using a Twig_TemplateWrapper instance as an argument to extends
81 * added an exception when using "===" instead of "same as"
97 * fixed deprecation when using Twig_Profiler_Dumper_Html
274 * fixed regression when using null as a cache strategy
309 * fixed regression when using the deprecated Twig_Test_* classes
333 * fixed sandbox disabling when using the include function
338 * optimized the number of inodes and the size of realpath cache when using the cache
370 * fixed macros when using an argument named like a PHP super global (like GET or POST)
429 * fixed the batch filter when using a fill argument with an exact match of elements to batch
486 * added a syntax error when using a loop variable that is not defined
497 …extension when an exception was thrown from a macro called without being imported (using _self.XXX)
523 * fixed a segfault in the C extension when using DateTime objects
560 * fixed a regression when using a number in template attributes
581 * fixed a PHP warning when using CIFS
606 …* fixed compilation of numeric values used in templates when using a locale where the decimal sepa…
671 * fixed lexer when using big numbers (> PHP_INT_MAX)
683 * optimized variable access when using PHP 5.4
719 …* fixed algorithm that determines if a template using inheritance is valid (no output between bloc…
721 …* added a way to ignore a missing template when using the "include" tag ({% include "foo" ignore m…
736 * fixed inheritance when using conditional parents
753 * fixed method case-sensitivity when using the sandbox mode
767 * fixed date filter when using a timestamp
779 * fixed output when using mbstring
780 * fixed duplicate call of methods when using the sandbox