1--TEST-- 2__DIR__ constant used with eval() 3--FILE-- 4<?php 5eval('echo __DIR__ . "\n";'); 6?> 7--EXPECTF-- 8%stests%sconstants 9