diff options
Diffstat (limited to 'ext/soap/tests/bugs/bug66112.phpt')
-rw-r--r-- | ext/soap/tests/bugs/bug66112.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/bugs/bug66112.phpt b/ext/soap/tests/bugs/bug66112.phpt index 4d5be79296..743297ac23 100644 --- a/ext/soap/tests/bugs/bug66112.phpt +++ b/ext/soap/tests/bugs/bug66112.phpt @@ -6,7 +6,7 @@ Bug #66112 (Use after free condition in SOAP extension) soap.wsdl_cache_enabled=0 --FILE-- <?php -define('WSDL', dirname(__FILE__)."/bug66112.wsdl"); +define('WSDL', __DIR__."/bug66112.wsdl"); function Mist($p) { $client=new soapclient(WSDL, array('typemap'=>array(array("type_ns"=>"uri:mist", "type_name"=>"A")))); try{ |