]> granicus.if.org Git - php/commitdiff
Add missing {
authorZeev Suraski <zeev@php.net>
Sat, 3 Jun 2000 01:50:15 +0000 (01:50 +0000)
committerZeev Suraski <zeev@php.net>
Sat, 3 Jun 2000 01:50:15 +0000 (01:50 +0000)
Zend/zend_builtin_functions.c

index acbd24de918c9b443d152e3aeb0e7abc68835d24..42b99a1864973633ef125ced58b45ed46aa35ba8 100644 (file)
@@ -804,7 +804,7 @@ ZEND_FUNCTION(get_declared_classes)
 
 #define LAMBDA_TEMP_FUNCNAME   "__lambda_func"
 
-/* {{ proto string lambda(string args, string code)
+/* {{{ proto string lambda(string args, string code)
    Creates an anonymous function, and returns its name (funny, eh?) */
 ZEND_FUNCTION(lambda)
 {