Skip to content

Commit 7560f62

Browse files
committed
Testing
1 parent f1bb63d commit 7560f62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/sockets/tests/socket_sendto_zerocopy.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ if (getenv('CIRRUS_CI') && strpos($arch, 'arm') !== false) {
1717
?>
1818
--FILE--
1919
<?php
20+
var_dump(getenv('CIRRUS_CI'));
21+
$arch = php_uname('m');
22+
var_dump($arch);
2023
$socket = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP);
2124
if (!$socket) {
2225
die('Unable to create AF_UNIX socket');

0 commit comments

Comments
 (0)