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