1--TEST-- 2Check for uv_exepath 3--FILE-- 4<?php 5$path = uv_exepath(); 6 7echo (int)preg_match("/php/", $path, $match); 8--EXPECT-- 91 10