Diff for /embedaddon/php/Zend/tests/bug34199.phpt between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 23:47:52 version 1.1.1.2, 2012/05/29 12:34:36
Line 1 Line 1
 --TEST--  --TEST--
 Bug #34199 (if($obj)/if(!$obj) inconsistency because of cast handler)  Bug #34199 (if($obj)/if(!$obj) inconsistency because of cast handler)
 --SKIPIF--  --SKIPIF--
<?php if (!extension_loaded("simplexml")) print "skip"; ?><?php if (!extension_loaded("simplexml")) print "skip SimpleXML extension required"; ?>
 --FILE--  --FILE--
 <?php  <?php
 $xml = "<root></root>";  $xml = "<root></root>";

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>