ext-uv/tests/800-uv_spawn-issue59.phpt
2015-01-18 17:24:13 +01:00

10 lines
235 B
PHP

--TEST--
Test uv_spawn doesn't cause segfault #56
--FILE--
<?php
$ioRead = uv_stdio_new(null, Uv::CREATE_PIPE | Uv::INHERIT_STREAM);
--EXPECTF--
Warning: uv_stdio_new() expects parameter 1 to be resource, null given in %s on line %d