summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug54291.phpt
blob: bd230f8b2e31b0d2e443226372512b36dad93d68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Bug #54291 (Crash iterating DirectoryIterator for dir name starting with \0)
--FILE--
<?php
$dir = new DirectoryIterator("\x00/abc");
$dir->isFile();
?>
--EXPECTF--
Fatal error: Uncaught ValueError: DirectoryIterator::__construct(): Argument #1 ($directory) must not contain any null bytes in %s:%d
Stack trace:
#0 %s(%d): DirectoryIterator->__construct('\x00/abc')
#1 {main}
  thrown in %s on line %d