mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-30 04:29:01 +01:00
10 lines
277 B
PHP
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
|