mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
10 lines
207 B
PHP
10 lines
207 B
PHP
--TEST--
|
|
Test escapeshellcmd() string with \0 bytes
|
|
--FILE--
|
|
<?php
|
|
escapeshellcmd("hello\0world");
|
|
|
|
?>
|
|
===DONE===
|
|
--EXPECTF--
|
|
Fatal error: escapeshellcmd(): Input string contains NULL bytes in %s on line %d
|