We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7215b commit fd4eb53Copy full SHA for fd4eb53
ext/pdo_firebird/tests/bug_76448.phpt
@@ -7,7 +7,7 @@ sockets
7
A bug in firebird causes a memory leak when calling `isc_attach_database()`.
8
See https://github.com/FirebirdSQL/firebird/issues/7849
9
--SKIPIF--
10
-<?php if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
+<?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
11
--FILE--
12
<?php
13
require_once "payload_server.inc";
0 commit comments