diff options
| author | Sterling Hughes <sterling@php.net> | 2004-01-08 22:40:08 +0000 |
|---|---|---|
| committer | Sterling Hughes <sterling@php.net> | 2004-01-08 22:40:08 +0000 |
| commit | 406c2156d175a2e8005208ad36e8e01289821168 (patch) | |
| tree | 0fe41cbd03f7b3101ac41c21fc6800612551feda /ext/sqlite/libsqlite/src | |
| parent | 510dd7cca578e097a3ba7f615a19820c1337d29a (diff) | |
| download | php-git-406c2156d175a2e8005208ad36e8e01289821168.tar.gz | |
Fix dumping, when dumping a text element, for example:
<?php
$doc = simplexml_load_string('<?xml version="1.0"?>
<namelist>
<name>
<first>helly</first>
</name>
<name>
<first>sterling</first>
</name>
</namelist>');
var_dump($doc->name[0]->first);
Used to not display the node's content, now it does.
Diffstat (limited to 'ext/sqlite/libsqlite/src')
0 files changed, 0 insertions, 0 deletions
