mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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--
|
||||
<?php
|
||||
$dom = new DOMDocument;
|
||||
$dom->formatOutput = 1;
|
||||
$dom->formatOutput = true;
|
||||
var_dump($dom->formatOutput);
|
||||
|
||||
$dom2 = clone $dom;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue