diff options
Diffstat (limited to 'ext/snmp/tests/snmp2_getnext.phpt')
-rw-r--r-- | ext/snmp/tests/snmp2_getnext.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/snmp/tests/snmp2_getnext.phpt b/ext/snmp/tests/snmp2_getnext.phpt index 72ce02d945..e9d2749f96 100644 --- a/ext/snmp/tests/snmp2_getnext.phpt +++ b/ext/snmp/tests/snmp2_getnext.phpt @@ -4,11 +4,11 @@ Function snmp2_getnext Olivier Doucet & Boris Lytochkin --SKIPIF-- <?php -require_once(dirname(__FILE__).'/skipif.inc'); +require_once(__DIR__.'/skipif.inc'); ?> --FILE-- <?php -require_once(dirname(__FILE__).'/snmp_include.inc'); +require_once(__DIR__.'/snmp_include.inc'); //EXPECTF format is quickprint OFF snmp_set_quick_print(false); |