mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
this test depends on the simplexml ext, not just on xml
This commit is contained in:
parent
54fbbded37
commit
cb41a7bad1
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
--TEST--
|
||||
Bug #62328 (implementing __toString and a cast to string fails)
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require_once("skipif.inc");
|
||||
?>
|
||||
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
|
||||
--FILE--
|
||||
<?php
|
||||
class UberSimpleXML extends SimpleXMLElement {
|
Loading…
Add table
Add a link
Reference in a new issue