]> granicus.if.org Git - php/commitdiff
Fix accidental edit in previous commit
authorJohannes Schlüter <johannes@php.net>
Sat, 4 Oct 2014 18:06:02 +0000 (20:06 +0200)
committerJohannes Schlüter <johannes@php.net>
Sat, 4 Oct 2014 18:06:02 +0000 (20:06 +0200)
ext/reflection/php_reflection.c

index 5040de5e1987ae614b2e8fbfcd9c6cdc1e57ce68..95b780d3f0d017feba96a5c35cca9541186114ad 100644 (file)
@@ -5670,7 +5670,7 @@ static const zend_function_entry reflection_exception_functions[] = {
        PHP_FE_END
 };
 
-ZEND_BEGIN_ARG_INF(arginfo_reflection__void, 0)
+ZEND_BEGIN_ARG_INFO(arginfo_reflection__void, 0)
 ZEND_END_ARG_INFO()