There was an error while loading. Please reload this page.
1 parent c47ec88 commit 699e637Copy full SHA for 699e637
components/dom_crawler.rst
@@ -231,7 +231,12 @@ and :phpclass:`DOMNode` objects:
231
$html = $crawler->html();
232
233
The ``html`` method is new in Symfony 2.3.
234
- In PHP < 5.3.6 it might return html entities which are not properly decoded.
+
235
+ .. caution::
236
237
+ Due to an issue in PHP, the ``html()`` method returns wrongly decoded HTML
238
+ entities in PHP versions lower than 5.3.6 (for example, it returns ``•``
239
+ instead of ``•``).
240
241
Links
242
~~~~~
0 commit comments