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 bc13636 commit 2034e14Copy full SHA for 2034e14
ext/standard/tests/file/bug52820.phpt
@@ -2,6 +2,8 @@
2
Bug #52820 (writes to fopencookie FILE* not commited when seeking the stream)
3
--SKIPIF--
4
<?php
5
+if (!function_exists('leak_variable'))
6
+ die("skip only for debug builds");
7
/* unfortunately no standard function does a cast to FILE*, so we need
8
* curl to test this */
9
if (!extension_loaded("curl")) exit("skip curl extension not loaded");
0 commit comments