File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,14 @@ die('skip not for AIX');
14
14
if (!defined ('SO_PASSCRED ' )) {
15
15
die ('skip SO_PASSCRED is not defined ' );
16
16
}
17
+ --CLEAN --
18
+ <?php
19
+ $ path = "./socket_cmsg_credentials.sock " ;
20
+ @unlink ($ path );
17
21
--FILE --
18
22
<?php
19
23
include __DIR__ ."/mcast_helpers.php.inc " ;
20
- $ path = __DIR__ . " /socket_cmsg_credentials.sock " ;
24
+ $ path = " . /socket_cmsg_credentials.sock " ;
21
25
22
26
@unlink ($ path );
23
27
@@ -53,10 +57,6 @@ print_r($data);
53
57
$ pid = getmypid ();
54
58
var_dump ($ data ['control ' ][0 ]['data ' ]['pid ' ] === $ pid );
55
59
?>
56
- --CLEAN--
57
- <?php
58
- $ path = __DIR__ . "/socket_cmsg_credentials.sock " ;
59
- @unlink ($ path );
60
60
--EXPECTF--
61
61
creating send socket
62
62
object(Socket)#%d (0) {
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ die('skip not for AIX');
13
13
}
14
14
--CLEAN --
15
15
<?php
16
- $ path = __DIR__ . " /socket_cmsg_rights.sock " ;
16
+ $ path = " . /socket_cmsg_rights.sock " ;
17
17
@unlink ($ path );
18
18
--FILE --
19
19
<?php
20
20
include __DIR__ ."/mcast_helpers.php.inc " ;
21
- $ path = __DIR__ . " /socket_cmsg_rights.sock " ;
21
+ $ path = " . /socket_cmsg_rights.sock " ;
22
22
23
23
@unlink ($ path );
24
24
You can’t perform that action at this time.
0 commit comments