Skip to content

Instantly share code, notes, and snippets.

View ggottwald's full-sized avatar

Götz Gottwald ggottwald

  • plentysystems AG
  • Kassel
View GitHub Profile
@ggottwald
ggottwald / php-hhvm.sh
Last active August 18, 2016 09:05
Opening empty directory with PHP 5.6.20 and HHVM 3.12.7
>>> new \RecursiveDirectoryIterator('/tmp/bla', 4096);
=> RecursiveDirectoryIterator {#2544
path: "/tmp/bla",
filename: "",
basename: "",
pathname: false,
extension: "",
realPath: false,
aTime: 2016-08-17 14:02:49,
mTime: 2016-08-17 14:02:46,