mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
10 lines
275 B
PHP
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
|