ext-uv/tests/800-uv_stdio_new-issue59.phpt

10 lines
277 B
PHP

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