diff options
Diffstat (limited to 'ext/dba/tests/bug72157.phpt')
-rw-r--r-- | ext/dba/tests/bug72157.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dba/tests/bug72157.phpt b/ext/dba/tests/bug72157.phpt index 3443f4bb40..71fa8730b8 100644 --- a/ext/dba/tests/bug72157.phpt +++ b/ext/dba/tests/bug72157.phpt @@ -2,7 +2,7 @@ Bug #72157 (use-after-free caused by dba_open) --SKIPIF-- <?php - require_once(dirname(__FILE__) .'/skipif.inc'); + require_once(__DIR__ .'/skipif.inc'); ?> --FILE-- <?php |