xref: /php-src/ext/dom/tests/gh15137.phpt (revision 9d7e6090)
1--TEST--
2GH-15137: Unexpected null pointer in Zend/zend_smart_str.h
3--EXTENSIONS--
4dom
5--FILE--
6<?php
7var_dump(new DOMText()->wholeText);
8?>
9--EXPECT--
10string(0) ""
11
12