]> granicus.if.org Git - php/commitdiff
- MFH: Fixed bug #48709 (metaphone and 'wh')
authorFelipe Pena <felipe@php.net>
Tue, 30 Jun 2009 11:34:31 +0000 (11:34 +0000)
committerFelipe Pena <felipe@php.net>
Tue, 30 Jun 2009 11:34:31 +0000 (11:34 +0000)
Zend/zend_builtin_functions.c

index 702201d7ab330030c24a9c62937c269f87f29773..4c6d29c8f734f540fdbf2403996426e442d9fcc6 100644 (file)
@@ -1755,6 +1755,7 @@ ZEND_FUNCTION(create_function)
                zend_hash_del(EG(function_table), LAMBDA_TEMP_FUNCNAME, sizeof(LAMBDA_TEMP_FUNCNAME));
                RETURN_STRINGL(function_name, function_name_length, 0);
        } else {
+               zend_hash_del(EG(function_table), LAMBDA_TEMP_FUNCNAME, sizeof(LAMBDA_TEMP_FUNCNAME));
                RETURN_FALSE;
        }
 }