ext-uv/tests/800-uv_stdio_new-issue59.phpt
2023-06-17 09:41:28 -05:00

10 lines
275 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 object in %s on line %d