summaryrefslogtreecommitdiff
path: root/ext/ffi/tests/bug79096.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ffi/tests/bug79096.phpt')
-rw-r--r--ext/ffi/tests/bug79096.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ffi/tests/bug79096.phpt b/ext/ffi/tests/bug79096.phpt
index a45b45646a..d7470eb302 100644
--- a/ext/ffi/tests/bug79096.phpt
+++ b/ext/ffi/tests/bug79096.phpt
@@ -10,8 +10,8 @@ if (!extension_loaded('zend-test')) die('skip zend-test extension not available'
require_once('utils.inc');
$header = <<<HEADER
struct bug79096 {
- uint64_t a;
- uint64_t b;
+ uint64_t a;
+ uint64_t b;
};
struct bug79096 bug79096(void);