mirror of
https://github.com/danog/ext-uv.git
synced 2024-12-03 09:57:59 +01:00
9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
|
--TEST--
|
||
|
Check for uv_exepath
|
||
|
--FILE--
|
||
|
<?php
|
||
|
$path = uv_exepath();
|
||
|
|
||
|
echo (int)preg_match("/php/",$path,$match);
|
||
|
--EXPECT--
|
||
|
1
|