xref: /PHP-8.3/sapi/phpdbg/tests/gh14553.phpt (revision 95889979)
1--TEST--
2GH-14553 (Bug in phpdbg8.3 (also 8.1 and 8.2) echo output - trimmed at NULL byte (?))
3--PHPDBG--
4r
5q
6--FILE--
7<?php
8echo "hello\0world";
9?>
10--EXPECTF--
11[Successful compilation of %s]
12prompt> hello%0world
13[Script ended normally]
14prompt>
15