summaryrefslogtreecommitdiff
path: root/tests/basic/bug54514.phpt
blob: f53a3180cd4c272e6d2d10ec5b4b1fd50985d998 (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Req #54514 (Get php binary path during script execution)
--FILE--
<?php
if(getenv('TEST_PHP_EXECUTABLE') === PHP_BINARY) {
	echo "done";
}
--EXPECT--
done