mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Fix test
This commit is contained in:
parent
f67510a0d8
commit
168f2ac787
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ SimpleXML and clone
|
||||||
|
|
||||||
$sxe = simplexml_load_file(dirname(__FILE__).'/sxe.xml');
|
$sxe = simplexml_load_file(dirname(__FILE__).'/sxe.xml');
|
||||||
|
|
||||||
$copy = $sxe->__clone;
|
$copy = $sxe->__clone();
|
||||||
|
|
||||||
print_r($copy);
|
print_r($copy);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue