Skip to content

Commit 2034e14

Browse files
committed
- Fixed SKIPIF section of bug52820.phpt.
1 parent bc13636 commit 2034e14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/standard/tests/file/bug52820.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Bug #52820 (writes to fopencookie FILE* not commited when seeking the stream)
33
--SKIPIF--
44
<?php
5+
if (!function_exists('leak_variable'))
6+
die("skip only for debug builds");
57
/* unfortunately no standard function does a cast to FILE*, so we need
68
* curl to test this */
79
if (!extension_loaded("curl")) exit("skip curl extension not loaded");

0 commit comments

Comments
 (0)