Skip to content

Instantly share code, notes, and snippets.

@raulfraile
raulfraile / gist:1761071
Created February 7, 2012 18:18
PHP 5.4 tests
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt]
=====================================================================
@raulfraile
raulfraile / gist:1261181
Created October 4, 2011 08:53
Colorear errores Symfony2 + Twig + Twitter Bootstrap
{% block field_row %}
<div class="clearfix{% if errors|length > 0 %} error{% endif %}">
...
{% endblock %}
@raulfraile
raulfraile / kernel
Created July 21, 2011 15:43
prueba symfony
<?php
namespace { require_once __DIR__.'/autoload.php'; }
namespace Symfony\Component\DependencyInjection
{