]> granicus.if.org Git - php/commitdiff
- Fixed SKIPIF section missing a semicolon.
authorGustavo André dos Santos Lopes <cataphract@php.net>
Sat, 30 Apr 2011 15:54:44 +0000 (15:54 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Sat, 30 Apr 2011 15:54:44 +0000 (15:54 +0000)
ext/sockets/tests/socket_import_stream-5.phpt

index 262951296dcbe24db4de0a1f21cee7fdbc7c2c02..d48531e4108bdadff1c85dd0252a6deda48cf6ff 100644 (file)
@@ -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