mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
ext/dom: Remove bool type coercions in tests
This commit is contained in:
parent
c7778641dd
commit
b068bef45d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ dom
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
$dom = new DOMDocument;
|
$dom = new DOMDocument;
|
||||||
$dom->formatOutput = 1;
|
$dom->formatOutput = true;
|
||||||
var_dump($dom->formatOutput);
|
var_dump($dom->formatOutput);
|
||||||
|
|
||||||
$dom2 = clone $dom;
|
$dom2 = clone $dom;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue