1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 20:41:18 +02:00
Files
archived-php-src/ext/standard/tests/network/bug69523.phpt
2015-05-12 10:47:35 +02:00

9 lines
155 B
PHP

--TEST--
setcookie() allows empty cookie name
--FILE--
<?php
setcookie('', 'foo');
?>
--EXPECTF--
Warning: Cookie names must not be empty in %s on line %d