1--TEST--
2Test uv_stdio_new doesn't cause segfault #56
3--FILE--
4<?php
5
6$ioRead = uv_stdio_new("foo", Uv::CREATE_PIPE | Uv::INHERIT_STREAM);
7
8--EXPECTF--
9Warning: uv_stdio_new(): passed unexpected value, expected instance of UV, file resource or socket resource in %s on line %d
10