summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2011-04-30 15:54:44 +0000
committerGustavo André dos Santos Lopes <cataphract@php.net>2011-04-30 15:54:44 +0000
commita6c97377498884d4f12eb73b35999dae23f1a548 (patch)
treed0d15c5e50ed19efbb6769ed33113730d4cb3717
parente77bd31f3fff6ca3f43d493ad83dadb25fe9e8a5 (diff)
downloadphp-git-a6c97377498884d4f12eb73b35999dae23f1a548.tar.gz
- Fixed SKIPIF section missing a semicolon.
-rw-r--r--ext/sockets/tests/socket_import_stream-5.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/tests/socket_import_stream-5.phpt b/ext/sockets/tests/socket_import_stream-5.phpt
index 262951296d..d48531e410 100644
--- a/ext/sockets/tests/socket_import_stream-5.phpt
+++ b/ext/sockets/tests/socket_import_stream-5.phpt
@@ -6,7 +6,7 @@ if (!extension_loaded('sockets')) {
die('SKIP sockets extension not available.');
}
if (!function_exists('leak_variable'))
- die('SKIP only for debug builds')
+ die('SKIP only for debug builds');
--FILE--
<?php