summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/bug52820.phpt
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2011-03-20 22:15:43 +0000
committerGustavo André dos Santos Lopes <cataphract@php.net>2011-03-20 22:15:43 +0000
commit2034e143410117ac0c85f46e724cc33ec80157eb (patch)
tree51f69c8d1329d2acf92f594ccd01ef0e6b9d3c46 /ext/standard/tests/file/bug52820.phpt
parentbc13636bfe96859b4a089245740f5f5beed272cc (diff)
downloadphp-git-2034e143410117ac0c85f46e724cc33ec80157eb.tar.gz
- Fixed SKIPIF section of bug52820.phpt.
Diffstat (limited to 'ext/standard/tests/file/bug52820.phpt')
-rw-r--r--ext/standard/tests/file/bug52820.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/tests/file/bug52820.phpt b/ext/standard/tests/file/bug52820.phpt
index a631bef4b3..3b7ed3ec34 100644
--- a/ext/standard/tests/file/bug52820.phpt
+++ b/ext/standard/tests/file/bug52820.phpt
@@ -2,6 +2,8 @@
Bug #52820 (writes to fopencookie FILE* not commited when seeking the stream)
--SKIPIF--
<?php
+if (!function_exists('leak_variable'))
+ die("skip only for debug builds");
/* unfortunately no standard function does a cast to FILE*, so we need
* curl to test this */
if (!extension_loaded("curl")) exit("skip curl extension not loaded");