]> granicus.if.org Git - php/commitdiff
Fix TSRMLS_CC.
authorSebastian Bergmann <sebastian@php.net>
Tue, 12 Mar 2002 07:20:00 +0000 (07:20 +0000)
committerSebastian Bergmann <sebastian@php.net>
Tue, 12 Mar 2002 07:20:00 +0000 (07:20 +0000)
ext/standard/array.c

index 7cc50444343a36f8d196db65cf73af5da0e9de08..9216881f8bc358cfd1197e3e79a88c4853a9e64d 100644 (file)
@@ -273,7 +273,7 @@ PHP_FUNCTION(count)
                        RETURN_LONG(0);
                        break;
                case IS_ARRAY:
-                       RETURN_LONG (php_count_recursive (array, mode) TSRMLS_CC);
+                       RETURN_LONG (php_count_recursive (array, mode TSRMLS_CC));
                        break;
                default:
                        RETURN_LONG(1);