1--TEST--
2Test escapeshellcmd() string with \0 bytes
3--FILE--
4<?php
5escapeshellcmd("hello\0world");
6
7?>
8===DONE===
9--EXPECTF--
10Fatal error: escapeshellcmd(): Input string contains NULL bytes in %s on line %d
11